Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dmain.h24 struct ProtocError { struct
30 ProtocError() {} in ProtocError() argument
31 ProtocError(std::string filename, int line, int column, std::string message) in ProtocError() argument
D_protoc_compiler.pyx55 class ProtocError(Exception): class