Home | History | Annotate | Download | only in flatbuffers

Lines Matching defs:addByte

319     public void addByte   (byte    x) { prep(Constants.SIZEOF_BYTE, 0); putByte   (x); }
521 addByte((byte)0);
643 public void addByte (int o, byte x, int d) { if(force_defaults || x != d) { addByte (x); slot(o); } }
840 addByte((byte)file_identifier.charAt(i));