Home
last modified time | relevance | path

Searched defs:size_prefix (Results 1 – 5 of 5) sorted by relevance

/third_party/flatbuffers/ts/
Dbuilder.ts426 const size_prefix = opt_size_prefix ? SIZE_PREFIX_LENGTH : 0; constant
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java950 protected void finish(int root_table, boolean size_prefix) { in finish()
986 protected void finish(int root_table, String file_identifier, boolean size_prefix) { in finish()
/third_party/flatbuffers/src/
Didl_gen_java.cpp1106 std::string size_prefix[] = { "", "SizePrefixed" }; in GenStruct() local
Didl_gen_csharp.cpp1153 std::string size_prefix[] = { "", "SizePrefixed" }; in GenStruct() local
Didl_gen_go.cpp258 std::string size_prefix[] = { "", "SizePrefixed" }; in NewRootTypeFromBuffer() local