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

  /external/grpc-grpc/src/core/lib/transport/
byte_stream.cc 47 void SliceBufferByteStream::Orphan() {
106 void ByteStreamCache::CachingByteStream::Orphan() {
139 // Orphan the underlying stream if it's been drained.
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.cpp 40 struct Orphan {
43 Orphan(CodeGenRegister *r, Record *a, Record *b)
70 SmallVector<Orphan, 8> Orphans;
86 Orphans.push_back(Orphan(SI->second, Indices[i], SI->first));
126 // R2 is no longer an orphan.
135 Orphan &O = Orphans[i];
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
grpclb.cc 178 // It's the caller's responsibility to ensure that Orphan() is called from
180 void Orphan() override;
549 void GrpcLb::BalancerCallState::Orphan() {
553 // up. Otherwise, we are here because grpclb_policy has to orphan a failed
    [all...]
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
chttp2_transport.cc     [all...]

Completed in 370 milliseconds