OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stringmap
(Results
51 - 75
of
294
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/connectivity/shill/
property_store.cc
83
} else if (value.IsTypeCompatible<
Stringmap
>()) {
84
ret = SetStringmapProperty(name, value.Get<
Stringmap
>(), error);
171
ReadablePropertyConstIterator<
Stringmap
> it = GetStringmapPropertiesIter();
277
Stringmap
* values,
513
ReadablePropertyConstIterator<
Stringmap
>
515
return ReadablePropertyConstIterator<
Stringmap
>(stringmap_properties_);
640
void PropertyStore::RegisterStringmap(const string& name,
Stringmap
* prop) {
644
StringmapAccessor(new PropertyAccessor<
Stringmap
>(prop));
648
const
Stringmap
* prop) {
652
StringmapAccessor(new ConstPropertyAccessor<
Stringmap
>(prop))
[
all
...]
property_store_unittest.h
42
typedef ::testing::Types<bool, int16_t, int32_t, std::string,
Stringmap
,
97
Stringmap
* storage, Error* error) {
154
PropertyStore* store, const std::string& name,
Stringmap
* storage) {
/external/clang/lib/Driver/
Multilib.cpp
13
#include "llvm/ADT/
StringMap
.h"
100
llvm::
StringMap
<int> FlagSet;
103
llvm::
StringMap
<int>::iterator SI = FlagSet.find(Flag.substr(1));
246
llvm::
StringMap
<bool> FlagSet;
255
llvm::
StringMap
<bool>::const_iterator SI = FlagSet.find(Flag.substr(1));
/external/llvm/include/llvm/IR/
FunctionInfo.h
20
#include "llvm/ADT/
StringMap
.h"
146
typedef
StringMap
<FunctionInfoList> FunctionInfoMapTy;
153
/// module ID assigned to each module during the plugin step. The
StringMap
155
typedef
StringMap
<uint64_t> ModulePathStringTableTy;
197
iterator_range<
StringMap
<uint64_t>::const_iterator>
ValueSymbolTable.h
18
#include "llvm/ADT/
StringMap
.h"
46
typedef
StringMap
<Value*> ValueMap;
/external/llvm/lib/Target/NVPTX/
NVVMReflect.cpp
20
#include "llvm/ADT/
StringMap
.h"
50
StringMap
<int> VarMap;
60
NVVMReflect(const
StringMap
<int> &Mapping)
63
for (
StringMap
<int>::const_iterator I = Mapping.begin(), E = Mapping.end();
84
ModulePass *llvm::createNVVMReflectPass(const
StringMap
<int>& Mapping) {
/external/llvm/lib/Support/
DynamicLibrary.cpp
19
#include "llvm/ADT/
StringMap
.h"
27
static llvm::ManagedStatic<llvm::
StringMap
<void *> > ExplicitSymbols;
116
StringMap
<void *>::iterator i = ExplicitSymbols->find(symbolName);
CMakeLists.txt
86
StringMap
.cpp
/external/llvm/tools/dsymutil/
DebugMap.h
25
#include "llvm/ADT/
StringMap
.h"
150
iterator_range<
StringMap
<SymbolMapping>::const_iterator> symbols() const {
165
StringMap
<SymbolMapping> Symbols;
/external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITObjectCacheTest.cpp
12
#include "llvm/ADT/
StringMap
.h"
57
StringMap
<const MemoryBuffer *>::iterator it = ObjMap.find(ModuleID);
73
StringMap
<const MemoryBuffer *> ObjMap;
/external/webrtc/webrtc/p2p/client/
httpportallocator.cc
39
typedef std::map<std::string, std::string>
StringMap
;
40
void ParseMap(const std::string& string,
StringMap
& map) {
180
StringMap
map;
/external/clang/lib/StaticAnalyzer/Frontend/
ModelConsumer.cpp
29
ModelConsumer::ModelConsumer(llvm::
StringMap
<Stmt *> &Bodies)
/external/llvm/include/llvm/ExecutionEngine/Orc/
LazyEmittingLayer.h
23
#include "llvm/ADT/
StringMap
.h"
161
const GlobalValue* addGlobalValue(
StringMap
<const GlobalValue*> &Names,
193
auto Symbols = llvm::make_unique<
StringMap
<const GlobalValue*>>();
216
mutable std::unique_ptr<
StringMap
<const GlobalValue*>> MangledSymbols;
ExecutionUtils.h
19
#include "llvm/ADT/
StringMap
.h"
169
StringMap
<TargetAddress> CXXRuntimeOverrides;
/external/llvm/include/llvm/ProfileData/
CoverageMappingWriter.h
19
#include "llvm/ADT/
StringMap
.h"
InstrProfWriter.h
32
StringMap
<ProfilingData> FunctionData;
/external/llvm/lib/Target/AArch64/
AArch64TargetMachine.h
27
mutable
StringMap
<std::unique_ptr<AArch64Subtarget>> SubtargetMap;
/external/clang/include/clang/AST/
CommentSema.h
21
#include "llvm/ADT/
StringMap
.h"
56
llvm::
StringMap
<TParamCommandComment *> TemplateParameterDocs;
/external/clang/include/clang/Basic/
SourceManagerInternals.h
20
#include "llvm/ADT/
StringMap
.h"
84
llvm::
StringMap
<unsigned, llvm::BumpPtrAllocator> FilenameIDs;
/external/clang/include/clang/Lex/
Pragma.h
18
#include "llvm/ADT/
StringMap
.h"
93
llvm::
StringMap
<PragmaHandler*> Handlers;
/external/clang/include/clang/Tooling/
JSONCompilationDatabase.h
21
#include "llvm/ADT/
StringMap
.h"
117
llvm::
StringMap
<std::vector<CompileCommandRef>> IndexByFile;
/external/clang/lib/StaticAnalyzer/Core/
CheckerRegistry.cpp
48
const llvm::
StringMap
<size_t> &packageSizes,
70
llvm::
StringMap
<size_t>::const_iterator packageSize =
/external/llvm/include/llvm/CodeGen/
PseudoSourceValue.h
17
#include "llvm/ADT/
StringMap
.h"
146
StringMap
<std::unique_ptr<const ExternalSymbolPseudoSourceValue>>
/external/llvm/include/llvm/Support/
StringPool.h
32
#include "llvm/ADT/
StringMap
.h"
55
typedef
StringMap
<PooledString> table_t;
/external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.h
19
#include "llvm/ADT/
StringMap
.h"
73
StringMap
<PerFileInfo> Infos;
Completed in 463 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>