Searched defs:GetMin (Results 1 – 12 of 12) sorted by relevance
49 int32_t CXFA_Occur::GetMin() { in GetMin() function in CXFA_Occur
110 absl::optional<T> GetMin() const { in GetMin() function
58 double GetMin() const { in GetMin() function
53 constexpr float GetMin() const { return start() < end() ? start() : end(); } in GetMin() function
79 constexpr uint32_t GetMin() const { in GetMin() function
56 constexpr float GetMin() const { return start() < end() ? start() : end(); } in GetMin() function
82 constexpr uint32_t GetMin() const { in GetMin() function
222 Value GetMin(HInductionVarAnalysis::InductionInfo* info, in GetMin() function in art::InductionVarRangeTest230 Value GetMin(HBasicBlock* context, in GetMin() function in art::InductionVarRangeTest
29 static WEBP_INLINE int GetMin(int a, int b) { return (a > b) ? b : a; } in GetMin() function
758 func (x *SdkVersion) GetMin() *Int32Value { func