Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DSmallVectorTest.cpp26 class Constructable { class
35 Constructable() : value(0) { in Constructable() function in __anonfaa091e80111::Constructable
39 Constructable(int val) : value(val) { in Constructable() function in __anonfaa091e80111::Constructable
43 Constructable(const Constructable & src) { in Constructable() function in __anonfaa091e80111::Constructable
/external/dexmaker/src/test/java/com/google/dexmaker/
DDexMakerTest.java95 public static class Constructable { class in DexMakerTest
98 public Constructable(long a, boolean b) { in Constructable() method in DexMakerTest.Constructable