Searched refs:ParseType (Results 1 – 6 of 6) sorted by relevance
103 enum ParseType { enum208 std::stack<ParseType> stack_;
209 ParseType type = stack_.top(); in RunParser()
55 bool ParseType(const ResourceTablePackage* package, const android::ResChunk_header* chunk);
241 if (!ParseType(package, parser.chunk())) { in ParsePackage()326 bool BinaryResourceParser::ParseType(const ResourceTablePackage* package, in ParseType() function in aapt::BinaryResourceParser
424 bool ParseType(FieldDescriptorProto::Type* type,
855 DO(ParseType(&map_field.key_type, &map_field.key_type_name)); in ParseMessageFieldNoLabel()857 DO(ParseType(&map_field.value_type, &map_field.value_type_name)); in ParseMessageFieldNoLabel()877 DO(ParseType(&type, &type_name)); in ParseMessageFieldNoLabel()1968 bool Parser::ParseType(FieldDescriptorProto::Type* type, in ParseType() function in google::protobuf::compiler::Parser