Searched refs:read_only_ (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
H A Dfile_impl.cc37 read_only_(false),
56 if (looping_ || !read_only_) {
111 read_only_ = read_only;
185 read_only_ = read_only;
208 if (read_only_)
232 if (read_only_)
H A Dfile_impl.h61 bool read_only_; member in class:webrtc::FileWrapperImpl
/external/libchrome/base/memory/
H A Dshared_memory.h305 bool read_only_; member in class:base::SharedMemory
/external/webrtc/webrtc/base/
H A Dstream.cc966 : str_(*str), read_pos_(0), read_only_(false) {
970 : str_(const_cast<std::string&>(str)), read_pos_(0), read_only_(true) {
991 if (read_only_) {
1033 if (read_only_)
H A Dstream.h621 bool read_only_; member in class:rtc::StringStream

Completed in 229 milliseconds