Searched defs:addByte (Results 1 – 7 of 7) sorted by relevance
355 public void addByte (byte x) { prep(Constants.SIZEOF_BYTE, 0); putByte (x); } in addByte() method in FlatBufferBuilder664 …public void addByte (int o, byte x, int d) { if(force_defaults || x != d) { addByte (x)… in addByte() method in FlatBufferBuilder
201 void dwarfgen::LineTable::addByte(uint8_t Value) { in addByte() function in dwarfgen::LineTable
306 public function addByte($x) function in Google\\FlatBuffers\\FlatbufferBuilder
103 protected void addByte(int b) in addByte() method in CharsetRecog_sbcs.NGramParser
89 void NGramParser::addByte(int32_t b) in addByte() function in NGramParser
104 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