Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstrutil.cc139 string::size_type start_pos = 0; in StringReplace() local
142 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()
/frameworks/native/libs/binder/
DPersistableBundle.cpp105 size_t start_pos = parcel->dataPosition(); in writeToParcel() local
111 size_t length = end_pos - start_pos; in writeToParcel()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dproto_writer.cc339 int start_pos = ow_->stream_->ByteCount(); in ProtoElement() local
344 SizeInfo info = {start_pos, -start_pos}; in ProtoElement()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dparser_unittest.cc2232 pair<int, int> start_pos = FindOrDie(markers_, start_marker); in HasSpanWithComment() local
2236 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()
/frameworks/opt/setupwizard/tools/docs/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...