Searched refs:NextID (Results 1 – 11 of 11) sorted by relevance
36 unsigned NextID = 0; in PrintStack() local38 NextID = PrintStack(Entry->getNextEntry(), OS); in PrintStack()39 OS << NextID << ".\t"; in PrintStack()42 return NextID+1; in PrintStack()
20 NextID(llvm::array_lengthof(Commands)), Allocator(Allocator) { in CommandTraits()54 Info->ID = NextID++; in createCommandInfoWithName()
30 net::NetLog::Source source(net::NetLog::SOURCE_SOCKET, log_->NextID()); in Run()
115 virtual uint32 NextID();
96 uint32 ChromeNetLog::NextID() { in NextID() function in ChromeNetLog
168 unsigned NextID; variable
63 virtual uint32 NextID();
54 uint32 CapturingNetLog::NextID() { in NextID() function in net::CapturingNetLog
129 virtual uint32 NextID() = 0;
180 NetLog::Source source(source_type, net_log->NextID()); in Make()
1578 unsigned NextID = SwitchCaseIDs.size(); in RecordSwitchCaseID() local1579 SwitchCaseIDs[S] = NextID; in RecordSwitchCaseID()1580 return NextID; in RecordSwitchCaseID()