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

  /external/chromium_org/net/quic/
quic_headers_stream.h 71 bool fin_; member in class:net::QuicHeadersStream
  /external/openfst/src/include/fst/
string-weight.h 203 : first_(w.first_), rest_(w.rest_), fin_(first_ == 0),
206 bool Done() const { return fin_; }
211 if (iter_ == rest_.rend()) fin_ = true;
216 fin_ = false;
223 bool fin_; // in the final state? member in class:fst::StringWeightReverseIterator
  /external/chromium_org/net/spdy/
spdy_protocol.h 585 bool fin() const { return fin_; }
586 void set_fin(bool fin) { fin_ = fin; }
591 fin_(false) {}
594 bool fin_; member in class:net::SpdyFrameWithFinIR
    [all...]

Completed in 160 milliseconds