Searched refs:kMaxDecoderFieldId (Results 1 – 2 of 2) sorted by relevance
389 static_assert(MAX_FIELD_ID <= kMaxDecoderFieldId, "Field ordinal too high"); in TypedProtoDecoder()416 static constexpr size_t kMaxDecoderFieldId = 999;422 1 + (HAS_NONPACKED_REPEATED_FIELDS ? kMaxDecoderFieldId : MAX_FIELD_ID);
55 constexpr int kMaxDecoderFieldId = 999; variable625 if (field->number() > kMaxDecoderFieldId) in GenerateDecoder()