Home
last modified time | relevance | path

Searched refs:num_prefixed_fields (Results 1 – 2 of 2) sorted by relevance

/third_party/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java867 final int num_prefixed_fields = 3; in keys() local
868 int keysOffset = end - (byteWidth * num_prefixed_fields); in keys()
909 final int num_prefixed_fields = 3; in binarySearch() local
910 int keysOffset = end - (byteWidth * num_prefixed_fields); in binarySearch()
930 final int num_prefixed_fields = 3; in binarySearch() local
931 int keysOffset = end - (byteWidth * num_prefixed_fields); in binarySearch()
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h340 const size_t num_prefixed_fields = 3; in Keys() local
341 auto keys_offset = data_ - byte_width_ * num_prefixed_fields; in Keys()