Home
last modified time | relevance | path

Searched defs:Container (Results 1 – 25 of 80) sorted by relevance

1234

/external/clang/test/CodeGenCXX/
Deh-aggregated-inits-unwind.cpp25 struct Container { struct
30 Container() { id = 1000; } in Container() argument
31 ~Container() { id = 2000; } in ~Container() argument
Deh-aggregated-inits.cpp24 struct Container { struct
28 Container() { globId = 1000; } in Container() function
29 ~Container() { globId = 2000; } in ~Container() argument
Deh-aggregate-copy-destroy.cpp17 struct Container { struct
24 Container c1; in main() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionRecord.cpp28 CodeViewContainer Container) in DebugSubsectionRecord()
33 CodeViewContainer Container) { in initialize()
57 std::shared_ptr<DebugSubsection> Subsection, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
61 const DebugSubsectionRecord &Contents, CodeViewContainer Container) in DebugSubsectionRecordBuilder()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecordMapping.h24 CodeViewContainer Container) in SymbolRecordMapping()
27 CodeViewContainer Container) in SymbolRecordMapping()
42 CodeViewContainer Container; variable
DSymbolDumper.h29 CodeViewContainer Container, in CVSymbolDumper()
49 CodeViewContainer Container; variable
DSymbolDeserializer.h57 CodeViewContainer Container) in SymbolDeserializer()
94 CodeViewContainer Container; variable
DDebugSubsectionRecord.h76 CodeViewContainer Container; variable
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DContainer.java18 public class Container { class
23 public Container() { in Container() method in Container
27 public Container(String title) { in Container() method in Container
/external/clang/test/Rewriter/
Dstatic-type-protocol-1.m15 @interface Container interface
19 @implementation Container implementation
Dprotocol-rewrite-1.m22 @interface Container interface
35 @implementation Container implementation
/external/protobuf/src/google/protobuf/
Dmetadata.h140 struct Container { struct
147 Container* container = Arena::Create<Container>(my_arena); in mutable_unknown_fields_slow() argument
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
Dinsert_cv.pass.cpp60 typedef std::multimap<int, double> Container; in main() typedef
65 … std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> Container; in main() typedef
/external/clang/test/CodeGenObjC/
Divar-invariant.m46 @interface Container : Derived @end interface
47 @implementation Container implementation
/external/mockito/src/test/java/org/mockitousage/serialization/
DDeepStubsSerializableTest.java80 static class Container<E> implements Iterable<E>, Serializable { class in DeepStubsSerializableTest
84 public Container(E e) { in Container() method in DeepStubsSerializableTest.Container
/external/clang/test/SemaCXX/
DPR11358.cpp13 typedef container<T> Container; typedef
45 typedef container<T> Container; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DBitmaskEnumTest.cpp100 struct Container { struct
101 enum Flags { F0 = 0, F1 = 1, F2 = 2, F3 = 4, LLVM_MARK_AS_BITMASK_ENUM(F3) };
103 static Flags getFlags() { in getFlags()
/external/llvm/unittests/ADT/
DBitmaskEnumTest.cpp100 struct Container { struct
101 enum Flags { F0 = 0, F1 = 1, F2 = 2, F3 = 4, LLVM_MARK_AS_BITMASK_ENUM(F3) };
103 static Flags getFlags() { in getFlags()
/external/mockito/src/test/java/org/mockito/internal/util/reflection/
DGenericArrayReturnTypeTest.java22 class Container { class in GenericArrayReturnTypeTest
/external/tensorflow/tensorflow/core/lib/gtl/
Dpriority_queue_util.h29 T ConsumeTop(std::priority_queue<T, Container, Comparator>* q) { in ConsumeTop() argument
/external/swiftshader/third_party/llvm-7.0/llvm/docs/PDB/
Dindex.rst74 .. _streams:
/external/libcxx/test/std/containers/container.adaptors/stack/stack.defn/
Demplace.pass.cpp28 typedef typename Stack::container_type Container; in test_return_type() typedef
/external/python/cpython2/Lib/ctypes/test/
Dtest_array_in_pointer.py16 class Container(Structure): class
/external/python/cpython3/Lib/ctypes/test/
Dtest_array_in_pointer.py16 class Container(Structure): class
/external/libcxx/test/std/containers/container.adaptors/queue/queue.defn/
Demplace.pass.cpp29 typedef typename Queue::container_type Container; in test_return_type() typedef

1234