Searched refs:IsValueGetCompatible (Results 1 – 2 of 2) sorted by relevance
186 inline bool IsValueGetCompatible(const IAny& any, const IValue& value) in IsValueGetCompatible() function
207 if (!internal || !value || !IsValueGetCompatible(*internal, *value)) { in PushValue()