/external/flatbuffers/tests/namespace_test/ |
namespace_test1_generated.h | 133 static const flatbuffers::TypeFunction type_refs[] = { local 142 flatbuffers::ST_ENUM, 3, type_codes, type_refs, nullptr, names
|
namespace_test2_generated.h | 244 static const flatbuffers::TypeFunction type_refs[] = { local 255 flatbuffers::ST_TABLE, 3, type_codes, type_refs, nullptr, names 269 static const flatbuffers::TypeFunction type_refs[] = { local 278 flatbuffers::ST_TABLE, 2, type_codes, type_refs, nullptr, names 291 static const flatbuffers::TypeFunction type_refs[] = { local 298 flatbuffers::ST_TABLE, 1, type_codes, type_refs, nullptr, names
|
/external/flatbuffers/samples/ |
monster_generated.h | 675 static const flatbuffers::TypeFunction type_refs[] = { local 684 flatbuffers::ST_ENUM, 3, type_codes, type_refs, nullptr, names 694 static const flatbuffers::TypeFunction type_refs[] = { local 702 flatbuffers::ST_UNION, 2, type_codes, type_refs, nullptr, names 738 static const flatbuffers::TypeFunction type_refs[] = { local 757 flatbuffers::ST_TABLE, 10, type_codes, type_refs, nullptr, names
|
/external/flatbuffers/tests/union_vector/ |
union_vector_generated.h | 686 static const flatbuffers::TypeFunction type_refs[] = { local 701 flatbuffers::ST_UNION, 7, type_codes, type_refs, nullptr, names 754 static const flatbuffers::TypeFunction type_refs[] = { local 764 flatbuffers::ST_TABLE, 4, type_codes, type_refs, nullptr, names
|
/external/flatbuffers/src/ |
idl_gen_cpp.cpp | 796 std::vector<std::string> type_refs; local 811 auto rit = type_refs.begin(); 812 for (; rit != type_refs.end(); ++rit) { 814 ref_idx = static_cast<int>(rit - type_refs.begin()); 818 if (rit == type_refs.end()) { 819 ref_idx = static_cast<int>(type_refs.size()); 820 type_refs.push_back(ref_name); 827 for (auto it = type_refs.begin(); it != type_refs.end(); ++it) { 863 if (!type_refs.empty()) [all...] |
/external/flatbuffers/include/flatbuffers/ |
flatbuffers.h | 2552 const TypeFunction *type_refs; \/\/ less than num_elems entries (see TypeCode). member in struct:TypeTable [all...] |
/external/flatbuffers/tests/ |
monster_test_generated.h | 2979 static const flatbuffers::TypeFunction type_refs[] = { local 3001 static const flatbuffers::TypeFunction type_refs[] = { local 3025 static const flatbuffers::TypeFunction type_refs[] = { local 3049 static const flatbuffers::TypeFunction type_refs[] = { local 3106 static const flatbuffers::TypeFunction type_refs[] = { local 3127 static const flatbuffers::TypeFunction type_refs[] = { local 3243 static const flatbuffers::TypeFunction type_refs[] = { local [all...] |