Home
last modified time | relevance | path

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

/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-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/src/com/google/common/reflect/
DTypeToken.java102 public abstract class TypeToken<T> extends TypeCapture<T> implements Serializable { class
124 protected TypeToken() { in TypeToken() method in TypeToken
155 protected TypeToken(Class<?> declaringClass) { in TypeToken() method in TypeToken
164 private TypeToken(Type type) { in TypeToken() method in TypeToken
/external/guava/android/guava/src/com/google/common/reflect/
DTypeToken.java102 public abstract class TypeToken<T> extends TypeCapture<T> implements Serializable { class
124 protected TypeToken() { in TypeToken() method in TypeToken
155 protected TypeToken(Class<?> declaringClass) { in TypeToken() method in TypeToken
164 private TypeToken(Type type) { in TypeToken() method in TypeToken
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h84 uint32_t TypeToken; member
/external/llvm/include/llvm/CodeGen/
DWinEHFuncInfo.h86 uint32_t TypeToken; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp466 uint32_t TypeToken, const BasicBlock *Handler) { in addClrEHHandler()
559 uint32_t TypeToken = static_cast<uint32_t>( in calculateClrEHStateNumbers() local
/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