Home
last modified time | relevance | path

Searched refs:StringifyDefaultValue (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc211 string StringifyDefaultValue(const FieldDescriptor& field) { in StringifyDefaultValue() function
1059 m["default_value"] = StringifyDefaultValue(field); in PrintFieldDescriptor()