Home
last modified time | relevance | path

Searched defs:constructed (Results 1 – 25 of 161) sorted by relevance

1234567

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
H A Dconstruct.pass.cpp26 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 Dconstruct.pass.cpp27 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 Duninitialized_default_construct.pass.cpp25 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 Duninitialized_default_construct_n.pass.cpp25 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 Duninitialized_value_construct.pass.cpp26 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 Duninitialized_value_construct_n.pass.cpp26 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 Duninitialized_default_construct.pass.cpp26 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 Duninitialized_default_construct_n.pass.cpp26 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 Duninitialized_move.pass.cpp26 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 Duninitialized_move_n.pass.cpp26 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 Duninitialized_value_construct.pass.cpp25 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 Duninitialized_value_construct_n.pass.cpp25 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 Duninitialized_move.pass.cpp26 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 Duninitialized_move_n.pass.cpp26 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/
DOptional.h116 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/
DOptional.h113 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/
Dattributes.rs83 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 Dasn1_lib.c136 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 Dasn1_lib.c136 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 Dmake_exception_ptr.pass.cpp20 static int constructed; member
28 int A::constructed = 0; member in A
H A Drethrow_exception.pass.cpp20 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 Dmake_exception_ptr.pass.cpp21 static int constructed; member
29 int A::constructed = 0; member in A
H A Drethrow_exception.pass.cpp21 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 Dallocate.pass.cpp42 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 Dallocate.cxx20.pass.cpp43 static int constructed; in TEST_ALIGNAS() local
49 int AlignedType<Align>::constructed = 0; member in AlignedType<Align>

1234567