Searched refs:GetNextId (Results 1 – 5 of 5) sorted by relevance
53 def GetNextId(self): member in IdProducerPolicy130 job_.id = self._id_producer.GetNextId()
47 group.id = self._id_producer.GetNextId()
109 FtraceConfigId GetNextId();
350 SetProtoIdAndName(&entry, name_, kNameSeparator, GetNextId()); in Build()2543 GetNextId()); in BuildConstantSubGraph()2720 const int64 handle = GetNextId(); in AddInstruction()2758 int64 computation_id = GetNextId(); in AddCalledComputation()2764 int64 instruction_id = GetNextId(); in AddCalledComputation()
654 int64 GetNextId() { return ++next_id_; } in GetNextId() function