Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.h662 enum PrintLabelFlag { PRINT_LABEL, OMIT_LABEL }; enumerator
Ddescriptor.cc2186 extension(i)->DebugString(1, FieldDescriptor::PRINT_LABEL, &contents, in DebugStringWithOptions()
2256 field(i)->DebugString(depth, FieldDescriptor::PRINT_LABEL, contents, in DebugString()
2282 depth + 1, FieldDescriptor::PRINT_LABEL, contents, in DebugString()
2329 DebugString(depth, PRINT_LABEL, &contents, debug_string_options); in DebugStringWithOptions()
2367 if (print_label_flag == PRINT_LABEL && !is_map()) { in DebugString()