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

  /external/protobuf/src/google/protobuf/util/internal/
json_stream_parser.h 103 enum ParseType {
208 std::stack<ParseType> stack_;
  /frameworks/base/tools/aapt2/unflatten/
BinaryResourceParser.cpp 255 if (!ParseType(package, parser.chunk())) {
310 bool BinaryResourceParser::ParseType(const ResourceTablePackage* package,
  /external/swiftshader/third_party/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);
  /external/llvm/lib/AsmParser/
LLParser.h 294 bool ParseType(Type *&Result, const Twine &Msg, bool AllowVoid = false);
295 bool ParseType(Type *&Result, bool AllowVoid = false) {
296 return ParseType(Result, "expected type", AllowVoid);
298 bool ParseType(Type *&Result, const Twine &Msg, LocTy &Loc,
301 return ParseType(Result, Msg, AllowVoid);
303 bool ParseType(Type *&Result, LocTy &Loc, bool AllowVoid = false) {
305 return ParseType(Result, AllowVoid);
  /external/llvm/lib/TableGen/
TGParser.cpp 648 /// ParseType - Parse and return a tblgen type. This returns null on error.
659 RecTy *TGParser::ParseType() {
693 RecTy *SubType = ParseType();
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 855 DO(ParseType(&map_field.key_type, &map_field.key_type_name));
857 DO(ParseType(&map_field.value_type, &map_field.value_type_name));
877 DO(ParseType(&type, &type_name));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 570 /// ParseType - Parse and return a tblgen type. This returns null on error.
581 RecTy *TGParser::ParseType() {
615 RecTy *SubType = ParseType();
1010 Type = ParseType();
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp 548 CheckedError Parser::ParseType(Type &type) {
558 ECHECK(ParseType(subtype));
605 ECHECK(ParseType(type));
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
OpenArchive.cpp     [all...]

Completed in 319 milliseconds