Home
last modified time | relevance | path

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

/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.cpp164 const reflection::Object *root_table = nullptr) in ResizeContext()
293 const reflection::Object *root_table) { in SetString()
314 const reflection::Object *root_table) { in ResizeAnyVector()
/external/brotli/dec/
Dhuffman.c171 uint32_t BrotliBuildHuffmanTable(HuffmanCode* root_table, in BrotliBuildHuffmanTable()
/external/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java751 public void finish(int root_table) { in finish()
765 public void finish(int root_table, String file_identifier) { in finish()
/external/flatbuffers/php/
DFlatbufferBuilder.php895 public function finish($root_table, $identifier = null)
/external/flatbuffers/js/
Dflatbuffers.js662 flatbuffers.Builder.prototype.finish = function(root_table, opt_file_identifier) { argument
/external/flatbuffers/tests/
Dtest.cpp474 auto root_table = schema.root_table(); in ReflectionTest() local
/external/flatbuffers/include/flatbuffers/
Dreflection_generated.h753 const Object *root_table() const { in root_table() function