Home
last modified time | relevance | path

Searched refs:ParseType (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Djson_stream_parser.h103 enum ParseType { enum
208 std::stack<ParseType> stack_;
Djson_stream_parser.cc209 ParseType type = stack_.top(); in RunParser()
/frameworks/base/tools/aapt2/format/binary/
DBinaryResourceParser.h55 bool ParseType(const ResourceTablePackage* package, const android::ResChunk_header* chunk);
DBinaryResourceParser.cpp241 if (!ParseType(package, parser.chunk())) { in ParsePackage()
326 bool BinaryResourceParser::ParseType(const ResourceTablePackage* package, in ParseType() function in aapt::BinaryResourceParser
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser.h424 bool ParseType(FieldDescriptorProto::Type* type,
Dparser.cc855 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