HomeSort by relevance Sort by last modified time
    Searched defs:Aborted (Results 1 - 4 of 4) sorted by null

  /external/grpc-grpc/src/csharp/Grpc.Core/
StatusCode.cs 93 /// The operation was aborted, typically due to a concurrency issue
96 Aborted = 10,
  /external/grpc-grpc/src/ruby/lib/grpc/
errors.rb 67 codes[ABORTED] = Aborted
160 # GRPC status code corresponding to status ABORTED
161 class Aborted < BadStatus
163 super(Core::StatusCodes::ABORTED, details, metadata)
  /external/syzkaller/vendor/google.golang.org/grpc/codes/
codes.go 84 // between FailedPrecondition, Aborted, and Unavailable:
86 // (b) Use Aborted if the client should retry at a higher-level
99 // Aborted indicates the operation was aborted, typically due to a
104 // Aborted, and Unavailable.
105 Aborted Code = 10
138 // Aborted, and Unavailable.
162 `"ABORTED"`: Aborted,
  /external/clang/lib/ARCMigrate/
Internals.h 125 bool Aborted;
128 Transaction(TransformActions &TA) : TA(TA), Aborted(false) {
139 Aborted = true;
142 bool isAborted() const { return Aborted; }

Completed in 601 milliseconds