HomeSort by relevance Sort by last modified time
    Searched defs:float_value (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 275 string float_value = SimpleFtoa(value); local
279 if (float_value.find_first_of(".eE") != string::npos) {
280 float_value.push_back('f');
282 return float_value;
  /external/protobuf/src/google/protobuf/
extension_set.h 390 float float_value; member in union:google::protobuf::internal::ExtensionSet::Extension::__anon9281
    [all...]

Completed in 156 milliseconds