Searched refs:start_pos (Results 1 – 5 of 5) sorted by relevance
139 string::size_type start_pos = 0; in StringReplace() local142 pos = s.find(oldsub, start_pos); in StringReplace()146 res->append(s, start_pos, pos - start_pos); in StringReplace()148 start_pos = pos + oldsub.size(); // start searching again after the "old" in StringReplace()150 res->append(s, start_pos, s.length() - start_pos); in StringReplace()
105 size_t start_pos = parcel->dataPosition(); in writeToParcel() local111 size_t length = end_pos - start_pos; in writeToParcel()
339 int start_pos = ow_->stream_->ByteCount(); in ProtoElement() local344 SizeInfo info = {start_pos, -start_pos}; in ProtoElement()
2232 pair<int, int> start_pos = FindOrDie(markers_, start_marker); in HasSpanWithComment() local2236 expected_span.Add(start_pos.first); in HasSpanWithComment()2237 expected_span.Add(start_pos.second); in HasSpanWithComment()2238 if (end_pos.first != start_pos.first) { in HasSpanWithComment()
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...