Searched refs:ParseMethodOptions (Results 1 – 3 of 3) sorted by relevance
64 interface ParseMethodOptions<T extends TreeAdapterTypeMap> extends ParserOptions<T> { interface75 options: ParseMethodOptions<T>
435 bool ParseMethodOptions(const LocationRecorder& parent_location,
2201 DO(ParseMethodOptions(method_location, containing_file, in ParseServiceMethod()2212 bool Parser::ParseMethodOptions(const LocationRecorder& parent_location, in ParseMethodOptions() function in google::protobuf::compiler::Parser