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

  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
tote.h 25 uint16 GetIncrCount() const {return incr_count_;}
31 void SetIncrCount(uint16 v) {incr_count_ = v;}
38 uint16 incr_count_; // Number of Add calls (1-3 per gram) member in class:Tote
63 int GetIncrCount() const {return incr_count_;}
78 int incr_count_; // Number of Add calls member in class:ToteWithReliability
tote.cc 15 incr_count_ = 0;
26 incr_count_ = 0;
52 ++incr_count_;
134 fprintf(f, "%d %d %d\n", gram_count_, incr_count_, byte_count_);
144 incr_count_ = 0;
155 incr_count_ = 0;
168 ++incr_count_;
298 fprintf(f, " %d#\n", incr_count_);

Completed in 504 milliseconds