Searched refs:FieldDescriptorProto_Label_IsValid (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h95 LIBPROTOBUF_EXPORT bool FieldDescriptorProto_Label_IsValid(int value);
790 return FieldDescriptorProto_Label_IsValid(value);
3041 GOOGLE_DCHECK(::google::protobuf::FieldDescriptorProto_Label_IsValid(value));
H A Ddescriptor.pb.cc2195 bool FieldDescriptorProto_Label_IsValid(int value) { function in namespace:google::protobuf
2396 if (::google::protobuf::FieldDescriptorProto_Label_IsValid(value)) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h99 LIBPROTOBUF_EXPORT bool FieldDescriptorProto_Label_IsValid(int value);
817 return FieldDescriptorProto_Label_IsValid(value);
3616 assert(::google::protobuf::FieldDescriptorProto_Label_IsValid(value));
H A Ddescriptor.pb.cc2422 bool FieldDescriptorProto_Label_IsValid(int value) { function in namespace:google::protobuf
2620 if (::google::protobuf::FieldDescriptorProto_Label_IsValid(value)) {

Completed in 919 milliseconds