Searched defs:GetMax (Results 1 – 6 of 6) sorted by relevance
42 int32_t CXFA_Occur::GetMax() { in GetMax() function in CXFA_Occur
54 constexpr float GetMax() const { return start() > end() ? start() : end(); } in GetMax() function
82 constexpr uint32_t GetMax() const { in GetMax() function
134 T GetMax() { in GetMax() function
93 static WEBP_INLINE int GetMax(int a, int b) { return (a < b) ? b : a; } in GetMax() function
2593 func (m *AllocateIdsRequest) GetMax() int64 { func