Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java66 new TypeToken<T>() {}; in testVariableTypeTokenNotAllowed() method
390 new TypeToken<Object[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_noSuperclass() method
393 new TypeToken<List<String>[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_noSuperclass() method
409 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_unbounded() method
416 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsClass() method
423 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsFBoundedClass() method
429 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsInterface() method
436 assertEquals(TypeToken.of(Object.class), new TypeToken<T[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndClass() method
442 assertEquals(TypeToken.of(Object.class), new TypeToken<T1[]>() {}.getGenericSuperclass()); in testGetGenericSuperclass_typeVariable_boundIsTypeVariableAndInterface() method
487 .has().exactly(TypeToken.of(CharSequence.class), new TypeToken<Iterable<String>>() {}); in testGetGenericInterfaces_typeVariable_boundsAreInterfaces() method
[all …]
DImmutableTypeToInstanceMapTest.java182 public Iterable<Entry<TypeToken, Object>> order(List<Entry<TypeToken, Object>> insertionOrder) { in order()
/external/guava/guava/src/com/google/common/reflect/
DTypeToken.java95 public abstract class TypeToken<T> extends TypeCapture<T> implements Serializable { class
112 protected TypeToken() { in TypeToken() method in TypeToken
139 protected TypeToken(Class<?> declaringClass) { in TypeToken() method in TypeToken
148 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/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/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