Searched defs:appendDouble (Results 1 – 3 of 3) sorted by relevance
71 @Benchmark void appendDouble(int reps) { in appendDouble() method in StringBuilderBenchmark
203 void appendDouble(double value) { this->beginValue(); this->appendf("%g", value); } in appendDouble() function
4610 func appendDouble(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) { func