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

/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h135 LIBPROTOBUF_EXPORT bool FieldOptions_CType_IsValid(int value);
1735 return FieldOptions_CType_IsValid(value);
3879 GOOGLE_DCHECK(::google::protobuf::FieldOptions_CType_IsValid(value));
H A Ddescriptor.pb.cc5002 bool FieldOptions_CType_IsValid(int value) { function in namespace:google::protobuf
5116 if (::google::protobuf::FieldOptions_CType_IsValid(value)) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h139 LIBPROTOBUF_EXPORT bool FieldOptions_CType_IsValid(int value);
1814 return FieldOptions_CType_IsValid(value);
5041 assert(::google::protobuf::FieldOptions_CType_IsValid(value));
H A Ddescriptor.pb.cc5363 bool FieldOptions_CType_IsValid(int value) { function in namespace:google::protobuf
5483 if (::google::protobuf::FieldOptions_CType_IsValid(value)) {

Completed in 240 milliseconds