HomeSort by relevance Sort by last modified time
    Searched refs:needs_fclose_ (Results 1 - 8 of 8) sorted by null

  /external/marisa-trie/lib/marisa/
reader.cc 15 : file_(NULL), fd_(-1), stream_(NULL), needs_fclose_(false) {}
18 : file_(file), fd_(-1), stream_(NULL), needs_fclose_(false) {}
21 : file_(NULL), fd_(fd), stream_(NULL), needs_fclose_(false) {}
24 : file_(NULL), fd_(-1), stream_(stream), needs_fclose_(false) {}
27 if (needs_fclose_) {
49 needs_fclose_ = true;
61 Swap(&needs_fclose_, &rhs->needs_fclose_);
writer.cc 15 : file_(NULL), fd_(-1), stream_(NULL), needs_fclose_(false) {}
18 : file_(file), fd_(-1), stream_(NULL), needs_fclose_(false) {}
21 : file_(NULL), fd_(fd), stream_(NULL), needs_fclose_(false) {}
24 : file_(NULL), fd_(-1), stream_(stream), needs_fclose_(false) {}
27 if (needs_fclose_) {
61 needs_fclose_ = true;
73 Swap(&needs_fclose_, &rhs->needs_fclose_);
reader.h 48 bool needs_fclose_; member in class:marisa::Reader
writer.h 48 bool needs_fclose_; member in class:marisa::Writer
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
reader.cc 15 : file_(NULL), fd_(-1), stream_(NULL), needs_fclose_(false) {}
18 : file_(file), fd_(-1), stream_(NULL), needs_fclose_(false) {}
21 : file_(NULL), fd_(fd), stream_(NULL), needs_fclose_(false) {}
24 : file_(NULL), fd_(-1), stream_(stream), needs_fclose_(false) {}
27 if (needs_fclose_) {
49 needs_fclose_ = true;
61 Swap(&needs_fclose_, &rhs->needs_fclose_);
writer.cc 15 : file_(NULL), fd_(-1), stream_(NULL), needs_fclose_(false) {}
18 : file_(file), fd_(-1), stream_(NULL), needs_fclose_(false) {}
21 : file_(NULL), fd_(fd), stream_(NULL), needs_fclose_(false) {}
24 : file_(NULL), fd_(-1), stream_(stream), needs_fclose_(false) {}
27 if (needs_fclose_) {
61 needs_fclose_ = true;
73 Swap(&needs_fclose_, &rhs->needs_fclose_);
reader.h 49 bool needs_fclose_; member in class:marisa_alpha::Reader
writer.h 49 bool needs_fclose_; member in class:marisa_alpha::Writer

Completed in 58 milliseconds