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) { \
1011 static NamedValuesType namedValuesFor(const B &);1015 inline static NamedValuesType namedValuesFor(const C2EasyEnum<E> &) { in namedValuesFor() function1018 return namedValuesFor(*(E*)nullptr); in namedValuesFor()1128 return C2FieldDescriptor::namedValuesFor(*(B*)nullptr);1134 template<> inline C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const type &…1626 template<typename T, typename E=decltype(C2FieldDescriptor::namedValuesFor(*(T*)nullptr))>1630 … C2FieldDescriptor::NamedValuesType named = C2FieldDescriptor::namedValuesFor(*(T*)nullptr);
82 C2FieldDescriptor::namedValuesFor(e3); in TEST_F()