OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:streams_
(Results
1 - 5
of
5
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
logging.cc
97
// Global lock for log subsystem, only needed to serialize access to
streams_
.
111
LogMessage::StreamList LogMessage::
streams_
;
member in class:talk_base::LogMessage
200
// Must lock
streams_
before accessing
202
for (StreamList::iterator it =
streams_
.begin(); it !=
streams_
.end(); ++it) {
233
for (StreamList::iterator it =
streams_
.begin(); it !=
streams_
.end(); ++it) {
236
streams_
.clear();
246
for (StreamList::iterator it =
streams_
.begin(); it !=
streams_
.end(); ++it)
[
all
...]
logging.h
224
static StreamList
streams_
;
member in class:talk_base::LogMessage
/external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc
352
:
streams_
(streams), stream_count_(count), bytes_retired_(0) {
360
if (
streams_
[0]->Next(data, size)) return true;
363
bytes_retired_ +=
streams_
[0]->ByteCount();
364
++
streams_
;
374
streams_
[0]->BackUp(count);
384
int64 target_byte_count =
streams_
[0]->ByteCount() + count;
385
if (
streams_
[0]->Skip(count)) return true;
389
int64 final_byte_count =
streams_
[0]->ByteCount();
395
++
streams_
;
406
return bytes_retired_ +
streams_
[0]->ByteCount()
[
all
...]
zero_copy_stream_impl.h
319
// As streams are retired,
streams_
is incremented and count_ is
321
ZeroCopyInputStream* const*
streams_
;
member in class:google::protobuf::io::ConcatenatingInputStream
/external/chromium/third_party/libjingle/overrides/talk/base/
logging.h
227
static StreamList
streams_
;
member in class:talk_base::LogMessage
Completed in 874 milliseconds