Searched refs:target_value (Results 1 – 3 of 3) sorted by relevance
60 void VerifyOutput(int16_t target_value) { in VerifyOutput() argument71 EXPECT_EQ(output_value, target_value); in VerifyOutput()
76 const unsigned short target_value) { // NOLINT in CheckUInt16Value() argument83 return (target_value == value); in CheckUInt16Value()89 const unsigned int target_value) { in CheckUInt32Value() argument96 return (target_value == value); in CheckUInt32Value()
102 TargetType target_value = static_cast<TargetType>(value); in ConvertAndFillData() local104 memcpy(&(*data_)[pos], &target_value, sizeof(TargetType)); in ConvertAndFillData()