Searched refs:ValidateProp (Results 1 – 1 of 1) sorted by relevance
50 Result<void> ValidateProp(const sysprop::Properties& props,108 Result<void> ValidateProp(const sysprop::Properties& props, in ValidateProp() function220 if (auto res = ValidateProp(props, prop); !res.ok()) return res; in ValidateProps()