HomeSort by relevance Sort by last modified time
    Searched refs:ParseType (Results 1 - 10 of 10) 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 248 bool ParseType(Type *&Result, bool AllowVoid = false);
249 bool ParseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) {
251 return ParseType(Result, AllowVoid);
LLParser.cpp 582 ParseType(Ty, TyLoc) ||
722 ParseType(Ty, TyLoc))
    [all...]
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_suppressions_test.cc 82 TEST(Suppressions, ParseType) {
  /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/llvm/lib/TableGen/
TGParser.h 180 RecTy *ParseType();
TGParser.cpp 666 /// ParseType - Parse and return a tblgen type. This returns null on error.
677 RecTy *TGParser::ParseType() {
711 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 1949 milliseconds