Returns the raw value at the current position. REQUIRES: status().ok() && Valid()
| 282 | // Returns the raw value at the current position. |
| 283 | // REQUIRES: status().ok() && Valid() |
| 284 | StringPiece value() const { return iter_->value(); } |
| 285 | |
| 286 | string DebugString(); |
| 287 |
no outgoing calls