Searched refs:feature_length (Results 1 – 1 of 1) sorted by relevance
1936 uint32 feature_length; in FastParseSequenceExample() local1938 !stream.ReadVarint32(&feature_length)) { in FastParseSequenceExample()1943 if (feature_length > 2) { in FastParseSequenceExample()1944 auto limit = stream.PushLimit(feature_length); in FastParseSequenceExample()1967 } else if (feature_length == 2) { in FastParseSequenceExample()1973 } else if (feature_length != 0) { in FastParseSequenceExample()2257 uint32 feature_length; in FastParseSequenceExample() local2259 !stream.ReadVarint32(&feature_length)) { in FastParseSequenceExample()2264 auto limit = stream.PushLimit(feature_length); in FastParseSequenceExample()2363 uint32 feature_length; in FastParseSequenceExample() local[all …]