Searched refs:DefaultValueAsString (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor.h491 string DefaultValueAsString(bool quote_string_type) const;
H A Ddescriptor.cc1290 string FieldDescriptor::DefaultValueAsString(bool quote_string_type) const { function in class:google::protobuf::FieldDescriptor
1427 proto->set_default_value(DefaultValueAsString(false));
1709 DefaultValueAsString(true));
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h532 string DefaultValueAsString(bool quote_string_type) const;
H A Ddescriptor.cc1420 string FieldDescriptor::DefaultValueAsString(bool quote_string_type) const { function in class:google::protobuf::FieldDescriptor
1571 proto->set_default_value(DefaultValueAsString(false));
1884 DefaultValueAsString(true));

Completed in 95 milliseconds