Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/tools/consumers/
Dpositional_arguments.py29 last_index = 0
31 output += input[last_index:arg.start]
33 last_index = arg.start + 1
34 output += input[last_index:]
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_message.cc2447 int last_index = -1; in GenerateClear() local
2453 if (i / 8 != last_index / 8 || last_index < 0) { in GenerateClear()
2480 last_index = i; in GenerateClear()
2808 int last_index = -1; in GenerateMergeFrom() local
2816 if (i / 8 != last_index / 8 || last_index < 0) { in GenerateMergeFrom()
2817 if (last_index >= 0) { in GenerateMergeFrom()
2829 last_index = i; in GenerateMergeFrom()
2855 last_index >= 0) { in GenerateMergeFrom()
3591 int last_index = -1; in GenerateByteSize() local
3600 if (i / 8 != last_index / 8 || last_index < 0) { in GenerateByteSize()
[all …]