Searched defs:addByte (Results 1 – 8 of 8) sorted by relevance
188 void addByte(uint8_t data) { in addByte() function
400 public void addByte (byte x) { prep(Constants.SIZEOF_BYTE, 0); putByte (x); } in addByte() method in FlatBufferBuilder772 …public void addByte (int o, byte x, int d) { if(force_defaults || x != d) { addByte (x)… in addByte() method in FlatBufferBuilder
306 public function addByte($x) function in Google\\FlatBuffers\\FlatbufferBuilder
104 protected void addByte(int b) in addByte() method in CharsetRecog_sbcs.NGramParser
89 void NGramParser::addByte(int32_t b) in addByte() function in NGramParser
103 protected void addByte(int b) in addByte() method in CharsetRecog_sbcs.NGramParser
364 public Http2Headers addByte(CharSequence name, byte value) { in addByte() method in AbstractHttp2Headers