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

  /external/chromium/chrome/browser/extensions/
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 220 bool ParseType(Type *&Result, bool AllowVoid = false);
221 bool ParseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) {
223 return ParseType(Result, AllowVoid);
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 452 DO(ParseType(&type, &type_name));
1007 bool Parser::ParseType(FieldDescriptorProto::Type* type,
    [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 702 /// ParseType - Parse and return a tblgen type. This returns null on error.
713 RecTy *TGParser::ParseType() {
747 RecTy *SubType = ParseType();
    [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 84 milliseconds