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

/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h75 LIBPROTOBUF_EXPORT bool FieldDescriptorProto_Type_IsValid(int value);
765 return FieldDescriptorProto_Type_IsValid(value);
3058 GOOGLE_DCHECK(::google::protobuf::FieldDescriptorProto_Type_IsValid(value));
H A Ddescriptor.pb.cc2142 bool FieldDescriptorProto_Type_IsValid(int value) { function in namespace:google::protobuf
2417 if (::google::protobuf::FieldDescriptorProto_Type_IsValid(value)) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h79 LIBPROTOBUF_EXPORT bool FieldDescriptorProto_Type_IsValid(int value);
792 return FieldDescriptorProto_Type_IsValid(value);
3639 assert(::google::protobuf::FieldDescriptorProto_Type_IsValid(value));
H A Ddescriptor.pb.cc2369 bool FieldDescriptorProto_Type_IsValid(int value) { function in namespace:google::protobuf
2641 if (::google::protobuf::FieldDescriptorProto_Type_IsValid(value)) {

Completed in 256 milliseconds