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

  /external/libbrillo/brillo/streams/
input_stream_set.cc 18 : source_streams_{std::move(source_streams)},
78 for (const Stream* stream : source_streams_) {
97 for (const Stream* stream : source_streams_)
117 while (!source_streams_.empty()) {
118 Stream* stream = source_streams_.front();
129 source_streams_.erase(source_streams_.begin());
152 source_streams_.clear();
168 if (!source_streams_.empty()) {
169 Stream* stream = source_streams_.front()
    [all...]
input_stream_set.h 117 std::vector<Stream*> source_streams_; member in class:brillo::InputStreamSet

Completed in 103 milliseconds