Searched defs:GetMax (Results 1 – 6 of 6) sorted by relevance
41 int32_t CXFA_Occur::GetMax() { in GetMax() function in CXFA_Occur
57 double GetMax() const { in GetMax() function
118 absl::optional<T> GetMax() const { in GetMax() function
54 constexpr float GetMax() const { return start() > end() ? start() : end(); } in GetMax() function
82 constexpr uint32_t GetMax() const { in GetMax() function
93 static WEBP_INLINE int GetMax(int a, int b) { return (a < b) ? b : a; } in GetMax() function