Home
last modified time | relevance | path

Searched refs:mChildIndex (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xul/templates/
H A DnsTreeRows.h161 int32_t mChildIndex; member
166 mChildIndex = aLink.mChildIndex;
172 && (mChildIndex == aLink.mChildIndex); }
177 int32_t GetChildIndex() const { return mChildIndex; } in GetChildIndex()
179 Row& GetRow() { return (*mParent)[mChildIndex]; } in GetRow()
180 const Row& GetRow() const { return (*mParent)[mChildIndex]; } in GetRow()
H A DnsTreeRows.cpp88 result.GetTop().mChildIndex++; in Last()
352 link->mChildIndex = aChildIndex; in Append()
364 link->mChildIndex = aChildIndex; in Push()
402 if (top.mChildIndex >= top.mParent->Count() - 1) { in Next()
409 if (link.mChildIndex < link.mParent->Count() - 1) in Next()
417 top.mChildIndex++; in Next()
427 ++(GetTop().mChildIndex); in Next()
439 --(GetTop().mChildIndex); in Prev()
442 if (GetTop().mChildIndex < 0) { in Prev()
449 if (link.mChildIndex >= 0) in Prev()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C9 PRInt32 mChildIndex; member
12 mChildIndex = aLink.mChildIndex;
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C9 PRInt32 mChildIndex; member
12 mChildIndex = aLink.mChildIndex;
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C9 PRInt32 mChildIndex; member
12 mChildIndex = aLink.mChildIndex;
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C9 PRInt32 mChildIndex; member
12 mChildIndex = aLink.mChildIndex;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C10 PRInt32 mChildIndex; member
13 mChildIndex = aLink.mChildIndex;
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/torture/
H A Dpr42704.C9 PRInt32 mChildIndex; member
12 mChildIndex = aLink.mChildIndex;
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsMsgGroupThread.cpp313 int32_t mChildIndex; member in nsMsgGroupThreadEnumerator
326 mChildIndex = 0; in nsMsgGroupThreadEnumerator()
344 mChildIndex = MsgKeyFirstChildIndex(msgKey); in nsMsgGroupThreadEnumerator()
345 mDone = (mChildIndex < 0); in nsMsgGroupThreadEnumerator()
424 rv = mThread->GetRootHdr(&mChildIndex, getter_AddRefs(mResultHdr)); in Prefetch()
427 mChildIndex = 0; // since root can be anywhere, set mChildIndex to 0. in Prefetch()
432 while ((uint32_t)mChildIndex < numChildren) { in Prefetch()
433 rv = mThread->GetChildHdrAt(mChildIndex++, getter_AddRefs(mResultHdr)); in Prefetch()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/db/msgdb/src/
H A DnsMsgThread.cpp577 int32_t mChildIndex; member in nsMsgThreadEnumerator
595 mChildIndex = 0; in nsMsgThreadEnumerator()
615 mChildIndex = MsgKeyFirstChildIndex(msgKey); in nsMsgThreadEnumerator()
616 mDone = (mChildIndex < 0); in nsMsgThreadEnumerator()
703 rv = mThread->GetRootHdr(&mChildIndex, getter_AddRefs(mResultHdr)); in Prefetch()
706 mChildIndex = 0; // since root can be anywhere, set mChildIndex to 0. in Prefetch()
711 while (mChildIndex < (int32_t)numChildren) { in Prefetch()
712 rv = mThread->GetChildHdrAt(mChildIndex++, getter_AddRefs(mResultHdr)); in Prefetch()

12