MAX_FIELD_TYPE     53 third_party/protobuf/src/google/protobuf/extension_set.cc   GOOGLE_DCHECK(type > 0 && type <= WireFormatLite::MAX_FIELD_TYPE);
MAX_FIELD_TYPE    110 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc   GOOGLE_DCHECK(type > 0 && type <= WireFormatLite::MAX_FIELD_TYPE);
MAX_FIELD_TYPE     84 third_party/protobuf/src/google/protobuf/wire_format_lite.cc WireFormatLite::kFieldTypeToCppTypeMap[MAX_FIELD_TYPE + 1] = {
MAX_FIELD_TYPE    108 third_party/protobuf/src/google/protobuf/wire_format_lite.cc WireFormatLite::kWireTypeForFieldType[MAX_FIELD_TYPE + 1] = {
MAX_FIELD_TYPE     59 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc             implicit_cast<int>(WireFormatLite::MAX_FIELD_TYPE));
MAX_FIELD_TYPE     63 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc   for (int i = 1; i <= WireFormatLite::MAX_FIELD_TYPE; i++) {