VALID_ENDPOINT     44 base/i18n/streaming_utf8_validator.cc   return state == 0 ? VALID_ENDPOINT
VALID_ENDPOINT     56 base/i18n/streaming_utf8_validator.cc          VALID_ENDPOINT;
VALID_ENDPOINT     43 base/i18n/streaming_utf8_validator_unittest.cc const StreamingUtf8Validator::State VALID_ENDPOINT =
VALID_ENDPOINT     44 base/i18n/streaming_utf8_validator_unittest.cc     StreamingUtf8Validator::VALID_ENDPOINT;
VALID_ENDPOINT     80 base/i18n/streaming_utf8_validator_unittest.cc               validator.AddBytes(test, sizeof n) == VALID_ENDPOINT)
VALID_ENDPOINT    255 base/i18n/streaming_utf8_validator_unittest.cc       StreamingUtf8Validator::State state = VALID_ENDPOINT;
VALID_ENDPOINT    294 base/i18n/streaming_utf8_validator_unittest.cc   EXPECT_EQ(VALID_ENDPOINT, StreamingUtf8Validator().AddBytes(kNothing, 0));
VALID_ENDPOINT    303 base/i18n/streaming_utf8_validator_unittest.cc   EXPECT_EQ(VALID_ENDPOINT, StreamingUtf8Validator().AddBytes(kNul, 1));
VALID_ENDPOINT    310 base/i18n/streaming_utf8_validator_unittest.cc       VALID_ENDPOINT,
VALID_ENDPOINT    320 base/i18n/streaming_utf8_validator_unittest.cc   EXPECT_EQ(VALID_ENDPOINT, validator.AddBytes("a", 1));
VALID_ENDPOINT    324 base/i18n/streaming_utf8_validator_unittest.cc   CheckRange(valid, valid_end, VALID_ENDPOINT);
VALID_ENDPOINT    336 base/i18n/streaming_utf8_validator_unittest.cc   CheckRangeByteAtATime(valid, valid_end, VALID_ENDPOINT);
VALID_ENDPOINT    349 base/i18n/streaming_utf8_validator_unittest.cc   CheckCombinations(valid, valid_end, valid, valid_end, VALID_ENDPOINT);
VALID_ENDPOINT    381 net/websockets/websocket_channel.cc     DCHECK(!fin || state == StreamingUtf8Validator::VALID_ENDPOINT);
VALID_ENDPOINT    877 net/websockets/websocket_channel.cc     DCHECK(!final || state == StreamingUtf8Validator::VALID_ENDPOINT);