/external/guava/android/guava-tests/test/com/google/common/reflect/ |
D | TypeTokenTest.java | 69 new TypeToken<T>() {}; in testVariableTypeTokenNotAllowed() method 382 assertEquals(TypeToken.of(Object.class), new TypeToken<Object[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_noSuperclass() method 385 TypeToken.of(Object.class), new TypeToken<List<String>[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_noSuperclass() method 402 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_unbounded() method 410 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsClass() method 418 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsFBoundedClass() method 424 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsInterface() method 432 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndClass() method 438 assertEquals(TypeToken.of(Object.class), new TypeToken<T1[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndInterface() method 489 .containsExactly(TypeToken.of(CharSequence.class), new TypeToken<Iterable<String>>() {}); in testGetGenericInterfaces_typeVariable_boundsAreInterfaces() method [all …]
|
D | ImmutableTypeToInstanceMapTest.java | 179 public Iterable<Entry<TypeToken, Object>> order(List<Entry<TypeToken, Object>> insertionOrder) { in order()
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | TypeTokenTest.java | 69 new TypeToken<T>() {}; in testVariableTypeTokenNotAllowed() method 382 assertEquals(TypeToken.of(Object.class), new TypeToken<Object[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_noSuperclass() method 385 TypeToken.of(Object.class), new TypeToken<List<String>[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_noSuperclass() method 402 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_unbounded() method 410 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsClass() method 418 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsFBoundedClass() method 424 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsInterface() method 432 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndClass() method 438 assertEquals(TypeToken.of(Object.class), new TypeToken<T1[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndInterface() method 489 .containsExactly(TypeToken.of(CharSequence.class), new TypeToken<Iterable<String>>() {}); in testGetGenericInterfaces_typeVariable_boundsAreInterfaces() method [all …]
|
D | ImmutableTypeToInstanceMapTest.java | 179 public Iterable<Entry<TypeToken, Object>> order(List<Entry<TypeToken, Object>> insertionOrder) { in order()
|
/external/guava/android/guava/src/com/google/common/reflect/ |
D | TypeToken.java | 101 public abstract class TypeToken<T> extends TypeCapture<T> implements Serializable { class 123 protected TypeToken() { in TypeToken() method in TypeToken 154 protected TypeToken(Class<?> declaringClass) { in TypeToken() method in TypeToken 163 private TypeToken(Type type) { in TypeToken() method in TypeToken
|
/external/guava/guava/src/com/google/common/reflect/ |
D | TypeToken.java | 101 public abstract class TypeToken<T> extends TypeCapture<T> implements Serializable { class 123 protected TypeToken() { in TypeToken() method in TypeToken 154 protected TypeToken(Class<?> declaringClass) { in TypeToken() method in TypeToken 163 private TypeToken(Type type) { in TypeToken() method in TypeToken
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | WinEHFuncInfo.h | 83 uint32_t TypeToken; member
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | WinEHFuncInfo.h | 83 uint32_t TypeToken; member
|
/external/llvm/include/llvm/CodeGen/ |
D | WinEHFuncInfo.h | 86 uint32_t TypeToken; member
|
/external/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 456 uint32_t TypeToken, const BasicBlock *Handler) { in addClrEHHandler() 549 uint32_t TypeToken = static_cast<uint32_t>( in calculateClrEHStateNumbers() local
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 489 uint32_t TypeToken, const BasicBlock *Handler) { in addClrEHHandler() 582 uint32_t TypeToken = static_cast<uint32_t>( in calculateClrEHStateNumbers() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | WinEHPrepare.cpp | 467 uint32_t TypeToken, const BasicBlock *Handler) { in addClrEHHandler() 560 uint32_t TypeToken = static_cast<uint32_t>( in calculateClrEHStateNumbers() local
|