Home
last modified time | relevance | path

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

/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs125 public void Prep(int size, int additionalBytes) in Prep() method in FlatBuffers.FlatBufferBuilder
316 Prep(size, size * (x.Length - 1)); in Prep() method
337 Prep(size, size * (x.Length - 1)); in Prep() method
/external/flatbuffers/lua/flatbuffers/
Dbuilder.lua205 function mt:Prep(size, additionalBytes) function
/external/libaom/libaom/test/
Dav1_horz_only_frame_superres_test.cc241 void Prep(ACMRandom *rnd) { in Prep() function in __anon32fe2ce60111::ConvolveHorizRSTestBase
Dav1_convolve_scale_test.cc369 void Prep(ACMRandom *rnd) { in Prep() function in __anonce3848930111::ConvolveScaleTestBase
/external/flatbuffers/go/
Dbuilder.go248 func (b *Builder) Prep(size, additionalBytes int) { func
/external/flatbuffers/python/flatbuffers/
Dbuilder.py308 def Prep(self, size, additionalBytes): member in Builder