Searched defs:x2b (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/test/ |
D | hash_optional_test.cpp | 24 std::optional<int> x2b(x2a); in test_optional_int() local 44 std::optional<std::string> x2b(x2a); in test_optional_string() local
|
D | hash_variant_test.cpp | 34 std::variant<std::monostate, int> x2b(x2a); in test_variant_int() local
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | global-llvm-constant.cpp | 32 const X2 x2b = { { { 1 }, { 2 }, { 3 } } }; variable
|
/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | temp_class_order.cpp | 42 X2<const int*, const int*> x2b; variable
|
H A D | instantiate-member-template.cpp | 118 X2<float> x2b; // expected-note{{instantiation}} variable
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/recordingV2/auth/ |
H A D | adb_auth.ts | 40 0x00, 0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2b, 0x0e, 0x03, 0x02, 0x1a, 0x05, constant
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
H A D | p1.cpp | 116 X2<iarr> x2b; // expected-error {{cannot bind to template argument of type 'int [10]'}} in test() local
|