Searched refs:GetIndex (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/ |
D | descriptor.cc | 718 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/ |
D | C2ParamInternal.h | 41 inline static uint32_t GetIndex(const C2ParamField &pf) { in GetIndex() function
|
/frameworks/av/media/codec2/vndk/util/ |
D | C2Debug.cpp | 135 os << "<" << C2Param::Index(_C2ParamInspector::GetIndex(i)) in operator <<()
|
D | C2InterfaceHelper.cpp | 825 C2Param::Index ix = _C2ParamInspector::GetIndex(query.field()); in querySupportedValues()
|
D | C2InterfaceUtils.cpp | 1255 : _mIndex(C2Param::CoreIndex(_C2ParamInspector::GetIndex(pf))), in C2FieldUtilsFieldLocation()
|
/frameworks/av/media/codec2/hidl/1.0/utils/ |
D | types.cpp | 83 d->index = static_cast<ParamIndex>(_C2ParamInspector::GetIndex(s)); in objcpy()
|