Searched defs:addInt (Results 1 – 10 of 10) sorted by relevance
169 public void addInt(int element) { in addInt() method in IntArrayList174 private void addInt(int index, int element) { in addInt() method in IntArrayList
39 int addInt(int a, int b) { in addInt() function
121 void addInt(int value) { in addInt() function
119 void addInt(int value) { in addInt() function
381 public void addInt (int x) { prep(Constants.SIZEOF_INT, 0); putInt (x); } in addInt() method in FlatBufferBuilder730 …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
994 void addInt(int Val) { Result += std::to_string(Val); } in addInt() function
1256 void DynamicSection<ELFT>::addInt(int32_t tag, uint64_t val) { in addInt() function in DynamicSection