Home
last modified time | relevance | path

Searched defs:TypeToken (Results 1 – 12 of 12) sorted by relevance

/external/guava/android/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java69 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 …]
DImmutableTypeToInstanceMapTest.java179 public Iterable<Entry<TypeToken, Object>> order(List<Entry<TypeToken, Object>> insertionOrder) { in order()
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java69 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 …]
DImmutableTypeToInstanceMapTest.java179 public Iterable<Entry<TypeToken, Object>> order(List<Entry<TypeToken, Object>> insertionOrder) { in order()
/external/guava/android/guava/src/com/google/common/reflect/
DTypeToken.java101 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/
DTypeToken.java101 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/
DWinEHFuncInfo.h83 uint32_t TypeToken; member
/external/llvm-project/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h83 uint32_t TypeToken; member
/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h86 uint32_t TypeToken; member
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp456 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/
DWinEHPrepare.cpp489 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/
DWinEHPrepare.cpp467 uint32_t TypeToken, const BasicBlock *Handler) { in addClrEHHandler()
560 uint32_t TypeToken = static_cast<uint32_t>( in calculateClrEHStateNumbers() local