Home
last modified time | relevance | path

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

/external/llvm-project/llvm/unittests/Support/
DJSONTest.cpp360 struct CustomStruct { struct
361 CustomStruct() : B(false) {} in CustomStruct() argument
362 CustomStruct(std::string S, llvm::Optional<int> I, bool B) in CustomStruct() function
364 std::string S;
365 llvm::Optional<int> I;
366 bool B;
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-param-test-test.cc906 struct CustomStruct { struct
907 explicit CustomStruct(int value) : x(value) {} in CustomStruct() argument
911 std::ostream& operator<<(std::ostream& stream, const CustomStruct& val) { in operator <<() argument
/external/googletest/googletest/test/
Dgoogletest-param-test-test.cc938 struct CustomStruct { struct
939 explicit CustomStruct(int value) : x(value) {} in CustomStruct() argument
943 std::ostream& operator<<(std::ostream& stream, const CustomStruct& val) { in operator <<() argument
/external/libbrillo/brillo/dbus/
Ddata_serialization_test.cc737 TEST(DBusUtils, CustomStruct) { in TEST() argument