Searched defs:pos (Results 1 – 2 of 2) sorted by relevance
95 uint32 pos = enqueuePos.LoadRelaxed(); in TryPush() local135 uint32 pos = dequeuePos.LoadRelaxed(); in TryPop() local
18 for (size_t pos = str.find(c); pos != string::npos; pos = str.find(c, pos + 1)) in ReplaceChar() local