Home
last modified time | relevance | path

Searched refs:ParseMethodOptions (Results 1 – 3 of 3) sorted by relevance

/third_party/parse5/test/utils/
Dgenerate-parsing-tests.ts64 interface ParseMethodOptions<T extends TreeAdapterTypeMap> extends ParserOptions<T> { interface
75 options: ParseMethodOptions<T>
/third_party/protobuf/src/google/protobuf/compiler/
Dparser.h435 bool ParseMethodOptions(const LocationRecorder& parent_location,
Dparser.cc2201 DO(ParseMethodOptions(method_location, containing_file, in ParseServiceMethod()
2212 bool Parser::ParseMethodOptions(const LocationRecorder& parent_location, in ParseMethodOptions() function in google::protobuf::compiler::Parser