HomeSort by relevance Sort by last modified time
    Searched refs:SimpleFtoa (Results 1 - 9 of 9) sorted by null

  /external/protobuf/src/google/protobuf/stubs/
strutil_unittest.cc 56 EXPECT_EQ("1.5", SimpleFtoa(1.5));
72 EXPECT_EQ("1.5", SimpleFtoa(1.5));
strutil.h 417 // SimpleFtoa()
435 LIBPROTOBUF_EXPORT string SimpleFtoa(float value);
strutil.cc 926 // SimpleFtoa()
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 275 string float_value = SimpleFtoa(value);
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 296 return SimpleFtoa(value) + "F";
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 350 return SimpleFtoa(field->default_value_float()) + "F";
  /external/protobuf/src/google/protobuf/compiler/python/
python_generator.cc 197 return SimpleFtoa(value);
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]
descriptor.cc     [all...]

Completed in 176 milliseconds