Searched defs:addInt (Results 1 – 7 of 7) sorted by relevance
160 public void addInt(int element) { in addInt() method in IntArrayList167 private void addInt(int index, int element) { in addInt() method in IntArrayList
35 int addInt(int a, int b) { in addInt() function
118 void addInt(int value) { in addInt() function
37 int addInt(int a, int b) { in addInt() function
333 public void addInt (int x) { prep(Constants.SIZEOF_INT, 0); putInt (x); } in addInt() method in FlatBufferBuilder665 …public void addInt (int o, int x, int d) { if(force_defaults || x != d) { addInt (x)… in addInt() method in FlatBufferBuilder
337 public function addInt($x) function in Google\\FlatBuffers\\FlatbufferBuilder