Home
last modified time | relevance | path

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

/external/flatbuffers/rust/flatbuffers/src/
Dprimitives.rs25 pub const FLATBUFFERS_MAX_BUFFER_SIZE: usize = (1u64 << 31) as usize; constant
/external/flatbuffers/include/flatbuffers/
Dbase.h342 #define FLATBUFFERS_MAX_BUFFER_SIZE (std::numeric_limits<::flatbuffers::soffset_t>::max)() macro
/external/flatbuffers/net/FlatBuffers/
DFlatBufferVerify.cs102 …public const int FLATBUFFERS_MAX_BUFFER_SIZE = System.Int32.MaxValue; // default siz… field in Google.FlatBuffers.Verifier