HomeSort by relevance Sort by last modified time
    Searched defs:ParseType (Results 1 - 7 of 7) 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 248 bool ParseType(Type *&Result, bool AllowVoid = false);
249 bool ParseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) {
251 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/chromium_org/base/third_party/symbolize/
demangle.cc 381 static bool ParseType(State *state);
685 ParseType(state) &&
743 ParseType(state)) {
767 if (ParseTwoChar(state, "TC") && ParseType(state) &&
770 ParseType(state)) {
777 ParseType(state)) {
874 static bool ParseType(State *state) {
877 if (ParseCVQualifiers(state) && ParseType(state)) {
882 if (ParseCharClass(state, "PRCG") && ParseType(state)) {
888 ParseType(state))
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
parser.cc 664 DO(ParseType(&type, &type_name));
    [all...]
  /external/llvm/lib/TableGen/
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 183 milliseconds