Searched defs:IntHolder (Results 1 – 8 of 8) sorted by relevance
6 struct IntHolder { struct7 explicit IntHolder(int *val = 0) : val_(val) { } in IntHolder() argument8 ~IntHolder() { in ~IntHolder() argument20 // It is incorrect to use "x" int IntHolder destructor, because "x" is in main() argument
7 struct IntHolder { struct11 const IntHolder *saved; argument
3 struct IntHolder { // expected-note{{here}} // expected-note 2{{candidate constructor (the implicit… struct25 IntHolder &test_X_IntHolderInt(X<IntHolder, int> xih) { in test_X_IntHolderInt()48 IntHolder &test_X_IntHolderInt(X<IntHolder, long> xih) { in test_X_IntHolderInt()
3 struct IntHolder { struct36 IntHolder &test_X_IntHolderInt(X<IntHolder, long> xih) { in test_X_IntHolderInt()
462 private static class IntHolder implements Serializable { class in ImmutableMapTest465 public IntHolder(int value) { in IntHolder() method in ImmutableMapTest.IntHolder
579 private static class IntHolder implements Serializable { class in ImmutableSortedMapTest582 public IntHolder(int value) { in IntHolder() method in ImmutableSortedMapTest.IntHolder
614 private static class IntHolder implements Serializable { class in ImmutableMapTest617 public IntHolder(int value) { in IntHolder() method in ImmutableMapTest.IntHolder
668 private static class IntHolder implements Serializable { class in ImmutableSortedMapTest671 public IntHolder(int value) { in IntHolder() method in ImmutableSortedMapTest.IntHolder