Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/grpcio_tools/grpc_tools/
H A Dmain.h24 struct ProtocError { struct
30 ProtocError() {} in ProtocError() argument
31 ProtocError(std::string filename, int line, int column, std::string message) in ProtocError() function
H A D_protoc_compiler.pyx59 class ProtocError(Exception): class