Searched refs:NextID (Results 1 – 9 of 9) sorted by relevance
34 unsigned NextID = 0; in PrintStack() local36 NextID = PrintStack(Entry->getNextEntry(), OS); in PrintStack()37 OS << NextID << ".\t"; in PrintStack()43 return NextID+1; in PrintStack()
20 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) { in CommandTraits()92 Info->ID = NextID++; in createCommandInfoWithName()
212 Source(net::NetLog::SOURCE_NONE, NextID()), in AddGlobalEntry()221 Source(net::NetLog::SOURCE_NONE, NextID()), in AddGlobalEntry()226 uint32 NetLog::NextID() { in NextID() function in net::NetLog503 NetLog::Source source(source_type, net_log->NextID()); in Make()
227 uint32 NextID();
173 unsigned NextID; variable
414 socket_log_id_ = net_log.net_log()->NextID(); in StartInternal()
393 net_log_source_.id = net_log_->NextID(); in DialServiceImpl()
95 net_log_source_.id = net_log_->NextID(); in CastSocket()
1877 unsigned NextID = SwitchCaseIDs.size(); in RecordSwitchCaseID() local1878 SwitchCaseIDs[S] = NextID; in RecordSwitchCaseID()1879 return NextID; in RecordSwitchCaseID()