HomeSort by relevance Sort by last modified time
    Searched refs:TypeTable (Results 1 - 25 of 60) sorted by null

1 2 3

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 86 TypeTableBuilder &TypeTable;
91 explicit FieldListRecordBuilder(TypeTableBuilder &TypeTable)
92 : TypeTable(TypeTable), TempSerializer(TypeTable.getAllocator()) {
120 Index = TypeTable.writeSerializedRecord(Record);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 86 TypeTableBuilder &TypeTable;
91 explicit FieldListRecordBuilder(TypeTableBuilder &TypeTable)
92 : TypeTable(TypeTable), TempSerializer(TypeTable.getAllocator()) {
120 Index = TypeTable.writeSerializedRecord(Record);
  /external/flatbuffers/tests/namespace_test/
namespace_test1_generated.h 119 inline flatbuffers::TypeTable *TableInNestedNSTypeTable();
121 inline flatbuffers::TypeTable *StructInNestedNSTypeTable();
123 inline flatbuffers::TypeTable *EnumInNestedNSTypeTable() {
137 static flatbuffers::TypeTable tt = {
143 inline flatbuffers::TypeTable *TableInNestedNSTypeTable() {
150 static flatbuffers::TypeTable tt = {
156 inline flatbuffers::TypeTable *StructInNestedNSTypeTable() {
166 static flatbuffers::TypeTable tt = {
namespace_test2_generated.h 215 inline flatbuffers::TypeTable *TableInFirstNSTypeTable();
221 inline flatbuffers::TypeTable *TableInCTypeTable();
227 inline flatbuffers::TypeTable *SecondTableInATypeTable();
229 inline flatbuffers::TypeTable *TableInFirstNSTypeTable() {
245 static flatbuffers::TypeTable tt = {
255 inline flatbuffers::TypeTable *TableInCTypeTable() {
268 static flatbuffers::TypeTable tt = {
278 inline flatbuffers::TypeTable *SecondTableInATypeTable() {
288 static flatbuffers::TypeTable tt = {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 89 TypeTableBuilder &TypeTable;
95 explicit FieldListRecordBuilder(TypeTableBuilder &TypeTable)
96 : TypeTable(TypeTable), TempSerializer(Allocator, false) {
127 Index = TypeTable.writeSerializedRecord(Record);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 89 TypeTableBuilder &TypeTable;
95 explicit FieldListRecordBuilder(TypeTableBuilder &TypeTable)
96 : TypeTable(TypeTable), TempSerializer(Allocator, false) {
127 Index = TypeTable.writeSerializedRecord(Record);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 89 TypeTableBuilder &TypeTable;
95 explicit FieldListRecordBuilder(TypeTableBuilder &TypeTable)
96 : TypeTable(TypeTable), TempSerializer(Allocator, false) {
127 Index = TypeTable.writeSerializedRecord(Record);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 89 TypeTableBuilder &TypeTable;
95 explicit FieldListRecordBuilder(TypeTableBuilder &TypeTable)
96 : TypeTable(TypeTable), TempSerializer(Allocator, false) {
127 Index = TypeTable.writeSerializedRecord(Record);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 89 TypeTableBuilder &TypeTable;
95 explicit FieldListRecordBuilder(TypeTableBuilder &TypeTable)
96 : TypeTable(TypeTable), TempSerializer(Allocator, false) {
127 Index = TypeTable.writeSerializedRecord(Record);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 89 TypeTableBuilder &TypeTable;
95 explicit FieldListRecordBuilder(TypeTableBuilder &TypeTable)
96 : TypeTable(TypeTable), TempSerializer(Allocator, false) {
127 Index = TypeTable.writeSerializedRecord(Record);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 89 TypeTableBuilder &TypeTable;
95 explicit FieldListRecordBuilder(TypeTableBuilder &TypeTable)
96 : TypeTable(TypeTable), TempSerializer(Allocator, false) {
127 Index = TypeTable.writeSerializedRecord(Record);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 89 TypeTableBuilder &TypeTable;
95 explicit FieldListRecordBuilder(TypeTableBuilder &TypeTable)
96 : TypeTable(TypeTable), TempSerializer(Allocator, false) {
127 Index = TypeTable.writeSerializedRecord(Record);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 89 TypeTableBuilder &TypeTable;
95 explicit FieldListRecordBuilder(TypeTableBuilder &TypeTable)
96 : TypeTable(TypeTable), TempSerializer(Allocator, false) {
127 Index = TypeTable.writeSerializedRecord(Record);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 89 TypeTableBuilder &TypeTable;
95 explicit FieldListRecordBuilder(TypeTableBuilder &TypeTable)
96 : TypeTable(TypeTable), TempSerializer(Allocator, false) {
127 Index = TypeTable.writeSerializedRecord(Record);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 89 TypeTableBuilder &TypeTable;
95 explicit FieldListRecordBuilder(TypeTableBuilder &TypeTable)
96 : TypeTable(TypeTable), TempSerializer(Allocator, false) {
127 Index = TypeTable.writeSerializedRecord(Record);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 89 TypeTableBuilder &TypeTable;
95 explicit FieldListRecordBuilder(TypeTableBuilder &TypeTable)
96 : TypeTable(TypeTable), TempSerializer(Allocator, false) {
127 Index = TypeTable.writeSerializedRecord(Record);
  /external/flatbuffers/include/flatbuffers/
minireflect.h 32 // For any of the functions below that take `const TypeTable *`, you pass
45 const TypeTable * /*type_table*/, const char * /*name*/,
67 const TypeTable * /*type_table*/,
73 inline size_t InlineSize(ElementaryType type, const TypeTable *type_table) {
118 template<typename T> const char *EnumName(T tval, const TypeTable *type_table) {
128 void IterateObject(const uint8_t *obj, const TypeTable *type_table,
132 const TypeTable *type_table,
249 inline void IterateObject(const uint8_t *obj, const TypeTable *type_table,
259 const TypeTable *ref = nullptr;
296 const TypeTable *type_table
    [all...]
flatbuffers.h     [all...]
  /external/guava/guava/src/com/google/common/reflect/
TypeResolver.java 57 private final TypeTable typeTable;
60 this.typeTable = new TypeTable();
63 private TypeResolver(TypeTable typeTable) {
64 this.typeTable = typeTable;
98 return new TypeResolver(typeTable.where(mappings));
160 return typeTable.resolve((TypeVariable<?>) type)
    [all...]
  /external/flatbuffers/tests/union_vector/
union_vector_generated.h 597 inline flatbuffers::TypeTable *AttackerTypeTable();
599 inline flatbuffers::TypeTable *RapunzelTypeTable();
601 inline flatbuffers::TypeTable *BookReaderTypeTable();
603 inline flatbuffers::TypeTable *MovieTypeTable();
605 inline flatbuffers::TypeTable *CharacterTypeTable() {
629 static flatbuffers::TypeTable tt = {
635 inline flatbuffers::TypeTable *AttackerTypeTable() {
642 static flatbuffers::TypeTable tt = {
648 inline flatbuffers::TypeTable *RapunzelTypeTable() {
656 static flatbuffers::TypeTable tt =
    [all...]
  /external/flatbuffers/samples/
monster_generated.h 605 inline flatbuffers::TypeTable *Vec3TypeTable();
607 inline flatbuffers::TypeTable *MonsterTypeTable();
609 inline flatbuffers::TypeTable *WeaponTypeTable();
611 inline flatbuffers::TypeTable *ColorTypeTable() {
625 static flatbuffers::TypeTable tt = {
631 inline flatbuffers::TypeTable *EquipmentTypeTable() {
643 static flatbuffers::TypeTable tt = {
649 inline flatbuffers::TypeTable *Vec3TypeTable() {
661 static flatbuffers::TypeTable tt = {
667 inline flatbuffers::TypeTable *MonsterTypeTable()
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 212 TypeTable.writeStringId(StringIdRecord(TypeIndex(), ScopeName));
240 TI = TypeTable.writeMemberFuncId(MFuncId);
245 TI = TypeTable.writeFuncId(FuncId);
434 // to TypeTable during codegen.
438 if (TypeTable.empty())
453 TypeTable.ForEachRecord(
    [all...]
CodeViewDebug.h 39 codeview::MemoryTypeTableBuilder TypeTable;
  /external/flatbuffers/tests/
monster_test_generated.h     [all...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-reflect/1.0.6/
kotlin-reflect-1.0.6.jar 

Completed in 1136 milliseconds

1 2 3