Home
last modified time | relevance | path

Searched defs:TypeTable (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava/src/com/google/common/reflect/
DTypeResolver.java214 private static class TypeTable { class in TypeResolver
217 TypeTable() { in TypeTable() method in TypeResolver.TypeTable
221 private TypeTable(ImmutableMap<TypeVariableKey, Type> map) { in TypeTable() method in TypeResolver.TypeTable
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h39 codeview::MemoryTypeTableBuilder TypeTable; variable