Searched defs:root_table (Results 1 – 11 of 11) sorted by relevance
| /third_party/flatbuffers/tests/64bit/ |
| D | offset64_test.cpp | 76 const RootTable *root_table = GetRootTable(builder.GetBufferPointer()); in Offset64Test() local 127 const RootTable *root_table = GetRootTable(fbb.GetBufferPointer()); in Offset64NestedFlatBuffer() local 164 const RootTable *root_table = GetRootTable(fbb.GetBufferPointer()); in Offset64NestedFlatBuffer() local 202 const RootTable *root_table = GetRootTable(fbb.GetBufferPointer()); in Offset64CreateDirect() local 324 const RootTable *root_table = GetRootTable(builder.GetBufferPointer()); in Offset64VectorOfStructs() local 366 const RootTable *root_table = in Offset64SizePrefix() local 429 const RootTable *root_table = GetRootTable(builder.GetBufferPointer()); in Offset64ManyVectors() local
|
| /third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/ |
| D | FlatBufferBuilder.java | 950 protected void finish(int root_table, boolean size_prefix) { in finish() 965 public void finish(int root_table) { in finish() 974 public void finishSizePrefixed(int root_table) { in finishSizePrefixed() 986 protected void finish(int root_table, String file_identifier, boolean size_prefix) { in finish() 1004 public void finish(int root_table, String file_identifier) { in finish() 1015 public void finishSizePrefixed(int root_table, String file_identifier) { in finishSizePrefixed()
|
| /third_party/skia/third_party/externals/libwebp/src/utils/ |
| D | huffman_utils.c | 80 static int BuildHuffmanTable(HuffmanCode* const root_table, int root_bits, in BuildHuffmanTable() 217 int VP8LBuildHuffmanTable(HuffmanTables* const root_table, int root_bits, in VP8LBuildHuffmanTable()
|
| /third_party/skia/m133/third_party/externals/libwebp/src/utils/ |
| D | huffman_utils.c | 80 static int BuildHuffmanTable(HuffmanCode* const root_table, int root_bits, in BuildHuffmanTable() 220 int VP8LBuildHuffmanTable(HuffmanTables* const root_table, int root_bits, in VP8LBuildHuffmanTable()
|
| /third_party/flatbuffers/tests/fuzzer/ |
| D | flatbuffers_64bit_fuzzer.cc | 77 const RootTable *root_table = in AccessBuffer() local
|
| /third_party/flatbuffers/tests/ |
| D | reflection_test.cpp | 32 auto root_table = schema.root_table(); in ReflectionTest() local
|
| /third_party/flatbuffers/src/ |
| D | reflection.cpp | 435 const reflection::Object *root_table = nullptr) in ResizeContext() 565 const reflection::Object *root_table) { in SetString() 586 const reflection::Object *root_table) { in ResizeAnyVector()
|
| /third_party/brotli/c/dec/ |
| D | huffman.c | 172 uint32_t BrotliBuildHuffmanTable(HuffmanCode* root_table, in BrotliBuildHuffmanTable()
|
| /third_party/skia/third_party/externals/brotli/c/dec/ |
| D | huffman.c | 169 uint32_t BrotliBuildHuffmanTable(HuffmanCode* root_table, in BrotliBuildHuffmanTable()
|
| /third_party/flatbuffers/php/ |
| D | FlatbufferBuilder.php | 906 public function finish($root_table, $identifier = null)
|
| /third_party/flatbuffers/include/flatbuffers/ |
| D | reflection_generated.h | 1349 const reflection::Object *root_table() const { in root_table() function
|