Home
last modified time | relevance | path

Searched defs:GetBound (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_stitchfunc.h28 float GetBound(size_t i) const { return m_bounds[i]; } in GetBound() function
/aosp_15_r20/external/libcap/cap/
H A Dcap.go398 func GetBound(val Value) (bool, error) { func
/aosp_15_r20/art/compiler/optimizing/
H A Dbounds_check_elimination.cc385 ValueBound GetBound() const { return bound_; } in GetBound() function in art::MonotonicValueRange