Home
last modified time | relevance | path

Searched defs:SIZE_PREFIX_LENGTH (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/ts/
Dconstants.ts4 export const SIZE_PREFIX_LENGTH = 4; constant
Dbuilder.ts426 const size_prefix = opt_size_prefix ? SIZE_PREFIX_LENGTH : 0; constant
/third_party/flatbuffers/java/com/google/flatbuffers/
DConstants.java41 public static final int SIZE_PREFIX_LENGTH = 4; field in Constants