Searched refs:kDecoderErrorCode (Results 1 – 3 of 3) sorted by relevance
82 kDecoderErrorCode, enumerator
1241 const int kDecoderErrorCode = -97; // Any negative number. in TEST_F() local1263 EXPECT_CALL(mock_decoder, ErrorCode()).WillOnce(Return(kDecoderErrorCode)); in TEST_F()1353 const int kDecoderErrorCode = -97; // Any negative number. in TEST_F() local1375 EXPECT_CALL(mock_decoder, ErrorCode()).WillOnce(Return(kDecoderErrorCode)); in TEST_F()
1439 return_value = kDecoderErrorCode; in Decode()