Searched refs:has_max (Results 1 – 5 of 5) sorted by relevance
109 EXPECT_FALSE(histogram_proto.bucket(0).has_max()); in TEST()114 EXPECT_TRUE(histogram_proto.bucket(1).has_max()); in TEST()120 EXPECT_TRUE(histogram_proto.bucket(2).has_max()); in TEST()125 EXPECT_FALSE(histogram_proto.bucket(3).has_max()); in TEST()130 EXPECT_TRUE(histogram_proto.bucket(4).has_max()); in TEST()
226 bool has_max = GetMaxFormat(device, &video_format); in CreateVideoCapturer()227 capturer->set_enable_camera_list(has_max); in CreateVideoCapturer()228 if (has_max) { in CreateVideoCapturer()
304 bool has_max() const { in has_max() function in ash::internal::WindowSize313 return has_max() && size_ > max_; in is_overflowing()331 if (has_max() && new_value > max_) { in Add()
3867 bool has_max = max < RegExpTree::kInfinity; in ToNode() local3868 bool needs_counter = has_min || has_max; in ToNode()3896 if (has_max) { in ToNode()
4950 bool has_max = max < RegExpTree::kInfinity; in ToNode() local4951 bool needs_counter = has_min || has_max; in ToNode()4980 if (has_max) { in ToNode()