Home
last modified time | relevance | path

Searched refs:nextGroupId (Results 1 – 25 of 61) sorted by relevance

123

/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/liboscar/
H A Dcontactmanager.cpp45 Oscar::WORD nextGroupId; member in ContactManagerPrivate
55 d->nextGroupId = 0; in ContactManager()
86 d->nextGroupId = 0; in clear()
107 if ( d->nextGroupId == 0 ) in nextGroupId()
108 d->nextGroupId++; in nextGroupId()
110 d->nextGroupId = findFreeId( d->groupIdSet, d->nextGroupId ); in nextGroupId()
111 if ( d->nextGroupId == 0xFFFF ) in nextGroupId()
117 d->groupIdSet.insert( d->nextGroupId ); in nextGroupId()
118 return d->nextGroupId++; in nextGroupId()
631 if ( d->nextGroupId > item.gid() ) in removeID()
[all …]
H A Dcontactmanager.h56 Oscar::WORD nextGroupId();
/dports/devel/spark/spark-2.1.1/external/kafka-0-10-sql/src/main/scala/org/apache/spark/sql/kafka010/
H A DKafkaOffsetReader.scala86 private def nextGroupId(): String = { method
294 newKafkaParams.put(ConsumerConfig.GROUP_ID_CONFIG, nextGroupId())
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.ide/src/org/eclipse/ui/views/markers/internal/
H A DMarkerSupportRegistry.java394 String nextGroupId = entry.getKey(); in processGroupingEntries() local
395 MarkerGroup group = markerGroups.get(nextGroupId); in processGroupingEntries()
403 new String[] { markerGroupingEntry.getId(), nextGroupId })); in processGroupingEntries()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/modules/utils/
H A DcalDataUtils.jsm91 static nextGroupId() {
100 this.mId = cal.getUUID() + "-" + OperationGroup.nextGroupId();
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/ELF/
H A DInputFiles.h140 static uint32_t nextGroupId; variable
H A DInputFiles.cpp44 uint32_t InputFile::nextGroupId; member in InputFile
100 : mb(m), groupId(nextGroupId), fileKind(k) { in InputFile()
104 ++nextGroupId; in InputFile()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/ELF/
H A DInputFiles.h139 static uint32_t nextGroupId; variable
H A DInputFiles.cpp57 uint32_t InputFile::nextGroupId; member in lld::elf::InputFile
97 : mb(m), groupId(nextGroupId), fileKind(k) { in InputFile()
101 ++nextGroupId; in InputFile()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/ELF/
H A DInputFiles.h143 static uint32_t nextGroupId; variable
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/ELF/
H A DInputFiles.h137 static uint32_t nextGroupId; variable
H A DInputFiles.cpp43 uint32_t InputFile::nextGroupId; member in InputFile
99 : mb(m), groupId(nextGroupId), fileKind(k) { in InputFile()
103 ++nextGroupId; in InputFile()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/ELF/
H A DInputFiles.h138 static uint32_t nextGroupId; variable
H A DInputFiles.cpp44 uint32_t InputFile::nextGroupId; member in InputFile
100 : mb(m), groupId(nextGroupId), fileKind(k) { in InputFile()
104 ++nextGroupId; in InputFile()
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/ELF/
H A DInputFiles.h141 static uint32_t nextGroupId; variable
H A DInputFiles.cpp44 uint32_t InputFile::nextGroupId; member in InputFile
84 : mb(m), groupId(nextGroupId), fileKind(k) { in InputFile()
88 ++nextGroupId; in InputFile()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/ELF/
H A DInputFiles.h143 static uint32_t nextGroupId; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/ELF/
H A DInputFiles.h143 static uint32_t nextGroupId; variable
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/ELF/
H A DInputFiles.h139 static uint32_t nextGroupId; variable
H A DInputFiles.cpp57 uint32_t InputFile::nextGroupId; member in lld::elf::InputFile
97 : mb(m), groupId(nextGroupId), fileKind(k) { in InputFile()
101 ++nextGroupId; in InputFile()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/ELF/
H A DInputFiles.h143 static uint32_t nextGroupId; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/ELF/
H A DInputFiles.h143 static uint32_t nextGroupId; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/ELF/
H A DInputFiles.h143 static uint32_t nextGroupId; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/ELF/
H A DInputFiles.h143 static uint32_t nextGroupId; variable
/dports/net-im/kopete/kopete-21.12.3/protocols/qq/
H A Dqqnotifysocket.cpp441 int next = Eva::Packet::nextGroupId( text ); in groupInfos()

123