Home
last modified time | relevance | path

Searched refs:GetIndex (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor.cc718 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
895 { "index", (getter)GetIndex, NULL, "Index"},
1136 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
1170 { "index", (getter)GetIndex, NULL, "index"},
1447 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
1490 { "index", (getter)GetIndex, NULL, "Index"},
1562 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
1603 { "index", (getter)GetIndex, NULL, "Index", NULL},
1675 static PyObject* GetIndex(PyBaseDescriptor *self, void *closure) { in GetIndex() function
1706 { "index", (getter)GetIndex, NULL, "Index", NULL},
/frameworks/av/media/codec2/vndk/internal/
DC2ParamInternal.h41 inline static uint32_t GetIndex(const C2ParamField &pf) { in GetIndex() function
/frameworks/av/media/codec2/vndk/util/
DC2Debug.cpp135 os << "<" << C2Param::Index(_C2ParamInspector::GetIndex(i)) in operator <<()
DC2InterfaceHelper.cpp825 C2Param::Index ix = _C2ParamInspector::GetIndex(query.field()); in querySupportedValues()
DC2InterfaceUtils.cpp1255 : _mIndex(C2Param::CoreIndex(_C2ParamInspector::GetIndex(pf))), in C2FieldUtilsFieldLocation()
/frameworks/av/media/codec2/hidl/1.0/utils/
Dtypes.cpp83 d->index = static_cast<ParamIndex>(_C2ParamInspector::GetIndex(s)); in objcpy()