/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
H A D | construct.pass.cpp | 26 static bool constructed; member 37 bool B::constructed = false; member in B 40 static bool constructed; member 51 bool C::constructed = false; member in C 54 static bool constructed; member 66 bool D::constructed = false; member in D 69 static bool constructed; member 81 bool E::constructed = false; member in E 84 static bool constructed; member 101 bool F::constructed = false; member in F [all …]
|
/aosp_15_r20/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
H A D | construct.pass.cpp | 27 static bool constructed; member 39 bool B::constructed = false; member in B 43 static bool constructed; member 55 bool C::constructed = false; member in C 59 static bool constructed; member 72 bool D::constructed = false; member in D 76 static bool constructed; member 89 bool E::constructed = false; member in E 93 static bool constructed; member 112 bool F::constructed = false; member in F
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/ |
H A D | uninitialized_default_construct.pass.cpp | 25 static int constructed; member 32 int Counted::constructed = 0; member in Counted 37 static int constructed; member 51 int ThrowsCounted::constructed = 0; member in ThrowsCounted
|
H A D | uninitialized_default_construct_n.pass.cpp | 25 static int constructed; member 33 int Counted::constructed = 0; member in Counted 38 static int constructed; member 53 int ThrowsCounted::constructed = 0; member in ThrowsCounted
|
/aosp_15_r20/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/ |
H A D | uninitialized_value_construct.pass.cpp | 26 static int constructed; member 34 int Counted::constructed = 0; member in Counted 39 static int constructed; member 54 int ThrowsCounted::constructed = 0; member in ThrowsCounted
|
H A D | uninitialized_value_construct_n.pass.cpp | 26 static int constructed; member 34 int Counted::constructed = 0; member in Counted 38 static int constructed; member 53 int ThrowsCounted::constructed = 0; member in ThrowsCounted
|
/aosp_15_r20/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/ |
H A D | uninitialized_default_construct.pass.cpp | 26 static int constructed; member 34 int Counted::constructed = 0; member in Counted 39 static int constructed; member 54 int ThrowsCounted::constructed = 0; member in ThrowsCounted
|
H A D | uninitialized_default_construct_n.pass.cpp | 26 static int constructed; member 34 int Counted::constructed = 0; member in Counted 39 static int constructed; member 54 int ThrowsCounted::constructed = 0; member in ThrowsCounted
|
/aosp_15_r20/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.move/ |
H A D | uninitialized_move.pass.cpp | 26 static int constructed; member 35 int Counted::constructed = 0; member in Counted 39 static int constructed; member 55 int ThrowsCounted::constructed = 0; member in ThrowsCounted
|
H A D | uninitialized_move_n.pass.cpp | 26 static int constructed; member 35 int Counted::constructed = 0; member in Counted 39 static int constructed; member 55 int ThrowsCounted::constructed = 0; member in ThrowsCounted
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/ |
H A D | uninitialized_value_construct.pass.cpp | 25 static int constructed; member 33 int Counted::constructed = 0; member in Counted 38 static int constructed; member 53 int ThrowsCounted::constructed = 0; member in ThrowsCounted
|
H A D | uninitialized_value_construct_n.pass.cpp | 25 static int constructed; member 33 int Counted::constructed = 0; member in Counted 37 static int constructed; member 52 int ThrowsCounted::constructed = 0; member in ThrowsCounted
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/specialized.algorithms/uninitialized.move/ |
H A D | uninitialized_move.pass.cpp | 26 static int constructed; member 35 int Counted::constructed = 0; member in Counted 39 static int constructed; member 55 int ThrowsCounted::constructed = 0; member in ThrowsCounted
|
H A D | uninitialized_move_n.pass.cpp | 26 static int constructed; member 35 int Counted::constructed = 0; member in Counted 39 static int constructed; member 55 int ThrowsCounted::constructed = 0; member in ThrowsCounted
|
/aosp_15_r20/hardware/google/aemu/base/include/aemu/base/ |
D | Optional.h | 116 void setConstructed(bool constructed) { mConstructed = constructed; } in setConstructed() 117 constexpr bool constructed() const { return mConstructed; } in constructed() function 122 : mConstructed(constructed) {} in mConstructed() argument
|
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/ |
D | Optional.h | 113 void setConstructed(bool constructed) { mConstructed = constructed; } in setConstructed() 114 constexpr bool constructed() const { return mConstructed; } in constructed() function 119 : mConstructed(constructed) {} in mConstructed() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/der_derive/src/ |
D | attributes.rs | 83 pub constructed: bool, field 102 let mut constructed = None; in parse() localVariable 242 let constructed = self.constructed; in decoder() localVariable
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/asn1/ |
H A D | asn1_lib.c | 136 int constructed = (tag & CBS_ASN1_CONSTRUCTED) >> CBS_ASN1_TAG_SHIFT; in ASN1_get_object() local 153 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object() 216 int ASN1_object_size(int constructed, int length, int tag) { in ASN1_object_size()
|
/aosp_15_r20/external/boringssl/src/crypto/asn1/ |
H A D | asn1_lib.c | 136 int constructed = (tag & CBS_ASN1_CONSTRUCTED) >> CBS_ASN1_TAG_SHIFT; in ASN1_get_object() local 153 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object() 216 int ASN1_object_size(int constructed, int length, int tag) { in ASN1_object_size()
|
/aosp_15_r20/external/libcxx/test/std/language.support/support.exception/propagation/ |
H A D | make_exception_ptr.pass.cpp | 20 static int constructed; member 28 int A::constructed = 0; member in A
|
H A D | rethrow_exception.pass.cpp | 20 static int constructed; member 28 int A::constructed = 0; member in A
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/language.support/support.exception/propagation/ |
H A D | make_exception_ptr.pass.cpp | 21 static int constructed; member 29 int A::constructed = 0; member in A
|
H A D | rethrow_exception.pass.cpp | 21 static int constructed; member 29 int A::constructed = 0; member in A
|
/aosp_15_r20/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/ |
H A D | allocate.pass.cpp | 42 static int constructed; in TEST_ALIGNAS() local 48 int AlignedType<Align>::constructed = 0; member in AlignedType<Align>
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/depr/depr.default.allocator/allocator.members/ |
H A D | allocate.cxx20.pass.cpp | 43 static int constructed; in TEST_ALIGNAS() local 49 int AlignedType<Align>::constructed = 0; member in AlignedType<Align>
|