Searched defs:Constructable (Results 1 – 5 of 5) sorted by relevance
27 class Constructable { class41 Constructable() : constructed(true), value(0) { in Constructable() function in __anonca90d9e90111::Constructable45 Constructable(int val) : constructed(true), value(val) { in Constructable() function in __anonca90d9e90111::Constructable49 Constructable(const Constructable & src) : constructed(true) { in Constructable() function in __anonca90d9e90111::Constructable55 Constructable(Constructable && src) : constructed(true) { in Constructable() function in __anonca90d9e90111::Constructable
54 public static class Constructable { class in InjectionPointTest56 public Constructable(@Named("c") String param) {} in Constructable() method in InjectionPointTest.Constructable
26 class Constructable { class40 Constructable() : constructed(true), value(0) { in Constructable() function in __anond924d9170111::Constructable44 Constructable(int val) : constructed(true), value(val) { in Constructable() function in __anond924d9170111::Constructable48 Constructable(const Constructable & src) : constructed(true) { in Constructable() function in __anond924d9170111::Constructable54 Constructable(Constructable && src) : constructed(true) { in Constructable() function in __anond924d9170111::Constructable
127 public static class Constructable { class in DexMakerTest130 public Constructable(long a, boolean b) { in Constructable() method in DexMakerTest.Constructable
722 class Constructable(object): class