Searched defs:addByte (Results 1 – 6 of 6) sorted by relevance
254 public void addByte (byte x) { prep(Constants.SIZEOF_BYTE, 0); putByte (x); } in addByte() method in FlatBufferBuilder578 …public void addByte (int o, byte x, int d) { if(force_defaults || x != d) { addByte (x)… in addByte() method in FlatBufferBuilder
202 TestMessage.prototype.addByte = function(item) { method in TestMessage
297 public function addByte($x) function in Google\\FlatBuffers\\FlatbufferBuilder
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
103 protected void addByte(int b) in addByte() method in CharsetRecog_sbcs.NGramParser