Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h213 string DebugStringWithOptions(const DebugStringOptions& options) const;
631 string DebugStringWithOptions(const DebugStringOptions& options) const;
760 string DebugStringWithOptions(const DebugStringOptions& options) const;
845 string DebugStringWithOptions(const DebugStringOptions& options) const;
949 string DebugStringWithOptions(const DebugStringOptions& options) const;
1028 string DebugStringWithOptions(const DebugStringOptions& options) const;
1109 string DebugStringWithOptions(const DebugStringOptions& options) const;
1268 string DebugStringWithOptions(const DebugStringOptions& options) const;
Ddescriptor.cc2096 return DebugStringWithOptions(options); in DebugString()
2099 string FileDescriptor::DebugStringWithOptions( in DebugStringWithOptions() function in google::protobuf::FileDescriptor
2198 return DebugStringWithOptions(options); in DebugString()
2201 string Descriptor::DebugStringWithOptions( in DebugStringWithOptions() function in google::protobuf::Descriptor
2317 return DebugStringWithOptions(options); in DebugString()
2320 string FieldDescriptor::DebugStringWithOptions( in DebugStringWithOptions() function in google::protobuf::FieldDescriptor
2418 return DebugStringWithOptions(options); in DebugString()
2421 string OneofDescriptor::DebugStringWithOptions( in DebugStringWithOptions() function in google::protobuf::OneofDescriptor
2452 return DebugStringWithOptions(options); in DebugString()
2455 string EnumDescriptor::DebugStringWithOptions( in DebugStringWithOptions() function in google::protobuf::EnumDescriptor
[all …]
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc1948 descriptor->DebugStringWithOptions(debug_string_options); in TEST_F()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc74 string def = field->DebugStringWithOptions(options); in PrintFieldComment()