/external/llvm-project/libcxx/test/libcxx/gdb/ |
D | gdb_pretty_printer_test.sh.cpp | 117 struct example_struct { struct 282 std::deque<example::example_struct> bfg; in deque_test() 284 example::example_struct current; in deque_test() 314 std::map<int, example::example_struct> bfg; in map_test() 316 example::example_struct current; in map_test()
|
/external/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 595 testing::AssertionResult operator()(ExampleStruct* example_struct) const { in operator ()() 596 return ExampleFunctionContract(example_struct); in operator ()() 604 auto example_lambda_contract = [](ExampleStruct* example_struct) { in __anon44cba6ec5302() argument 605 return ExampleFunctionContract(example_struct); in __anon44cba6ec5302()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 595 testing::AssertionResult operator()(ExampleStruct* example_struct) const { in operator ()() 596 return ExampleFunctionContract(example_struct); in operator ()() 604 auto example_lambda_contract = [](ExampleStruct* example_struct) { in __anond105e58d5302() argument 605 return ExampleFunctionContract(example_struct); in __anond105e58d5302()
|
/external/webrtc/third_party/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 595 testing::AssertionResult operator()(ExampleStruct* example_struct) const { in operator ()() 596 return ExampleFunctionContract(example_struct); in operator ()() 604 auto example_lambda_contract = [](ExampleStruct* example_struct) { in __anon794a971b5302() argument 605 return ExampleFunctionContract(example_struct); in __anon794a971b5302()
|
/external/openscreen/third_party/abseil/src/absl/base/ |
D | exception_safety_testing_test.cc | 595 testing::AssertionResult operator()(ExampleStruct* example_struct) const { in operator ()() 596 return ExampleFunctionContract(example_struct); in operator ()() 604 auto example_lambda_contract = [](ExampleStruct* example_struct) { in __anon84462f4d5302() argument 605 return ExampleFunctionContract(example_struct); in __anon84462f4d5302()
|
/external/libtextclassifier/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 595 testing::AssertionResult operator()(ExampleStruct* example_struct) const { in operator ()() 596 return ExampleFunctionContract(example_struct); in operator ()() 604 auto example_lambda_contract = [](ExampleStruct* example_struct) { in __anone61380bc5302() argument 605 return ExampleFunctionContract(example_struct); in __anone61380bc5302()
|
/external/angle/third_party/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 595 testing::AssertionResult operator()(ExampleStruct* example_struct) const { in operator ()() 596 return ExampleFunctionContract(example_struct); in operator ()() 604 auto example_lambda_contract = [](ExampleStruct* example_struct) { in __anon211a5bfb5302() argument 605 return ExampleFunctionContract(example_struct); in __anon211a5bfb5302()
|
/external/libevent/test/ |
D | regress_util.c | 725 struct example_struct { struct 734 struct example_struct es1; in test_evutil_upcast() argument 740 tt_int_op(evutil_offsetof(struct example_struct, b), ==, sizeof(char*)); in test_evutil_upcast() 743 tt_ptr_op(EVUTIL_UPCAST(cp, struct example_struct, b), ==, &es1); in test_evutil_upcast()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cArrayOfArraysTests.cpp | 1339 std::string example_struct("struct light {\n" in test_shader_compilation() local 1347 shader_source = example_struct; in test_shader_compilation() 1414 std::string example_struct("struct light {\n" in test_shader_compilation() local 1422 shader_source = example_struct; in test_shader_compilation() 1448 std::string example_struct("struct light {\n" in test_shader_compilation() local 1456 shader_source = example_struct; in test_shader_compilation() 2662 std::string example_struct("struct light {\n" in test_shader_compilation() local 2667 std::string shader_source = example_struct + shader_start; in test_shader_compilation()
|