Home
last modified time | relevance | path

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

/external/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java842 protected void finish(int root_table, boolean size_prefix) { in finish()
857 public void finish(int root_table) { in finish()
866 public void finishSizePrefixed(int root_table) { in finishSizePrefixed()
878 protected void finish(int root_table, String file_identifier, boolean size_prefix) { in finish()
896 public void finish(int root_table, String file_identifier) { in finish()
907 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()
205 int VP8LBuildHuffmanTable(HuffmanCode* const root_table, int root_bits, in VP8LBuildHuffmanTable()
/external/flatbuffers/src/
Dreflection.cpp171 const reflection::Object *root_table = nullptr) in ResizeContext()
301 const reflection::Object *root_table) { in SetString()
322 const reflection::Object *root_table) { in ResizeAnyVector()
/external/brotli/c/dec/
Dhuffman.c169 uint32_t BrotliBuildHuffmanTable(HuffmanCode* root_table, in BrotliBuildHuffmanTable()
/external/flatbuffers/php/
DFlatbufferBuilder.php906 public function finish($root_table, $identifier = null)
/external/flatbuffers/js/
Dflatbuffers.js680 flatbuffers.Builder.prototype.finish = function(root_table, opt_file_identifier) { argument
/external/flatbuffers/tests/
Dtest.cpp701 auto root_table = schema.root_table(); in ReflectionTest() local
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h1034 const Object *root_table() const { in root_table() function