Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/
H A DReferenceTypeImpl.java106 private HashMap<Integer, List<int[]>> fLineInfo; field in ReferenceTypeImpl.FileInfo
122 fLineInfo = new HashMap<>(); in FileInfo()
141 List<int[]> outputLines = fLineInfo.get(key); in addLineInfo()
144 fLineInfo.put(key, outputLines); in addLineInfo()
159 List<int[]> outputLines = fLineInfo.get(Integer.valueOf(lineNumber)); in getOutputLinesForLine()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/imap/src/
H A DnsImapProtocol.h81 msg_line_info* fLineInfo; variable
H A DnsImapProtocol.cpp197 fLineInfo = (msg_line_info*)PR_CALLOC(sizeof(msg_line_info)); in NS_IMPL_ISUPPORTS()
198 fLineInfo->uidOfMessage = nsMsgKey_None; in NS_IMPL_ISUPPORTS()
203 PR_Free(fLineInfo); in ~nsMsgImapLineDownloadCache()
207 return fLineInfo->uidOfMessage; in CurrentUID()
218 fLineInfo->adoptedMessageLine = GetBuffer(); in GetCurrentLineInfo()
219 return fLineInfo; in GetCurrentLineInfo()
234 fLineInfo->uidOfMessage = uid; in CacheLine()
242 *aMsgUid = fLineInfo->uidOfMessage; in GetMsgUid()
246 fLineInfo->uidOfMessage = aMsgUid; in SetMsgUid()