OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StringEntry
(Results
1 - 7
of
7
) sorted by null
/frameworks/compile/mclinker/lib/ADT/
StringEntry.cpp
1
//===-
StringEntry
.cpp -----------------------------------------------------===//
9
#include <mcld/ADT/
StringEntry
.h>
14
//
StringEntry
<llvm::StringRef>
16
StringEntry
<llvm::StringRef>::
StringEntry
()
20
StringEntry
<llvm::StringRef>::
StringEntry
(const
StringEntry
::key_type& pKey)
24
StringEntry
<llvm::StringRef>::
StringEntry
(const StringEntry<llvm::StringRef>& pCopy
[
all
...]
Android.mk
4
StringEntry
.cpp
/frameworks/compile/mclinker/include/mcld/ADT/
StringEntry.h
1
//===-
StringEntry
.h -------------------------------------------------------===//
22
/** \class
StringEntry
23
* \brief
StringEntry
is a pair of strings which is designed for high locality.
26
class
StringEntry
61
StringEntry
();
62
StringEntry
(const key_type& pKey);
63
StringEntry
(const
StringEntry
& pCopy);
64
~
StringEntry
();
76
class
StringEntry
<llvm::StringRef
[
all
...]
/external/lldb/source/Interpreter/
OptionValueBoolean.cpp
98
struct
StringEntry
{
102
static const
StringEntry
g_autocomplete_entries[] =
113
const size_t k_num_autocomplete_entries = sizeof(g_autocomplete_entries)/sizeof(
StringEntry
);
/frameworks/compile/mclinker/include/mcld/
LinkerScript.h
14
#include <mcld/ADT/
StringEntry
.h>
32
typedef HashTable<
StringEntry
<llvm::StringRef>,
36
typedef HashTable<
StringEntry
<uint64_t>,
/frameworks/compile/mclinker/tools/mcld/lib/
ScriptOptions.cpp
11
#include <mcld/ADT/
StringEntry
.h>
86
StringEntry
<llvm::StringRef>* to_wrap =
97
StringEntry
<llvm::StringRef>* from_real =
111
StringEntry
<llvm::StringRef>* to_port =
122
StringEntry
<llvm::StringRef>* from_real =
140
StringEntry
<uint64_t>* addr_mapping =
148
StringEntry
<uint64_t>* bss_mapping =
156
StringEntry
<uint64_t>* data_mapping =
164
StringEntry
<uint64_t>* text_mapping =
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGEnumeration.h
42
typedef std::pair<unsigned short, String>
StringEntry
;
43
typedef Vector<
StringEntry
> StringEntries;
Completed in 571 milliseconds