Searched refs:HasProperties (Results 1 – 2 of 2) sorted by relevance
29 struct HasProperties struct58 struct MakeInterface<T, std::enable_if_t<HasProperties<T>::value>>88 struct GetPropertyValue<T, std::enable_if_t<HasProperties<T>::value>>106 struct AssignInterface<T, std::enable_if_t<HasProperties<T>::value>>132 struct SerializeInterface<T, Ops, std::enable_if_t<HasProperties<T>::value>>152 struct DeserializeInterface<T, Ops, std::enable_if_t<HasProperties<T>::value>>
106 EXPECT_FALSE(HasProperties<DummyInterfaceWithoutProperties>::value); in TEST()111 EXPECT_TRUE(HasProperties<DummyInterfaceWithProperties>::value); in TEST()