Searched defs:Prep (Results 1 – 6 of 6) sorted by relevance
/external/flatbuffers/net/FlatBuffers/ | ||
D | FlatBufferBuilder.cs | 125 public void Prep(int size, int additionalBytes) in Prep() method in FlatBuffers.FlatBufferBuilder |
/external/flatbuffers/lua/flatbuffers/ | ||
D | builder.lua | 205 function mt:Prep(size, additionalBytes) function |
/external/libaom/libaom/test/ | ||
D | av1_horz_only_frame_superres_test.cc | 241 void Prep(ACMRandom *rnd) { in Prep() function in __anon32fe2ce60111::ConvolveHorizRSTestBase |
D | av1_convolve_scale_test.cc | 369 void Prep(ACMRandom *rnd) { in Prep() function in __anonce3848930111::ConvolveScaleTestBase |
/external/flatbuffers/go/ | ||
D | builder.go | 248 func (b *Builder) Prep(size, additionalBytes int) { func |
/external/flatbuffers/python/flatbuffers/ | ||
D | builder.py | 308 def Prep(self, size, additionalBytes): member in Builder |