Searched defs:addDouble (Results 1 – 5 of 5) sorted by relevance
162 public void addDouble(double element) { in addDouble() method in DoubleArrayList169 private void addDouble(int index, double element) { in addDouble() method in DoubleArrayList
390 public void addDouble (double x) { prep(Constants.SIZEOF_DOUBLE, 0); putDouble (x); } in addDouble() method in FlatBufferBuilder719 …public void addDouble (int o, double x, double d) { if(force_defaults || x != d) { addDouble (x)… in addDouble() method in FlatBufferBuilder
396 public function addDouble($x) function in Google\\FlatBuffers\\FlatbufferBuilder
508 public int addDouble( final double n ) { in addDouble() method in ConstantPoolGen
394 public Http2Headers addDouble(CharSequence name, double value) { in addDouble() method in AbstractHttp2Headers