Searched refs:GetProperty (Results 1 – 3 of 3) sorted by relevance
88 …use(*foo.GetProperty("bar")); // unsafe: it is unclear whether `foo.GetProperty("bar")` has a valu…206 if (const auto& property = foo.GetProperty("bar")) {211 instead of the `HasProperty`, `GetProperty` pairing we saw above.
79 virtual const Property *GetProperty(const ExecutionContext *exe_ctx,
173 OptionValueProperties::GetProperty(const ExecutionContext *exe_ctx, in GetProperty() function in OptionValueProperties611 property = GetProperty(exe_ctx, will_modify, key); in GetPropertyAtPath()