Home
last modified time | relevance | path

Searched refs:CustomStruct (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DJSONTest.cpp442 struct CustomStruct { struct
443 CustomStruct() : B(false) {} in CustomStruct() function
450 inline bool operator==(const CustomStruct &L, const CustomStruct &R) { in operator ==()
472 std::map<std::string, std::vector<CustomStruct>> R; in TEST()
473 CustomStruct ExpectedStruct = {"foo", 42, true}; in TEST()
485 CustomStruct("foo", 42, true), in TEST()
486 CustomStruct("bar", llvm::None, false), in TEST()
505 CustomStruct V; in TEST()
526 auto E = parse<std::vector<CustomStruct>>(R"json( in TEST()
531 E = parse<std::vector<CustomStruct>>(R"json( in TEST()
[all …]