Searched refs:first_value (Results 1 – 5 of 5) sorted by relevance
41 void TestHashFirstTwoBytes(char first_value, char second_value) { in TestHashFirstTwoBytes() argument43 buf[0] = first_value; in TestHashFirstTwoBytes()47 first_value), in TestHashFirstTwoBytes()50 RollingHashUtil::HashStep(static_cast<unsigned char>(first_value), in TestHashFirstTwoBytes()
177 const int first_value = ItemValue(item_first); in TEST_F() local178 EXPECT_TRUE(first_value == 0); in TEST_F()179 EXPECT_EQ(first_value_id,first_value); in TEST_F()
81 Value* first_value = 0; in IsArgumentListEmpty() local82 if (!arguments->Get(0, &first_value)) in IsArgumentListEmpty()84 if (first_value->GetType() == Value::TYPE_NULL) in IsArgumentListEmpty()
160 std::string first_value; in GetSingleHeader() local162 if (!headers.EnumerateHeader(&iter, name, &first_value)) in GetSingleHeader()170 *value = first_value; in GetSingleHeader()
392 base::StringPiece first_value = old_value; in AppendOrPrependAndMakeDescription() local395 first_value = value; in AppendOrPrependAndMakeDescription()405 memcpy(cur_loc, first_value.data(), first_value.size()); in AppendOrPrependAndMakeDescription()406 cur_loc += first_value.size(); in AppendOrPrependAndMakeDescription()