Searched defs:Prep (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/flatbuffers/net/FlatBuffers/ | ||
H A D | FlatBufferBuilder.cs | 129 public void Prep(int size, int additionalBytes) in Prep() method in FlatBuffers.FlatBufferBuilder |
/aosp_15_r20/external/flatbuffers/lua/flatbuffers/ | ||
H A D | builder.lua | 206 function mt:Prep(size, additionalBytes) function |
/aosp_15_r20/external/libaom/test/ | ||
H A D | av1_horz_only_frame_superres_test.cc | 241 void Prep(ACMRandom *rnd) { in Prep() function in __anona05fc7f90111::ConvolveHorizRSTestBase |
H A D | av1_convolve_scale_test.cc | 305 void Prep(ACMRandom *rnd) { in Prep() function in __anon35c25fe60111::ConvolveScaleTestBase |
/aosp_15_r20/external/flatbuffers/go/ | ||
H A D | builder.go | 255 func (b *Builder) Prep(size, additionalBytes int) { func |
/aosp_15_r20/external/flatbuffers/python/flatbuffers/ | ||
H A D | builder.py | 317 def Prep(self, size, additionalBytes): member in Builder |