Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp76097 class CheckedInt class
76104 CheckedInt(U aValue, bool aIsValid) : mValue(aValue), mIsValid(aIsValid) in CheckedInt() function in mozilla::CheckedInt
76116 constexpr CheckedInt(U aValue) in CheckedInt() function in mozilla::CheckedInt
76137 constexpr CheckedInt() : mValue(0), mIsValid(true) in CheckedInt() function in mozilla::CheckedInt