Home
last modified time | relevance | path

Searched defs:x2b (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/container_hash/test/
Dhash_optional_test.cpp24 std::optional<int> x2b(x2a); in test_optional_int() local
44 std::optional<std::string> x2b(x2a); in test_optional_string() local
Dhash_variant_test.cpp34 std::variant<std::monostate, int> x2b(x2a); in test_variant_int() local
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dglobal-llvm-constant.cpp32 const X2 x2b = { { { 1 }, { 2 }, { 3 } } }; variable
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dtemp_class_order.cpp42 X2<const int*, const int*> x2b; variable
H A Dinstantiate-member-template.cpp118 X2<float> x2b; // expected-note{{instantiation}} variable
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/recordingV2/auth/
H A Dadb_auth.ts40 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 Dp1.cpp116 X2<iarr> x2b; // expected-error {{cannot bind to template argument of type 'int [10]'}} in test() local