Home
last modified time | relevance | path

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

/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs121 public void Prep(int size, int additionalBytes) in Prep() method in FlatBuffers.FlatBufferBuilder
312 Prep(size, size * (x.Length - 1)); in Prep() method
333 Prep(size, size * (x.Length - 1)); in Prep() method
/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua188 function mt:Prep(size, additionalBytes) function
/external/libaom/libaom/test/
Dav1_horz_only_frame_superres_test.cc240 void Prep(ACMRandom *rnd) { in Prep() function in __anon25430c2f0111::ConvolveHorizRSTestBase
Dav1_convolve_scale_test.cc368 void Prep(ACMRandom *rnd) { in Prep() function in __anonb31ac89c0111::ConvolveScaleTestBase
/external/flatbuffers/go/
Dbuilder.go247 func (b *Builder) Prep(size, additionalBytes int) { func
/external/flatbuffers/python/flatbuffers/
Dbuilder.py316 def Prep(self, size, additionalBytes): member in Builder