Searched defs:read_ok (Results 1 – 8 of 8) sorted by relevance
202 bool read_ok = base::ReadFileToString(path, &proto_str) && in ReadAndDeleteEvents() local
158 bool read_ok = stream->Read(&response); in DoBidiStream() local
1509 bool read_ok = true; in TEST_P() local
162 bool read_ok = true; in Read() local
497 bool read_ok = file.ReadAndCheck(0, buffer.as_span()); in SyncLoadFromDisk() local
572 async fn read_ok() { in read_ok() function