Searched refs:kFixed32Tag (Results 1 – 2 of 2) sorted by relevance
108 constexpr uint8 kFixed32Tag(uint32 tag) { return (tag << 3) | 5; } in kFixed32Tag() function213 if (peek_tag != kDelimitedTag(1) && peek_tag != kFixed32Tag(1)) { in ParseFloatList()264 if (!stream.ExpectTag(kFixed32Tag(1))) return false; in ParseFloatList()529 } else if (peek_tag == kFixed32Tag(1)) { in ParseFloatFeature()532 if (!stream->ExpectTag(kFixed32Tag(1)) || in ParseFloatFeature()
114 constexpr uint8 kFixed32Tag(uint32 tag) { return (tag << 3) | 5; } in kFixed32Tag() function219 if (peek_tag != kDelimitedTag(1) && peek_tag != kFixed32Tag(1)) { in ParseFloatList()270 if (!stream.ExpectTag(kFixed32Tag(1))) return false; in ParseFloatList()1919 } else if (peek_tag == kFixed32Tag(1)) { in ParseFloatFeature()1922 if (!stream->ExpectTag(kFixed32Tag(1)) || in ParseFloatFeature()