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
() {
19
StringEntry
<llvm::StringRef>::
StringEntry
(const
StringEntry
::key_type& pKey) {
22
StringEntry
<llvm::StringRef>::
StringEntry
(
[
all
...]
Android.mk
4
StringEntry
.cpp
/frameworks/compile/mclinker/include/mcld/ADT/
StringEntry.h
1
//===-
StringEntry
.h ------------------------------------------------------===//
23
/** \class
StringEntry
24
* \brief
StringEntry
is a pair of strings which is designed for high locality.
27
class
StringEntry
{
52
StringEntry
();
53
explicit
StringEntry
(const key_type& pKey);
54
StringEntry
(const
StringEntry
& pCopy);
55
~
StringEntry
();
66
class
StringEntry
<llvm::StringRef>
[
all
...]
/frameworks/compile/mclinker/include/mcld/
LinkerScript.h
13
#include "mcld/ADT/
StringEntry
.h"
35
typedef HashTable<
StringEntry
<llvm::StringRef>,
39
typedef HashTable<
StringEntry
<uint64_t>,
/libcore/ojluni/src/main/java/java/lang/
ProcessEnvironment.java
301
private static class
StringEntry
305
public
StringEntry
(Map.Entry<Variable,Value> e) {this.e = e;}
313
return o instanceof
StringEntry
314
&& e.equals(((
StringEntry
)o).e);
332
return new
StringEntry
(i.next());
338
if (o instanceof
StringEntry
)
339
return ((
StringEntry
)o).e;
/frameworks/compile/mclinker/tools/mcld/
Main.cpp
15
#include <mcld/ADT/
StringEntry
.h>
636
mcld::
StringEntry
<llvm::StringRef>* to_wrap =
651
mcld::
StringEntry
<llvm::StringRef>* from_real =
664
mcld::
StringEntry
<llvm::StringRef>* to_wrap =
679
mcld::
StringEntry
<llvm::StringRef>* from_real =
694
mcld::
StringEntry
<uint64_t>* mapping =
709
mcld::
StringEntry
<uint64_t>* mapping =
724
mcld::
StringEntry
<uint64_t>* mapping =
739
mcld::
StringEntry
<uint64_t>* mapping =
[
all
...]
/prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar
Completed in 472 milliseconds