Home
last modified time | relevance | path

Searched refs:OffsetEntry (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/spidermonkey78/firefox-78.9.0/editor/spellchecker/
H A DTextServicesDocument.h26 class OffsetEntry; variable
59 nsTArray<OffsetEntry*> mOffsetTable;
295 static nsresult CreateOffsetTable(nsTArray<OffsetEntry*>* aOffsetTable,
299 static nsresult ClearOffsetTable(nsTArray<OffsetEntry*>* aOffsetTable);
301 static nsresult NodeHasOffsetEntry(nsTArray<OffsetEntry*>* aOffsetTable,
308 static nsresult FindWordBounds(nsTArray<OffsetEntry*>* aOffsetTable,
H A DTextServicesDocument.cpp41 class OffsetEntry final { class
58 virtual ~OffsetEntry() {} in ~OffsetEntry()
1122 OffsetEntry* itEntry; in InsertText()
1263 OffsetEntry* entry; in DidDeleteNode()
1520 OffsetEntry* entry; in AdjustContentIterator()
1693 OffsetEntry* entry; in SetSelectionInternal()
1869 OffsetEntry* eEnd; in GetCollapsedSelection()
2048 OffsetEntry* entry; in GetUncollapsedSelection()
2062 OffsetEntry *eStart, *eEnd; in GetUncollapsedSelection()
2582 OffsetEntry* entry = new OffsetEntry(content, offset, str.Length()); in CreateOffsetTable()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/editor/spellchecker/
H A DTextServicesDocument.h31 class OffsetEntry; variable
57 nsTArray<OffsetEntry*> mOffsetTable;
284 static nsresult CreateOffsetTable(nsTArray<OffsetEntry*>* aOffsetTable,
288 static nsresult ClearOffsetTable(nsTArray<OffsetEntry*>* aOffsetTable);
290 static nsresult NodeHasOffsetEntry(nsTArray<OffsetEntry*>* aOffsetTable,
297 static nsresult FindWordBounds(nsTArray<OffsetEntry*>* aOffsetTable,
H A DTextServicesDocument.cpp46 class OffsetEntry final { class
63 virtual ~OffsetEntry() {} in ~OffsetEntry()
1236 OffsetEntry* itEntry; in InsertText()
1432 OffsetEntry* entry; in DidDeleteNode()
1690 OffsetEntry* entry; in AdjustContentIterator()
1882 OffsetEntry* entry; in SetSelectionInternal()
2072 OffsetEntry* eEnd; in GetCollapsedSelection()
2248 OffsetEntry* entry; in GetUncollapsedSelection()
2267 OffsetEntry *eStart, *eEnd; in GetUncollapsedSelection()
2775 OffsetEntry* entry = new OffsetEntry(content, offset, str.Length()); in CreateOffsetTable()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/editor/spellchecker/
H A DTextServicesDocument.h28 class OffsetEntry; variable
60 nsTArray<OffsetEntry*> mOffsetTable;
297 static nsresult CreateOffsetTable(nsTArray<OffsetEntry*>* aOffsetTable,
301 static nsresult ClearOffsetTable(nsTArray<OffsetEntry*>* aOffsetTable);
303 static nsresult NodeHasOffsetEntry(nsTArray<OffsetEntry*>* aOffsetTable,
310 static nsresult FindWordBounds(nsTArray<OffsetEntry*>* aOffsetTable,
H A DTextServicesDocument.cpp41 class OffsetEntry final { class
255 nsTArray<OffsetEntry*> offsetTable; in ExpandRangeToWordBoundaries()
816 OffsetEntry *entry, *newEntry; in DeleteSelection()
1042 OffsetEntry* itEntry; in InsertText()
1757 OffsetEntry* eStart = mOffsetTable[0]; in GetCollapsedSelection()
1758 OffsetEntry* eEnd; in GetCollapsedSelection()
1934 OffsetEntry* entry; in GetUncollapsedSelection()
1951 OffsetEntry* eStart = mOffsetTable[0]; in GetUncollapsedSelection()
1952 OffsetEntry* eEnd; in GetUncollapsedSelection()
2458 OffsetEntry* entry = new OffsetEntry(content, offset, str.Length()); in CreateOffsetTable()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/editor/spellchecker/
H A DTextServicesDocument.h28 class OffsetEntry; variable
60 nsTArray<OffsetEntry*> mOffsetTable;
297 static nsresult CreateOffsetTable(nsTArray<OffsetEntry*>* aOffsetTable,
301 static nsresult ClearOffsetTable(nsTArray<OffsetEntry*>* aOffsetTable);
303 static nsresult NodeHasOffsetEntry(nsTArray<OffsetEntry*>* aOffsetTable,
310 static nsresult FindWordBounds(nsTArray<OffsetEntry*>* aOffsetTable,
H A DTextServicesDocument.cpp41 class OffsetEntry final { class
255 nsTArray<OffsetEntry*> offsetTable; in ExpandRangeToWordBoundaries()
816 OffsetEntry *entry, *newEntry; in DeleteSelection()
1042 OffsetEntry* itEntry; in InsertText()
1757 OffsetEntry* eStart = mOffsetTable[0]; in GetCollapsedSelection()
1758 OffsetEntry* eEnd; in GetCollapsedSelection()
1934 OffsetEntry* entry; in GetUncollapsedSelection()
1951 OffsetEntry* eStart = mOffsetTable[0]; in GetUncollapsedSelection()
1952 OffsetEntry* eEnd; in GetUncollapsedSelection()
2458 OffsetEntry* entry = new OffsetEntry(content, offset, str.Length()); in CreateOffsetTable()
[all …]
/dports/www/firefox/firefox-99.0/editor/spellchecker/
H A DTextServicesDocument.cpp55 class OffsetEntry final { class
57 OffsetEntry() = delete;
868 OffsetEntry* entry = ElementAt(i).get(); in WillDeleteSelection()
1072 OffsetEntry* entry = nullptr; in DidDeleteSelection()
1184 UniquePtr<OffsetEntry> newInsertedTextEntry = in DidInsertText()
1200 OffsetEntry* insertedTextEntry = nullptr; in DidInsertText()
1219 UniquePtr<OffsetEntry> newInsertedTextEntry = MakeUnique<OffsetEntry>( in DidInsertText()
1269 MakeUnique<OffsetEntry>(entry->mTextNode, in DidInsertText()
1844 UniquePtr<OffsetEntry>& eStart = mOffsetTable[0]; in GetCollapsedSelection()
1845 UniquePtr<OffsetEntry>& eEnd = in GetCollapsedSelection()
[all …]
H A DTextServicesDocument.h30 class OffsetEntry; variable
57 class OffsetEntryArray final : public nsTArray<UniquePtr<OffsetEntry>> {
106 OffsetEntry* DidDeleteSelection();
/dports/www/firefox-legacy/firefox-52.8.0esr/editor/txtsvc/
H A DnsTextServicesDocument.h18 class OffsetEntry; variable
79 nsTArray<OffsetEntry*> mOffsetTable;
213 static nsresult CreateOffsetTable(nsTArray<OffsetEntry*> *aOffsetTable,
217 static nsresult ClearOffsetTable(nsTArray<OffsetEntry*> *aOffsetTable);
219 static nsresult NodeHasOffsetEntry(nsTArray<OffsetEntry*> *aOffsetTable,
227 static nsresult FindWordBounds(nsTArray<OffsetEntry*> *offsetTable,
H A DnsTextServicesDocument.cpp47 class OffsetEntry class
62 virtual ~OffsetEntry() in ~OffsetEntry()
1415 OffsetEntry *itEntry; in InsertText()
1627 OffsetEntry *entry; in DidDeleteNode()
1972 OffsetEntry *entry; in AdjustContentIterator()
2161 OffsetEntry *entry; in SetSelectionInternal()
2358 OffsetEntry* eEnd; in GetCollapsedSelection()
2550 OffsetEntry *entry; in GetUncollapsedSelection()
2569 OffsetEntry *eStart, *eEnd; in GetUncollapsedSelection()
3123 OffsetEntry *entry = new OffsetEntry(node, offset, str.Length()); in CreateOffsetTable()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/OvmfPkg/Library/BasePciCapLib/
H A DBasePciCapLib.c504 ORDERED_COLLECTION_ENTRY *OffsetEntry; in PciCapListInit() local
643 OffsetEntry = OrderedCollectionMin (CapHdrOffsets); in PciCapListInit()
644 if (OffsetEntry != NULL) { in PciCapListInit()
652 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
660 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
664 OffsetEntry = NextOffsetEntry; in PciCapListInit()
665 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
670 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/OvmfPkg/Library/BasePciCapLib/
H A DBasePciCapLib.c504 ORDERED_COLLECTION_ENTRY *OffsetEntry; in PciCapListInit() local
643 OffsetEntry = OrderedCollectionMin (CapHdrOffsets); in PciCapListInit()
644 if (OffsetEntry != NULL) { in PciCapListInit()
652 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
660 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
664 OffsetEntry = NextOffsetEntry; in PciCapListInit()
665 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
670 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/OvmfPkg/Library/BasePciCapLib/
H A DBasePciCapLib.c504 ORDERED_COLLECTION_ENTRY *OffsetEntry; in PciCapListInit() local
643 OffsetEntry = OrderedCollectionMin (CapHdrOffsets); in PciCapListInit()
644 if (OffsetEntry != NULL) { in PciCapListInit()
652 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
660 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
664 OffsetEntry = NextOffsetEntry; in PciCapListInit()
665 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
670 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/OvmfPkg/Library/BasePciCapLib/
H A DBasePciCapLib.c504 ORDERED_COLLECTION_ENTRY *OffsetEntry; in PciCapListInit() local
643 OffsetEntry = OrderedCollectionMin (CapHdrOffsets); in PciCapListInit()
644 if (OffsetEntry != NULL) { in PciCapListInit()
652 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
660 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
664 OffsetEntry = NextOffsetEntry; in PciCapListInit()
665 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
670 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/OvmfPkg/Library/BasePciCapLib/
H A DBasePciCapLib.c504 ORDERED_COLLECTION_ENTRY *OffsetEntry; in PciCapListInit() local
643 OffsetEntry = OrderedCollectionMin (CapHdrOffsets); in PciCapListInit()
644 if (OffsetEntry != NULL) { in PciCapListInit()
652 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
660 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
664 OffsetEntry = NextOffsetEntry; in PciCapListInit()
665 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
670 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/OvmfPkg/Library/BasePciCapLib/
H A DBasePciCapLib.c504 ORDERED_COLLECTION_ENTRY *OffsetEntry; in PciCapListInit() local
643 OffsetEntry = OrderedCollectionMin (CapHdrOffsets); in PciCapListInit()
644 if (OffsetEntry != NULL) { in PciCapListInit()
652 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
660 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
664 OffsetEntry = NextOffsetEntry; in PciCapListInit()
665 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
670 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/OvmfPkg/Library/BasePciCapLib/
H A DBasePciCapLib.c504 ORDERED_COLLECTION_ENTRY *OffsetEntry; in PciCapListInit() local
643 OffsetEntry = OrderedCollectionMin (CapHdrOffsets); in PciCapListInit()
644 if (OffsetEntry != NULL) { in PciCapListInit()
652 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
660 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
664 OffsetEntry = NextOffsetEntry; in PciCapListInit()
665 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
670 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/OvmfPkg/Library/BasePciCapLib/
H A DBasePciCapLib.c504 ORDERED_COLLECTION_ENTRY *OffsetEntry; in PciCapListInit() local
643 OffsetEntry = OrderedCollectionMin (CapHdrOffsets); in PciCapListInit()
644 if (OffsetEntry != NULL) { in PciCapListInit()
652 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
660 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
664 OffsetEntry = NextOffsetEntry; in PciCapListInit()
665 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
670 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
/dports/sysutils/edk2/edk2-edk2-stable202102/OvmfPkg/Library/BasePciCapLib/
H A DBasePciCapLib.c504 ORDERED_COLLECTION_ENTRY *OffsetEntry; in PciCapListInit() local
643 OffsetEntry = OrderedCollectionMin (CapHdrOffsets); in PciCapListInit()
644 if (OffsetEntry != NULL) { in PciCapListInit()
652 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
660 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
664 OffsetEntry = NextOffsetEntry; in PciCapListInit()
665 NextOffsetEntry = OrderedCollectionNext (OffsetEntry); in PciCapListInit()
670 OrderedCollectionDelete (CapHdrOffsets, OffsetEntry, (VOID **)&PciCap); in PciCapListInit()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/ipc/
H A DRemoteMediaData.h135 mOffsets.AppendElement(OffsetEntry{offset, buffer.Size()});
151 const OffsetEntry& entry = mOffsets[aIndex];
201 typedef Tuple<size_t, size_t> OffsetEntry;
202 nsTArray<OffsetEntry> mOffsets;
/dports/www/firefox/firefox-99.0/dom/media/ipc/
H A DRemoteMediaData.h135 mOffsets.AppendElement(OffsetEntry{offset, buffer.Size()});
151 const OffsetEntry& entry = mOffsets[aIndex];
201 typedef Tuple<size_t, size_t> OffsetEntry;
202 nsTArray<OffsetEntry> mOffsets;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/ipc/
H A DRemoteMediaData.h135 mOffsets.AppendElement(OffsetEntry{offset, buffer.Size()});
151 const OffsetEntry& entry = mOffsets[aIndex];
201 typedef Tuple<size_t, size_t> OffsetEntry;
202 nsTArray<OffsetEntry> mOffsets;
/dports/devel/dparser/dparser-1.31/
H A Dwrite_tables.c19 typedef struct OffsetEntry { struct
23 } OffsetEntry; argument
25 typedef Vec(OffsetEntry *) OffsetEntrySet;
52 OffsetEntry null_entry = {"NULL", sizeof("NULL") - 1, -1};
53 OffsetEntry spec_code_entry = {"#spec_code", sizeof("#spec_code") - 1, -2};
56 uint32 offset_hash_fn(OffsetEntry *entry, struct hash_fns_t *fn) { in offset_hash_fn()
61 int offset_cmp_fn(OffsetEntry *a, OffsetEntry *b, struct hash_fns_t *fn) { in offset_cmp_fn()
151 OffsetEntry *entry = MALLOC(sizeof(OffsetEntry)); in new_offset()
152 memset(entry, 0, sizeof(OffsetEntry)); in new_offset()
170 static OffsetEntry *search_for_offset(File *fp, char *name) { in search_for_offset()
[all …]

12