Searched defs:Prep (Results 1 – 6 of 6) sorted by relevance
/external/flatbuffers/net/FlatBuffers/ | ||
D | FlatBufferBuilder.cs | 121 public void Prep(int size, int additionalBytes) in Prep() method in FlatBuffers.FlatBufferBuilder |
/external/flatbuffers/lua/flatbuffers/ | ||
D | builder.lua | 188 function mt:Prep(size, additionalBytes) function |
/external/libaom/libaom/test/ | ||
D | av1_horz_only_frame_superres_test.cc | 240 void Prep(ACMRandom *rnd) { in Prep() function in __anon25430c2f0111::ConvolveHorizRSTestBase |
D | av1_convolve_scale_test.cc | 368 void Prep(ACMRandom *rnd) { in Prep() function in __anonb31ac89c0111::ConvolveScaleTestBase |
/external/flatbuffers/go/ | ||
D | builder.go | 247 func (b *Builder) Prep(size, additionalBytes int) { func |
/external/flatbuffers/python/flatbuffers/ | ||
D | builder.py | 316 def Prep(self, size, additionalBytes): member in Builder |