Home
last modified time | relevance | path

Searched defs:Prep (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/lua/flatbuffers/
Dbuilder.lua206 function mt:Prep(size, additionalBytes) function
/third_party/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs129 public void Prep(int size, int additionalBytes) in Prep() method in FlatBuffers.FlatBufferBuilder
320 Prep(size, size * (x.Length - 1)); in Prep() method
341 Prep(size, size * (x.Length - 1)); in Prep() method
/third_party/flatbuffers/go/
Dbuilder.go255 func (b *Builder) Prep(size, additionalBytes int) { func
/third_party/flatbuffers/python/flatbuffers/
Dbuilder.py308 def Prep(self, size, additionalBytes): member in Builder