Searched defs:CustomStruct (Results 1 – 4 of 4) sorted by relevance
360 struct CustomStruct { struct361 CustomStruct() : B(false) {} in CustomStruct() argument362 CustomStruct(std::string S, llvm::Optional<int> I, bool B) in CustomStruct() function364 std::string S;365 llvm::Optional<int> I;366 bool B;
906 struct CustomStruct { struct907 explicit CustomStruct(int value) : x(value) {} in CustomStruct() argument911 std::ostream& operator<<(std::ostream& stream, const CustomStruct& val) { in operator <<() argument
938 struct CustomStruct { struct939 explicit CustomStruct(int value) : x(value) {} in CustomStruct() argument943 std::ostream& operator<<(std::ostream& stream, const CustomStruct& val) { in operator <<() argument
737 TEST(DBusUtils, CustomStruct) { in TEST() argument