Searched defs:expected_length (Results 1 – 3 of 3) sorted by relevance
451 const int expected_length = kBlockSize * StringLengthAsInt("e hear is "); in TEST_F() local462 const int expected_length = kBlockSize * StringLengthAsInt("e hear is "); in TEST_F() local477 const int expected_length = (kBlockSize * StringLengthAsInt("fearsom")) in TEST_F() local489 const int expected_length = (kBlockSize * StringLengthAsInt("fearsom")) in TEST_F() local
66 void StartEncodingTest(SignedIntegerType v, int expected_length) { in StartEncodingTest()
104 const size_t expected_length = VarintBE<int32_t>::Length(expected_value); in ExpectVarint() local