Searched refs:InterfaceVariantType (Results 1 – 5 of 5) sorted by relevance
22 using InterfaceVariantType = typedef32 using Interface = InterfaceType<InterfaceVariantType>;33 using Object = ObjectType<InterfaceVariantType>;
80 static InterfaceVariantType op(const std::string /* propertyName */, in op()83 return InterfaceVariantType{}; in op()90 static InterfaceVariantType op(const std::string propertyName, in op()95 return convertVariant<InterfaceVariantType>(property); in op()
61 std::vector<InterfaceVariantType> values;63 InterfaceVariantType actualValue;
391 template <typename T, typename V = InterfaceVariantType>
11 void functionUsingInterfaceVariantType(InterfaceVariantType&) {} in functionUsingInterfaceVariantType() argument