Searched refs:read_only_ (Results 1 – 5 of 5) sorted by relevance
37 read_only_(false), in FileWrapperImpl()56 if (looping_ || !read_only_) { in Rewind()111 read_only_ = read_only; in OpenFile()185 read_only_ = read_only; in OpenFromFileHandle()208 if (read_only_) in WriteText()232 if (read_only_) in Write()
61 bool read_only_; variable
305 bool read_only_; variable
966 : str_(*str), read_pos_(0), read_only_(false) { in StringStream()970 : str_(const_cast<std::string&>(str)), read_pos_(0), read_only_(true) { in StringStream()991 if (read_only_) { in Write()1033 if (read_only_) in ReserveSize()
621 bool read_only_; variable