HomeSort by relevance Sort by last modified time
    Searched refs:ParseType (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/extensions/
extension_context_menu_api.h 30 bool ParseType(const DictionaryValue& properties,
extension_context_menu_api.cc 79 bool ExtensionContextMenuFunction::ParseType(
228 if (!ParseType(*properties, ExtensionMenuItem::NORMAL, &type))
294 if (!ParseType(*properties, item->type(), &type))
  /external/llvm/lib/AsmParser/
LLParser.h 219 bool ParseType(Type *&Result, bool AllowVoid = false);
220 bool ParseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) {
222 return ParseType(Result, AllowVoid);
LLParser.cpp 529 ParseType(Ty, TyLoc) ||
663 ParseType(Ty, TyLoc))
    [all...]
  /external/llvm/lib/TableGen/
TGParser.h 145 RecTy *ParseType();
TGParser.cpp 595 /// ParseType - Parse and return a tblgen type. This returns null on error.
606 RecTy *TGParser::ParseType() {
640 RecTy *SubType = ParseType();
1047 Type = ParseType();
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.h 264 bool ParseType(FieldDescriptorProto::Type* type,
parser.cc 452 DO(ParseType(&type, &type_name));
1007 bool Parser::ParseType(FieldDescriptorProto::Type* type,
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 621 static ConnectionType ParseType(const std::string& type) {
638 return ParseType(type_string);
    [all...]

Completed in 174 milliseconds