Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_message.cc2389 set<int> step2_indices; in GenerateClear() local
2398 step2_indices.insert(i); in GenerateClear()
2450 if (step2_indices.count(i) == 0) continue; in GenerateClear()