Home
last modified time | relevance | path

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

/hardware/google/av/codec2/vndk/util/
DC2InterfaceUtils.cpp1167 mHead = _mTail; in increment()
1168 _mTail = nullptr; in increment()
1179 if (mHead != _mTail) { in descendInto()
1228 _mTail = startLeaf; in descendInto()
1231 _mTail = makeLeaf(field, endIndex); in descendInto()
1240 std::shared_ptr<C2FieldUtils::Info::Impl> _mTail; member