HomeSort by relevance Sort by last modified time
    Searched refs:GRPC_STATUS__DO_NOT_USE (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/include/grpc/impl/codegen/
status.h 146 GRPC_STATUS__DO_NOT_USE = -1
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
call.pyx.pxi 49 self, grpc_status_code error_code=GRPC_STATUS__DO_NOT_USE,
54 if (details is None) != (error_code == GRPC_STATUS__DO_NOT_USE):
59 if error_code != GRPC_STATUS__DO_NOT_USE:

Completed in 146 milliseconds