Searched defs:Constructable (Results 1 – 4 of 4) sorted by relevance
26 class Constructable { class35 Constructable() : value(0) { in Constructable() function in __anoneb61e88e0111::Constructable39 Constructable(int val) : value(val) { in Constructable() function in __anoneb61e88e0111::Constructable43 Constructable(const Constructable & src) { in Constructable() function in __anoneb61e88e0111::Constructable
27 class Constructable { class41 Constructable() : constructed(true), value(0) { in Constructable() function in __anon27179be20111::Constructable45 Constructable(int val) : constructed(true), value(val) { in Constructable() function in __anon27179be20111::Constructable49 Constructable(const Constructable & src) : constructed(true) { in Constructable() function in __anon27179be20111::Constructable55 Constructable(Constructable && src) : constructed(true) { in Constructable() function in __anon27179be20111::Constructable
55 public static class Constructable { class in InjectionPointTest56 @Inject public Constructable(@Named("c") String param) {} in Constructable() method in InjectionPointTest.Constructable
116 public static class Constructable { class in DexMakerTest119 public Constructable(long a, boolean b) { in Constructable() method in DexMakerTest.Constructable