Home | History | Annotate | Download | only in memory

Lines Matching defs:handle_

16       : handle_(NULL) { }
19 : handle_(handle) { }
26 if (handle_) {
27 fclose(handle_);
28 handle_ = NULL;
32 FILE* get() const { return handle_; }
35 FILE* temp = handle_;
36 handle_ = NULL;
42 handle_ = newhandle;
46 FILE* handle_;