Home
last modified time | relevance | path

Searched defs:ParseType (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_suppressions_test.cc132 TEST_F(SuppressionContextTest, ParseType) { in TEST_F() argument
/external/chromium/chrome/browser/extensions/
Dextension_context_menu_api.cc79 bool ExtensionContextMenuFunction::ParseType( in ParseType() function in ExtensionContextMenuFunction
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1007 bool Parser::ParseType(FieldDescriptorProto::Type* type, in ParseType() function in google::protobuf::compiler::Parser
/external/chromium_org/base/third_party/symbolize/
Ddemangle.cc874 static bool ParseType(State *state) { in ParseType() function
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc1463 bool Parser::ParseType(FieldDescriptorProto::Type* type, in ParseType() function in google::protobuf::compiler::Parser
/external/llvm/lib/TableGen/
DTGParser.cpp677 RecTy *TGParser::ParseType() { in ParseType() function in TGParser
/external/llvm/lib/AsmParser/
DLLParser.cpp1553 bool LLParser::ParseType(Type *&Result, bool AllowVoid) { in ParseType() function in LLParser
/external/chromium/chrome/browser/chromeos/cros/
Dnetwork_library.cc621 static ConnectionType ParseType(const std::string& type) { in ParseType() function