Searched defs:StringKey (Results 1 - 6 of 6) sorted by relevance

/external/openfst/src/include/fst/
H A Dsynchronize.h310 class StringKey{ class in class:fst::SynchronizeFstImpl
322 typedef unordered_set<const String*, StringKey, StringEqual> StringSet;
H A Darc-map.h950 class StringKey { class in struct:fst::GallicToNewSymbolsMapper
957 typedef unordered_map<SW, Label, StringKey> Map;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dsynchronize.h279 class StringKey{ class in class:fst::SynchronizeFstImpl
291 typedef hash_set<const String*, StringKey, StringEqual> StringSet;
H A Dmap.h831 class StringKey { class in struct:fst::GallicToNewSymbolsMapper
838 typedef hash_map<SW, Label, StringKey> Map;
/external/webkit/Source/WebCore/bindings/v8/
H A Dnpruntime.cpp46 // We use StringKey here as the key-type to avoid a string copy to
48 class StringKey { class in namespace:npruntime
50 explicit StringKey(const char* str) : m_string(str), m_length(strlen(str)) { } function in class:npruntime::StringKey
51 StringKey() : m_string(0), m_length(0) { } function in class:npruntime::StringKey
52 explicit StringKey(WTF::HashTableDeletedValueType) : m_string(hashTableDeletedValue()), m_length(0) { } function in class:npruntime::StringKey
54 StringKey& operator=(const StringKey& other)
76 inline bool operator==(const StringKey& x, const StringKey& y)
87 // Implement WTF::DefaultHash<StringKey>
[all...]
/external/v8/src/
H A Dobjects.cc10469 // StringKey simply carries a string object as key.
10470 class StringKey : public HashTableKey { class in namespace:v8::internal
10472 explicit StringKey(String* string) : function in class:v8::internal::StringKey
11780 StringKey key(src);
11811 StringKey key(src);

Completed in 583 milliseconds