Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.cc1874 extension(i)->DebugString(1, FieldDescriptor::PRINT_LABEL, &contents); in DebugString()
1922 field(i)->DebugString(depth, FieldDescriptor::PRINT_LABEL, contents); in DebugString()
1946 depth + 1, FieldDescriptor::PRINT_LABEL, contents); in DebugString()
1962 DebugString(depth, PRINT_LABEL, &contents); in DebugString()
1986 if (print_label_flag == PRINT_LABEL) { in DebugString()
Ddescriptor.h559 enum PrintLabelFlag { PRINT_LABEL, OMIT_LABEL }; enumerator