Searched refs:hasNext (Results 1 – 4 of 4) sorted by relevance
43 bool hasNext = false; in HasNext() local44 if (!reply.ReadBool(hasNext)) { in HasNext()47 return hasNext; in HasNext()
118 bool hasNext = GetFirstSessionId(nextSessId); in ProcessUnsubscribe() local119 while (hasNext) { in ProcessUnsubscribe()125 hasNext = GetNextSessionId(nextSessId); in ProcessUnsubscribe()180 bool hasNext = GetFirstSessionId(nextSessId); in FindSessionByHandle() local181 while (hasNext) { in FindSessionByHandle()187 hasNext = GetNextSessionId(nextSessId); in FindSessionByHandle()233 bool hasNext = GetFirstSessionId(nextSessId); in PublishToJS() local234 while (hasNext) { in PublishToJS()240 hasNext = GetNextSessionId(nextSessId); in PublishToJS()
47 while (jsonNodes.hasNext()) { in parse()
434 while (iter.hasNext() && (totalLength-- > 0)) { in getGetStringFromPattern()