Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h216 PROTOBUF_EXPORT bool FieldDescriptorProto_Label_IsValid(int value);
1885 return FieldDescriptorProto_Label_IsValid(value); in Label_IsValid()
7881 assert(PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Label_IsValid(value)); in set_label()
Ddescriptor.pb.cc1268 bool FieldDescriptorProto_Label_IsValid(int value) { in FieldDescriptorProto_Label_IsValid() function
4802 … if (PROTOBUF_PREDICT_TRUE(PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Label_IsValid(val))) { in _InternalParse()
4938 if (PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Label_IsValid(value)) { in MergePartialFromCodedStream()