Searched refs:IsUint16 (Results 1 – 3 of 3) sorted by relevance
69 return IsUint16() ? std::get<uint16_t>(this->value_) : DEFAULT_UINT16; in GetUint16()102 bool ParamValue::IsUint16() const in IsUint16() function in OHOS::HiviewDFX::ParamValue
55 bool IsUint16() const;
1588 static bool IsUint16(const std::string &s) in IsUint16() function1617 !IsUint16(result.second)) { in Validate()