OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringKey
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/bindings/v8/
npruntime.cpp
46
// We use
StringKey
here as the key-type to avoid a string copy to
48
class
StringKey
{
50
explicit
StringKey
(const char* str) : m_string(str), m_length(strlen(str)) { }
51
StringKey
() : m_string(0), m_length(0) { }
52
explicit
StringKey
(WTF::HashTableDeletedValueType) : m_string(hashTableDeletedValue()), m_length(0) { }
54
StringKey
& operator=(const
StringKey
& other)
76
inline bool operator==(const
StringKey
& x, const
StringKey
& y)
87
// Implement WTF::DefaultHash<
StringKey
>::Hash interface
[
all
...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
synchronize.h
279
class
StringKey
{
291
typedef hash_set<const String*,
StringKey
, StringEqual> StringSet;
map.h
831
class
StringKey
{
838
typedef hash_map<SW, Label,
StringKey
> Map;
/external/v8/src/
objects.cc
[
all
...]
Completed in 414 milliseconds