HomeSort by relevance Sort by last modified time
    Searched refs:PrependByte (Results 1 - 6 of 6) sorted by null

  /external/flatbuffers/tests/
go_test.go 605 b.PrependByte(1)
615 b.PrependByte(1)
617 b.PrependByte(2)
629 b.PrependByte(byte(i))
1033 b.PrependByte(4)
1034 b.PrependByte(3)
1035 b.PrependByte(2)
1036 b.PrependByte(1)
1037 b.PrependByte(0)
1129 b.PrependByte(4
    [all...]
py_test.py 390 b.PrependByte(1)
399 b.PrependByte(1)
401 b.PrependByte(2)
823 b.PrependByte(4)
824 b.PrependByte(3)
825 b.PrependByte(2)
826 b.PrependByte(1)
827 b.PrependByte(0)
    [all...]
  /external/flatbuffers/samples/
sample_binary.go 52 builder.PrependByte(byte(i))
sample_binary.py 57 builder.PrependByte(i)
  /external/flatbuffers/go/
builder.go 410 b.PrependByte(x)
650 // PrependByte prepends a byte to the Builder buffer.
652 func (b *Builder) PrependByte(x byte) {
  /external/flatbuffers/python/flatbuffers/
builder.py 564 def PrependByte(self, x):

Completed in 108 milliseconds