Home
last modified time | relevance | path

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

/aosp_15_r20/external/flatbuffers/net/FlatBuffers/
H A DFlatBufferBuilder.cs129 public void Prep(int size, int additionalBytes) in Prep() method in FlatBuffers.FlatBufferBuilder
356 Prep(size, size * (x.Count - 1)); in Prep() method
398 Prep(size, sizeInBytes - size); in Prep() method
419 Prep(size, size * (x.Length - 1)); in Prep() method
/aosp_15_r20/external/flatbuffers/lua/flatbuffers/
H A Dbuilder.lua206 function mt:Prep(size, additionalBytes) function
/aosp_15_r20/external/libaom/test/
H A Dav1_horz_only_frame_superres_test.cc241 void Prep(ACMRandom *rnd) { in Prep() function in __anona05fc7f90111::ConvolveHorizRSTestBase
H A Dav1_convolve_scale_test.cc305 void Prep(ACMRandom *rnd) { in Prep() function in __anon35c25fe60111::ConvolveScaleTestBase
/aosp_15_r20/external/flatbuffers/go/
H A Dbuilder.go255 func (b *Builder) Prep(size, additionalBytes int) { func
/aosp_15_r20/external/flatbuffers/python/flatbuffers/
H A Dbuilder.py317 def Prep(self, size, additionalBytes): member in Builder