Home
last modified time | relevance | path

Searched defs:Constructable (Results 1 – 5 of 5) sorted by relevance

/external/llvm/unittests/ADT/
DSmallVectorTest.cpp27 class Constructable { class
41 Constructable() : constructed(true), value(0) { in Constructable() function in __anonca90d9e90111::Constructable
45 Constructable(int val) : constructed(true), value(val) { in Constructable() function in __anonca90d9e90111::Constructable
49 Constructable(const Constructable & src) : constructed(true) { in Constructable() function in __anonca90d9e90111::Constructable
55 Constructable(Constructable && src) : constructed(true) { in Constructable() function in __anonca90d9e90111::Constructable
/external/guice/core/test/com/google/inject/spi/
DInjectionPointTest.java54 public static class Constructable { class in InjectionPointTest
56 public Constructable(@Named("c") String param) {} in Constructable() method in InjectionPointTest.Constructable
/external/llvm-project/llvm/unittests/ADT/
DSmallVectorTest.cpp26 class Constructable { class
40 Constructable() : constructed(true), value(0) { in Constructable() function in __anond924d9170111::Constructable
44 Constructable(int val) : constructed(true), value(val) { in Constructable() function in __anond924d9170111::Constructable
48 Constructable(const Constructable & src) : constructed(true) { in Constructable() function in __anond924d9170111::Constructable
54 Constructable(Constructable && src) : constructed(true) { in Constructable() function in __anond924d9170111::Constructable
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java127 public static class Constructable { class in DexMakerTest
130 public Constructable(long a, boolean b) { in Constructable() method in DexMakerTest.Constructable
/external/python/asn1crypto/asn1crypto/
Dcore.py722 class Constructable(object): class