Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/
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
Ddestroy.pass.cpp27 static bool constructed; member
33 bool B::constructed = false; member in B
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/
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
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
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/
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
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
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.move/
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
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
/external/libcxx/test/std/language.support/support.exception/propagation/
Dmake_exception_ptr.pass.cpp20 static int constructed; member
28 int A::constructed = 0; member in A
Drethrow_exception.pass.cpp20 static int constructed; member
28 int A::constructed = 0; member in A
Dcurrent_exception.pass.cpp24 static int constructed; member
31 int A::constructed = 0; member in A
/external/libcxx/test/std/utilities/memory/default.allocator/allocator.members/
Dallocate.pass.cpp42 static int constructed; in TEST_ALIGNAS() local
48 int AlignedType<Align>::constructed = 0; member in AlignedType<Align>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1StreamParser.java58 ASN1Encodable readImplicit(boolean constructed, int tag) throws IOException in readImplicit()
98 ASN1Primitive readTaggedObject(boolean constructed, int tag) throws IOException in readTaggedObject()
DBERTaggedObjectParser.java16 boolean constructed, in BERTaggedObjectParser()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DASN1StreamParser.java60 ASN1Encodable readImplicit(boolean constructed, int tag) throws IOException in readImplicit()
100 ASN1Primitive readTaggedObject(boolean constructed, int tag) throws IOException in readTaggedObject()
DBERTaggedObjectParser.java18 boolean constructed, in BERTaggedObjectParser()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DASN1StreamParser.java60 ASN1Encodable readImplicit(boolean constructed, int tag) throws IOException in readImplicit()
100 ASN1Primitive readTaggedObject(boolean constructed, int tag) throws IOException in readTaggedObject()
DBERTaggedObjectParser.java18 boolean constructed, in BERTaggedObjectParser()
/external/boringssl/src/crypto/asn1/
Dasn1_lib.c141 int constructed = (tag & CBS_ASN1_CONSTRUCTED) >> CBS_ASN1_TAG_SHIFT; in ASN1_get_object() local
160 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object()
222 int ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size()
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
Dconstruct_pair.pass.cpp30 int constructed = 0; variable
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dlocal_subchannel_pool.cc28 const SubchannelKey& key, RefCountedPtr<Subchannel> constructed) { in RegisterSubchannel()
Dglobal_subchannel_pool.cc51 const SubchannelKey& key, RefCountedPtr<Subchannel> constructed) { in RegisterSubchannel()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel_index.cc162 grpc_subchannel* constructed) { in grpc_subchannel_index_register()
216 grpc_subchannel* constructed) { in grpc_subchannel_index_unregister()
/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Dasn1_lib.c222 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object()
284 int ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size()
/external/libchrome/base/
Dlazy_instance_unittest.cc51 static int constructed; member in __anonf68945120111::SlowConstructor
59 int SlowConstructor::constructed = 0; member in __anonf68945120111::SlowConstructor

12