Lines Matching defs:Writer
115 struct Writer { struct
135 Writer* link_older; // read/write only before linking, or as leader argument
136 Writer* link_newer; // lazy, read/write only before linking, or as leader argument
138 Writer() in Writer() argument
177 ~Writer() { in ~Writer() argument
202 // returns the aggregate status of this Writer argument
203 Status FinalStatus() { in FinalStatus()
222 bool CallbackFailed() { in CallbackFailed()
226 bool ShouldWriteToMemtable() { in ShouldWriteToMemtable()
230 bool ShouldWriteToWAL() { in ShouldWriteToWAL()
236 std::mutex& StateMutex() { in StateMutex()
241 std::condition_variable& StateCV() { in StateCV()