Searched refs:splitPos (Results 1 – 1 of 1) sorted by relevance
484 int splitPos = s.Find(L':'); in ParseMethodFromString() local487 if (splitPos >= 0) in ParseMethodFromString()488 temp.DeleteFrom(splitPos); in ParseMethodFromString()493 if (splitPos < 0) in ParseMethodFromString()495 PropsString = s.Ptr(splitPos + 1); in ParseMethodFromString()