OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringKey
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
npruntime.cpp
49
// We use
StringKey
here as the key-type to avoid a string copy to
51
class
StringKey
{
53
explicit
StringKey
(const char* str) : m_string(str), m_length(strlen(str)) { }
54
StringKey
() : m_string(0), m_length(0) { }
55
explicit
StringKey
(WTF::HashTableDeletedValueType) : m_string(hashTableDeletedValue()), m_length(0) { }
57
StringKey
& operator=(const
StringKey
& other)
79
inline bool operator==(const
StringKey
& x, const
StringKey
& y)
90
// Implement WTF::DefaultHash<
StringKey
>::Hash interface
[
all
...]
/external/openfst/src/include/fst/
synchronize.h
310
class
StringKey
{
322
typedef unordered_set<const String*,
StringKey
, StringEqual> StringSet;
arc-map.h
948
class
StringKey
{
955
typedef unordered_map<SW, Label,
StringKey
> Map;
[
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
...]
/external/chromium_org/v8/src/
objects.cc
[
all
...]
Completed in 308 milliseconds