Home
last modified time | relevance | path

Searched defs:ParseMethodOptions (Results 1 – 2 of 2) sorted by relevance

/third_party/parse5/test/utils/
Dgenerate-parsing-tests.ts64 interface ParseMethodOptions<T extends TreeAdapterTypeMap> extends ParserOptions<T> { interface
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.cc2419 bool Parser::ParseMethodOptions(const LocationRecorder& parent_location, in ParseMethodOptions() function in google::protobuf::compiler::Parser