Searched defs:GetKey (Results 1 - 10 of 10) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
H A Dfar.h122 virtual const string &GetKey() const = 0;
266 const string &GetKey() const { return reader_->GetKey(); } function in class:fst::STTableFarReader
314 const string &GetKey() const { return reader_->GetKey(); } function in class:fst::STListFarReader
H A Dstlist.h242 const string &GetKey() const { function in class:fst::STListReader
H A Dsttable.h221 const string &GetKey() const { function in class:fst::STTableReader
/external/chromium/net/disk_cache/
H A Dentry_unittest.cc36 void GetKey();
513 void DiskCacheEntryTest::GetKey() { function in class:DiskCacheEntryTest
517 EXPECT_EQ(key, entry->GetKey()) << "short key";
529 EXPECT_TRUE(key == entry->GetKey()) << "1000 bytes key";
536 EXPECT_TRUE(key == entry->GetKey()) << "medium size key";
544 EXPECT_TRUE(key == entry->GetKey()) << "long key";
548 TEST_F(DiskCacheEntryTest, GetKey) {
550 GetKey();
556 GetKey();
1232 EXPECT_EQ(key, entry->GetKey());
[all...]
H A Dmem_entry_impl.cc149 std::string MemEntryImpl::GetKey() const { function in class:disk_cache::MemEntryImpl
H A Dentry_impl.cc455 std::string my_key = GetKey();
625 if (stored->hash != Hash(GetKey()))
716 make_scoped_refptr(new EntryCreationParameters(GetKey(), created)));
745 std::string EntryImpl::GetKey() const { function in class:disk_cache::EntryImpl
/external/v8/src/
H A Dproperty.h58 String* GetKey() { return key_; } function in class:v8::internal::BASE_EMBEDDED
H A Dcode-stubs.h219 uint32_t GetKey() { function in class:v8::internal::BASE_EMBEDDED
H A Dobjects-inl.h1915 String* DescriptorArray::GetKey(int descriptor_number) { function in class:v8::internal::DescriptorArray
2004 desc->Init(GetKey(descriptor_number),
2018 desc->GetKey());
/external/chromium/net/http/
H A Dhttp_cache_unittest.cc95 virtual std::string GetKey() const { function in class:__anon2942::MockDiskEntry

Completed in 225 milliseconds