/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
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
|
D | destroy.pass.cpp | 27 static bool constructed; member 33 bool B::constructed = false; member in B
|
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.default/ |
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
|
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
|
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.construct.value/ |
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
|
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
|
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.move/ |
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
|
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
|
/external/libcxx/test/std/language.support/support.exception/propagation/ |
D | make_exception_ptr.pass.cpp | 20 static int constructed; member 28 int A::constructed = 0; member in A
|
D | rethrow_exception.pass.cpp | 20 static int constructed; member 28 int A::constructed = 0; member in A
|
D | current_exception.pass.cpp | 20 static int constructed; member 27 int A::constructed = 0; member in A
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
D | ASN1StreamParser.java | 58 ASN1Encodable readImplicit(boolean constructed, int tag) throws IOException in readImplicit() 98 ASN1Primitive readTaggedObject(boolean constructed, int tag) throws IOException in readTaggedObject()
|
D | BERTaggedObjectParser.java | 16 boolean constructed, in BERTaggedObjectParser()
|
D | BERApplicationSpecific.java | 42 boolean constructed, in BERApplicationSpecific()
|
D | DERApplicationSpecific.java | 56 boolean constructed, in DERApplicationSpecific()
|
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/ |
D | assign_tuple.pass.cpp | 30 static int constructed; member 60 int CountingType::constructed; member in CountingType
|
/external/libchrome/base/ |
D | lazy_instance_unittest.cc | 39 static int constructed; member in __anona5237c660111::SlowConstructor 44 int SlowConstructor::constructed = 0; member in __anona5237c660111::SlowConstructor
|
/external/libcxx/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
D | construct_pair.pass.cpp | 30 int constructed = 0; variable
|
D | construct_types.pass.cpp | 38 bool constructed; member
|
/external/boringssl/src/crypto/asn1/ |
D | asn1_lib.c | 242 void ASN1_put_object(unsigned char **pp, int constructed, int length, int tag, in ASN1_put_object() 302 int ASN1_object_size(int constructed, int length, int tag) in ASN1_object_size()
|
/external/wpa_supplicant_8/src/tls/ |
D | asn1.h | 50 u8 identifier, class, constructed; member
|
/external/libcxx/test/support/ |
D | allocators.h | 145 static bool constructed; variable
|
D | archetypes.hpp | 28 static int constructed; member 116 template <class D, bool E> int TestBase<D, E>::constructed = 0; member in ArchetypeBases::TestBase<D, E>
|
/external/curl/lib/ |
D | x509asn1.h | 85 bool constructed; /* Element is constructed. */ member
|
/external/libcxx/test/libcxx/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/ |
D | construct_piecewise_pair.pass.cpp | 58 bool constructed = false; member
|