Searched refs:ParseType (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_context_menu_api.h30 bool ParseType(const DictionaryValue& properties,
H A Dextension_context_menu_api.cc79 bool ExtensionContextMenuFunction::ParseType( function in class:ExtensionContextMenuFunction
228 if (!ParseType(*properties, ExtensionMenuItem::NORMAL, &type))
294 if (!ParseType(*properties, item->type(), &type))
/external/llvm/lib/AsmParser/
H A DLLParser.h223 bool ParseType(Type *&Result, bool AllowVoid = false);
224 bool ParseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) { function in class:llvm::LLParser
226 return ParseType(Result, AllowVoid);
H A DLLParser.cpp525 ParseType(Ty, TyLoc) ||
659 ParseType(Ty, TyLoc))
1267 /// ParseType - Parse a type.
1268 bool LLParser::ParseType(Type *&Result, bool AllowVoid) {
1401 if (ParseType(ArgTy, ArgLoc))
1442 if (ParseType(ArgTy) ||
1467 if (ParseType(ArgTy) || ParseOptionalAttrs(Attrs, 0)) return true;
1563 return ParseType(ResultTy);
1602 if (ParseType(Ty)) return true;
1610 if (ParseType(T
[all...]
/external/compiler-rt/lib/tsan/unit_tests/
H A Dtsan_suppressions_test.cc82 TEST(Suppressions, ParseType) {
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h264 bool ParseType(FieldDescriptorProto::Type* type,
H A Dparser.cc452 DO(ParseType(&type, &type_name));
1007 bool Parser::ParseType(FieldDescriptorProto::Type* type, function in class:google::protobuf::compiler::Parser
/external/llvm/lib/TableGen/
H A DTGParser.h179 RecTy *ParseType();
H A DTGParser.cpp673 /// ParseType - Parse and return a tblgen type. This returns null on error.
684 RecTy *TGParser::ParseType() { function in class:TGParser
718 RecTy *SubType = ParseType();
1124 Type = ParseType();
1301 GivenEltTy = ParseType();
1649 RecTy *Type = ParseType();
/external/chromium/chrome/browser/chromeos/cros/
H A Dnetwork_library.cc621 static ConnectionType ParseType(const std::string& type) { function in namespace:chromeos::__anon1794
638 return ParseType(type_string);
907 type_ = ParseType(type_string);
1037 ConnectionType type = ParseType(type_string);
3311 ConnectionType type = ParseType(technology);

Completed in 244 milliseconds