Searched defs:Int32ToString (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc259 string Int32ToString(int number) { function in namespace:google::protobuf::compiler::cpp
283 return Int32ToString(field->default_value_int32());
330 Int32ToString(field->default_value_enum()->number()));

Completed in 62 milliseconds