Home
last modified time | relevance | path

Searched refs:propPos (Results 1 – 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DBench.cpp3098 int propPos = benchMethod.Find(':'); in Bench() local
3099 if (propPos >= 0) in Bench()
3101 benchProps = benchMethod.Ptr(propPos + 1); in Bench()
3102 benchMethod.DeleteFrom(propPos); in Bench()
3416 int propPos = benchMethod.Find(':'); in Bench() local
3417 if (propPos >= 0) in Bench()
3419 benchProps = benchMethod.Ptr(propPos + 1); in Bench()
3420 benchMethod.DeleteFrom(propPos); in Bench()