OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NamePair
(Results
1 - 4
of
4
) sorted by null
/frameworks/compile/mclinker/lib/Object/
SectionMap.cpp
17
SectionMap::
NamePair
SectionMap::NullName;
20
// SectionMap::
NamePair
22
SectionMap::
NamePair
::
NamePair
()
26
SectionMap::
NamePair
::
NamePair
(const std::string& pFrom, const std::string& pTo)
31
bool SectionMap::
NamePair
::isNull() const
39
const SectionMap::
NamePair
& SectionMap::find(const std::string& pFrom) const
45
SectionMap::
NamePair
& SectionMap::find(const std::string& pFrom)
51
const SectionMap::
NamePair
[
all
...]
/frameworks/compile/mclinker/include/mcld/Object/
SectionMap.h
31
struct
NamePair
34
NamePair
();
35
NamePair
(const std::string& pFrom, const std::string& pTo);
45
typedef std::vector<
NamePair
> NamePairList;
49
/// NullName - the null object of
NamePair
50
static
NamePair
NullName;
55
const
NamePair
& find(const std::string& pFrom) const;
56
NamePair
& find(const std::string& pFrom);
58
const
NamePair
& find(const std::string& pFrom, unsigned int pHash) const;
59
NamePair
& find(const std::string& pFrom, unsigned int pHash)
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp
76
struct
NamePair
{
92
static const
NamePair
namePairs[] = {
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
645
SmallString<128>
NamePair
;
646
NamePair
+= CUID;
647
NamePair
+= '\0';
648
NamePair
+= DirName;
649
NamePair
+= '\0'; // Zero bytes are not allowed in paths.
650
NamePair
+= FileName;
652
StringMapEntry<unsigned> &Ent = SourceIdMap.GetOrCreateValue(
NamePair
, SrcId);
[
all
...]
Completed in 579 milliseconds