Home
last modified time | relevance | path

Searched defs:GetMax (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_occur.cpp42 int32_t CXFA_Occur::GetMax() { in GetMax() function in CXFA_Occur
/external/libchrome/ui/gfx/range/
Drange_f.h54 constexpr float GetMax() const { return start() > end() ? start() : end(); } in GetMax() function
Drange.h82 constexpr uint32_t GetMax() const { in GetMax() function
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dbwe_test_framework.h134 T GetMax() { in GetMax() function
/external/webp/src/enc/
Dpredictor_enc.c93 static WEBP_INLINE int GetMax(int a, int b) { return (a < b) ? b : a; } in GetMax() function
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go2593 func (m *AllocateIdsRequest) GetMax() int64 { func