Searched refs:namedValuesFor (Results 1 – 3 of 3) sorted by relevance
107 C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const name &r __unused) { \123 C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const name &r __unused) { \
1000 static NamedValuesType namedValuesFor(const B &);1004 inline static NamedValuesType namedValuesFor(const C2EasyEnum<E> &) { in namedValuesFor() function1007 return namedValuesFor(*(E*)nullptr); in namedValuesFor()1117 return C2FieldDescriptor::namedValuesFor(*(B*)nullptr);1123 template<> inline C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const type &…1615 template<typename T, typename E=decltype(C2FieldDescriptor::namedValuesFor(*(T*)nullptr))>1619 … C2FieldDescriptor::NamedValuesType named = C2FieldDescriptor::namedValuesFor(*(T*)nullptr);
82 C2FieldDescriptor::namedValuesFor(e3); in TEST_F()