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

  /external/flatbuffers/go/
builder.go 420 b.PrependUint8(x)
580 // PrependUint8 prepends a uint8 to the Builder buffer.
582 func (b *Builder) PrependUint8(x uint8) {
  /external/flatbuffers/python/flatbuffers/
builder.py 571 def PrependUint8(self, x):
  /external/flatbuffers/tests/
go_test.go 582 b.PrependUint8(255)
    [all...]
py_test.py 358 b.PrependUint8(255)
    [all...]

Completed in 264 milliseconds