Home | History | Annotate | Download | only in protobuf

Lines Matching defs:LABEL_OPTIONAL

378     LABEL_OPTIONAL      = 1,    // optional
428 bool is_optional() const; // shorthand for label() == LABEL_OPTIONAL
1430 return label() == LABEL_OPTIONAL;