Home | History | Annotate | Download | only in nacl_host

Lines Matching refs:GetNexe

41   std::string GetNexe(const std::string& key);
73 // pass the GetNexeCallback returned by the callback() method to GetNexe.
103 std::string PnaclTranslationCacheTest::GetNexe(const std::string& key) {
105 cache_->GetNexe(key, load_cb.callback());
214 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
221 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
229 EXPECT_EQ(0, GetNexe(test_key).compare(large_buffer));
238 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val + "aaa"));
246 EXPECT_EQ(0, GetNexe(test_key).compare(test_store_val));
247 EXPECT_EQ(0, GetNexe(test_key + "a").compare(test_store_val + "aaa"));
255 cache_->GetNexe(test_key + "a", load_cb.callback());