Searched refs:splitPos (Results 1 – 1 of 1) sorted by relevance
435 int splitPos = s.Find(L':'); in ParseMethodFromString() local438 if (splitPos >= 0) in ParseMethodFromString()439 temp.DeleteFrom(splitPos); in ParseMethodFromString()444 if (splitPos < 0) in ParseMethodFromString()446 PropsString = s.Ptr(splitPos + 1); in ParseMethodFromString()