Searched refs:get_hash (Results 1 – 3 of 3) sorted by relevance
470 std::string get_hash("goog-phish-shavar:19:96\n" in TEST() local477 EXPECT_TRUE(parser.ParseGetHash(get_hash.data(), in TEST()478 static_cast<int>(get_hash.length()), "", in TEST()525 const unsigned char get_hash[] = { in TEST() local550 EXPECT_TRUE(parser.ParseGetHash(reinterpret_cast<const char*>(get_hash), in TEST()551 sizeof(get_hash), in TEST()604 std::string get_hash; in TEST() local610 parser.FormatGetHash(prefixes, &get_hash); in TEST()611 EXPECT_EQ(get_hash, "4:12\n1234abcdpqrs"); in TEST()
173 std::string get_hash; in GetFullHash() local175 parser.FormatGetHash(prefixes, &get_hash); in GetFullHash()179 fetcher->set_upload_data("text/plain", get_hash); in GetFullHash()
74 bool get_hash) { in CreateDownloadFile() argument80 if (!download_file->Initialize(get_hash)) { in CreateDownloadFile()