Home
last modified time | relevance | path

Searched refs:IntHolder (Results 1 – 11 of 11) sorted by relevance

/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp4.cpp3 struct IntHolder { // expected-note{{here}} // expected-note 2{{candidate constructor (the implicit… struct
4 IntHolder(int); // expected-note 2{{candidate constructor}}
25 IntHolder &test_X_IntHolderInt(X<IntHolder, int> xih) { in test_X_IntHolderInt() argument
29 X<IntHolder, int>::Inner inner; // expected-note {{first required here}} in test_X_IntHolderInt()
31 return X<IntHolder, int>::value; // expected-note{{instantiation}} in test_X_IntHolderInt()
37 void X<IntHolder, long>::f() { } in f()
40 struct X<IntHolder, long>::Inner {
42 IntHolder value;
46 IntHolder X<IntHolder, long>::value = 17;
48 IntHolder &test_X_IntHolderInt(X<IntHolder, long> xih) { in test_X_IntHolderInt() argument
[all …]
Dp5.cpp3 struct IntHolder { struct
4 IntHolder(int);
28 void X<IntHolder, long>::f();
31 struct X<IntHolder, long>::Inner; // expected-note{{forward declaration}}
34 IntHolder X<IntHolder, long>::value;
36 IntHolder &test_X_IntHolderInt(X<IntHolder, long> xih) { in test_X_IntHolderInt() argument
40 X<IntHolder, long>::Inner inner; // expected-error {{incomplete}} in test_X_IntHolderInt()
42 return X<IntHolder, long>::value; // okay, uses specialization in test_X_IntHolderInt()
/external/compiler-rt/test/asan/TestCases/
Duse-after-scope-temp.cc9 struct IntHolder { struct
10 explicit IntHolder(int val) : val(val) { in IntHolder() function
16 const IntHolder *saved; argument
18 void save(const IntHolder &holder) { in save()
23 save(IntHolder(10)); in main()
Duse-after-scope-dtor-order.cc6 struct IntHolder { struct
7 explicit IntHolder(int *val = 0) : val_(val) { } in IntHolder() argument
8 ~IntHolder() { in ~IntHolder() argument
22 IntHolder holder; in main()
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DImmutableMapTest.java462 private static class IntHolder implements Serializable { class in ImmutableMapTest
465 public IntHolder(int value) { in IntHolder() method in ImmutableMapTest.IntHolder
470 return (o instanceof IntHolder) && ((IntHolder) o).value == value; in equals()
481 IntHolder holderA = new IntHolder(1); in testMutableValues()
482 IntHolder holderB = new IntHolder(2); in testMutableValues()
483 Map<String, IntHolder> map = ImmutableMap.of("a", holderA, "b", holderB); in testMutableValues()
486 Maps.immutableEntry("a", new IntHolder(3)))); in testMutableValues()
DImmutableSortedMapTest.java579 private static class IntHolder implements Serializable { class in ImmutableSortedMapTest
582 public IntHolder(int value) { in IntHolder() method in ImmutableSortedMapTest.IntHolder
587 return (o instanceof IntHolder) && ((IntHolder) o).value == value; in equals()
598 IntHolder holderA = new IntHolder(1); in testMutableValues()
599 IntHolder holderB = new IntHolder(2); in testMutableValues()
600 Map<String, IntHolder> map in testMutableValues()
603 assertTrue(map.entrySet().contains(Maps.immutableEntry("a", new IntHolder(3)))); in testMutableValues()
/external/guava/guava-tests/test/com/google/common/collect/
DImmutableMapTest.java614 private static class IntHolder implements Serializable { class in ImmutableMapTest
617 public IntHolder(int value) { in IntHolder() method in ImmutableMapTest.IntHolder
622 return (o instanceof IntHolder) && ((IntHolder) o).value == value; in equals()
633 IntHolder holderA = new IntHolder(1); in testMutableValues()
634 IntHolder holderB = new IntHolder(2); in testMutableValues()
635 Map<String, IntHolder> map = ImmutableMap.of("a", holderA, "b", holderB); in testMutableValues()
638 Maps.immutableEntry("a", new IntHolder(3)))); in testMutableValues()
DImmutableSortedMapTest.java668 private static class IntHolder implements Serializable { class in ImmutableSortedMapTest
671 public IntHolder(int value) { in IntHolder() method in ImmutableSortedMapTest.IntHolder
676 return (o instanceof IntHolder) && ((IntHolder) o).value == value; in equals()
687 IntHolder holderA = new IntHolder(1); in testMutableValues()
688 IntHolder holderB = new IntHolder(2); in testMutableValues()
689 Map<String, IntHolder> map in testMutableValues()
692 assertTrue(map.entrySet().contains(Maps.immutableEntry("a", new IntHolder(3)))); in testMutableValues()
/external/robolectric/v3/runtime/
Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...