Searched defs:addInt (Results 1 – 8 of 8) sorted by relevance
194 public void addInt(int element) { in addInt() method in IntArrayList209 private void addInt(int index, int element) { in addInt() method in IntArrayList
43 int addInt(int a, int b) { in addInt() function
128 void addInt(int value) { in addInt() function
192 void addInt(int32_t data) { in addInt() function
414 public void addInt (int x) { prep(Constants.SIZEOF_INT, 0); putInt (x); } in addInt() method in FlatBufferBuilder794 …public void addInt (int o, int x, int d) { if(force_defaults || x != d) { addInt (x)… in addInt() method in FlatBufferBuilder
346 public function addInt($x) function in Google\\FlatBuffers\\FlatbufferBuilder
379 public Http2Headers addInt(CharSequence name, int value) { in addInt() method in AbstractHttp2Headers