OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TypeNameMap
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h
247
std::map<const Type *, std::string>
TypeNameMap
;
/external/protobuf/src/google/protobuf/compiler/
parser.cc
59
typedef hash_map<string, FieldDescriptorProto::Type>
TypeNameMap
;
61
TypeNameMap
MakeTypeNameTable() {
62
TypeNameMap
result;
85
const
TypeNameMap
kTypeNames = MakeTypeNameTable();
1009
TypeNameMap
::const_iterator iter = kTypeNames.find(input_->current().text);
1022
TypeNameMap
::const_iterator iter = kTypeNames.find(input_->current().text);
[
all
...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc
59
typedef hash_map<string, FieldDescriptorProto::Type>
TypeNameMap
;
61
TypeNameMap
MakeTypeNameTable() {
62
TypeNameMap
result;
85
const
TypeNameMap
kTypeNames = MakeTypeNameTable();
[
all
...]
Completed in 279 milliseconds