/external/sdv/vsomeip/third_party/boost/fusion/example/extension/ |
D | test_example.cpp | 21 example::example_struct bert("bert", 99); in main() 24 BOOST_MPL_ASSERT((traits::is_associative<example::example_struct>)); in main() 25 BOOST_MPL_ASSERT((traits::is_random_access<example::example_struct>)); in main() 26 BOOST_MPL_ASSERT((traits::is_sequence<example::example_struct>)); in main() 35 typedef result_of::begin<example::example_struct>::type first; in main() 41 BOOST_TEST(advance_c<2>(begin(bert)) == end(const_cast<const example::example_struct&>(bert))); in main() 53 …BOOST_MPL_ASSERT((boost::is_same<result_of::value_at_c<example::example_struct, 0>::type, std::str… in main() 54 … BOOST_MPL_ASSERT((boost::is_same<result_of::value_at_c<example::example_struct, 1>::type, int>)); in main() 56 …BOOST_MPL_ASSERT((boost::is_same<result_of::value_at_key<example::example_struct, fields::name>::t… in main() 57 …BOOST_MPL_ASSERT((boost::is_same<result_of::value_at_key<example::example_struct, fields::age>::ty… in main()
|
D | example_struct_type.hpp | 15 struct example_struct struct 19 example_struct( in example_struct() function
|
D | tag_of.hpp | 24 struct tag_of<example::example_struct>
|
/external/cronet/tot/third_party/libc++/src/test/libcxx/gdb/ |
D | gdb_pretty_printer_test.sh.cpp | 133 struct example_struct { struct 298 std::deque<example::example_struct> bfg; in deque_test() 300 example::example_struct current; in deque_test() 330 std::map<int, example::example_struct> bfg; in map_test() 332 example::example_struct current; in map_test()
|
/external/cronet/stable/third_party/libc++/src/test/libcxx/gdb/ |
D | gdb_pretty_printer_test.sh.cpp | 133 struct example_struct { struct 298 std::deque<example::example_struct> bfg; in deque_test() 300 example::example_struct current; in deque_test() 330 std::map<int, example::example_struct> bfg; in map_test() 332 example::example_struct current; in map_test()
|
/external/sdv/vsomeip/third_party/boost/fusion/doc/ |
D | extension.qbk | 30 struct example_struct 34 example_struct( 44 necessary steps to enable `example_struct` to serve as an __associative_sequence__ 67 struct tag_of<example_struct> 88 `example_struct` are given numbered indices, 0 for `name` and 113 # The constructor stores a reference to the `example_struct` being iterated over. 147 provide the type of the 2 different members of `example_struct`, based on the index of the iterator. 323 In order for `example_struct` to serve as an associative forward sequence, 330 types described in the __quick_start__ guide with the appropriate members of `example_struct`.
|
/external/cronet/stable/third_party/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 598 testing::AssertionResult operator()(ExampleStruct* example_struct) const { in operator ()() 599 return ExampleFunctionContract(example_struct); in operator ()() 607 auto example_lambda_contract = [](ExampleStruct* example_struct) { in __anonb913b1385302() argument 608 return ExampleFunctionContract(example_struct); in __anonb913b1385302()
|
/external/angle/third_party/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 598 testing::AssertionResult operator()(ExampleStruct* example_struct) const { in operator ()() 599 return ExampleFunctionContract(example_struct); in operator ()() 607 auto example_lambda_contract = [](ExampleStruct* example_struct) { in __anon9db2d2ca5302() argument 608 return ExampleFunctionContract(example_struct); in __anon9db2d2ca5302()
|
/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 __anonc3743f7c5302() argument 605 return ExampleFunctionContract(example_struct); in __anonc3743f7c5302()
|
/external/rust/android-crates-io/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 __anond76565005302() argument 605 return ExampleFunctionContract(example_struct); in __anond76565005302()
|
/external/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 598 testing::AssertionResult operator()(ExampleStruct* example_struct) const { in operator ()() 599 return ExampleFunctionContract(example_struct); in operator ()() 607 auto example_lambda_contract = [](ExampleStruct* example_struct) { in __anon51d3dffb5302() argument 608 return ExampleFunctionContract(example_struct); in __anon51d3dffb5302()
|
/external/cronet/tot/third_party/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 598 testing::AssertionResult operator()(ExampleStruct* example_struct) const { in operator ()() 599 return ExampleFunctionContract(example_struct); in operator ()() 607 auto example_lambda_contract = [](ExampleStruct* example_struct) { in __anon7d258d545302() argument 608 return ExampleFunctionContract(example_struct); in __anon7d258d545302()
|
/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 | 1421 std::string example_struct("struct light {\n" in test_shader_compilation() local 1427 shader_source = example_struct; in test_shader_compilation() 1492 std::string example_struct("struct light {\n" in test_shader_compilation() local 1498 shader_source = example_struct; in test_shader_compilation() 1523 std::string example_struct("struct light {\n" in test_shader_compilation() local 1529 shader_source = example_struct; in test_shader_compilation() 2681 std::string example_struct("struct light {\n" in test_shader_compilation() local 2686 std::string shader_source = example_struct + shader_start; in test_shader_compilation()
|