Home
last modified time | relevance | path

Searched defs:root_table (Results 1 – 9 of 9) sorted by relevance

/external/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java886 protected void finish(int root_table, boolean size_prefix) { in finish()
901 public void finish(int root_table) { in finish()
910 public void finishSizePrefixed(int root_table) { in finishSizePrefixed()
922 protected void finish(int root_table, String file_identifier, boolean size_prefix) { in finish()
940 public void finish(int root_table, String file_identifier) { in finish()
951 public void finishSizePrefixed(int root_table, String file_identifier) { in finishSizePrefixed()
/external/webp/src/utils/
Dhuffman_utils.c80 static int BuildHuffmanTable(HuffmanCode* const root_table, int root_bits, in BuildHuffmanTable()
214 int VP8LBuildHuffmanTable(HuffmanCode* const root_table, int root_bits, in VP8LBuildHuffmanTable()
/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/
Djson_to_fb.cc68 auto root_table = schema->root_table(); in main() local
/external/flatbuffers/src/
Dreflection.cpp181 const reflection::Object *root_table = nullptr) in ResizeContext()
311 const reflection::Object *root_table) { in SetString()
332 const reflection::Object *root_table) { in ResizeAnyVector()
/external/brotli/c/dec/
Dhuffman.c169 uint32_t BrotliBuildHuffmanTable(HuffmanCode* root_table, in BrotliBuildHuffmanTable()
/external/flatbuffers/js/
Dflatbuffers.js687 flatbuffers.Builder.prototype.finish = function(root_table, opt_file_identifier, opt_size_prefix) { argument
715 flatbuffers.Builder.prototype.finishSizePrefixed = function (root_table, opt_file_identifier) { argument
/external/flatbuffers/php/
DFlatbufferBuilder.php906 public function finish($root_table, $identifier = null)
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h1073 const reflection::Object *root_table() const { in root_table() function
/external/flatbuffers/tests/
Dtest.cpp883 auto root_table = schema.root_table(); in ReflectionTest() local