Home
last modified time | relevance | path

Searched refs:namedValuesFor (Results 1 – 3 of 3) sorted by relevance

/hardware/google/av/codec2/include/
DC2Enum.h107 C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const name &r __unused) { \
123 C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const name &r __unused) { \
DC2Param.h986 static NamedValuesType namedValuesFor(const B &);
990 inline static NamedValuesType namedValuesFor(const C2EasyEnum<E> &) { in namedValuesFor() function
993 return namedValuesFor(*(E*)nullptr); in namedValuesFor()
1112 return C2FieldDescriptor::namedValuesFor(*(B*)nullptr);
1118 template<> inline C2FieldDescriptor::NamedValuesType C2FieldDescriptor::namedValuesFor(const type &…
1610 template<typename T, typename E=decltype(C2FieldDescriptor::namedValuesFor(*(T*)nullptr))>
1614 … C2FieldDescriptor::NamedValuesType named = C2FieldDescriptor::namedValuesFor(*(T*)nullptr);
/hardware/google/av/codec2/tests/
DC2UtilTest.cpp82 C2FieldDescriptor::namedValuesFor(e3); in TEST_F()