Searched refs:max_ (Results 1 – 5 of 5) sorted by relevance
105 max_(max), in TimerReporter()114 max_, in ReportMilliseconds()
427 EXPECT_EQ(timer_reporter_.max_, kMaxSample); in SetUp()
151 int max() const { return max_; } in max()162 int max_; variable
44 size_t max_; variable
41 : data_(buffer), max_(buffer_len), cur_idx_(0), len_(0), in FileData()73 bytes = read(fd_, data_ + len_, max_ - len_); in isAvail()