Searched refs:uniquifier (Results 1 – 5 of 5) sorted by relevance
36 int uniquifier = ++uniquifier_; member49 DCHECK(uniquifier > 0); in StoreInHandle()52 handle->dwLower = uniquifier; in StoreInHandle()66 int uniquifier = ++uniquifier_; member81 DCHECK(uniquifier > 0); in StoreInHandle()83 handle->dwLower = uniquifier; in StoreInHandle()
262 elements. The uniquifier elements (plus a date string and a run index, if264 is derived from the scenario name and the uniquifier. The uniquifier is also265 added as the `uniquifier` annotation in `metadata.annotations`.267 uniquifier element.285 test run is added as a uniquifier element for that run.301 - `uniquifier`<br> The uniquifier used to generate the LoadTest name, including312 and uniquifier are added to provide the elements of the LoadTest name uuid in
473 const int uniquifier = GetUniquePathNumber(path); in GetUniquePath() local474 if (uniquifier > 0) in GetUniquePath()475 return path.InsertBeforeExtensionASCII(StringPrintf(" (%d)", uniquifier)); in GetUniquePath()476 return uniquifier == 0 ? path : FilePath(); in GetUniquePath()
52001 __u32 uniquifier; member