OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_only_
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/webrtc/system_wrappers/source/
file_impl.cc
37
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_
)
file_impl.h
61
bool
read_only_
;
member in class:webrtc::FileWrapperImpl
/external/libchrome/base/memory/
shared_memory.h
305
bool
read_only_
;
member in class:base::SharedMemory
/external/webrtc/webrtc/base/
stream.cc
966
: 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_
)
stream.h
621
bool
read_only_
;
member in class:rtc::StringStream
Completed in 142 milliseconds