Searched refs:found_conflict (Results 1 - 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.cc101 bool found_conflict = false; local
102 for (int i = 0; i < file_->enum_type_count() && !found_conflict; i++) {
104 found_conflict = true;
107 for (int i = 0; i < file_->message_type_count() && !found_conflict; i++) {
109 found_conflict = true;
112 for (int i = 0; i < file_->service_count() && !found_conflict; i++) {
114 found_conflict = true;
118 if (found_conflict) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.cc149 bool found_conflict = false; local
150 for (int i = 0; i < file_->enum_type_count() && !found_conflict; i++) {
152 found_conflict = true;
155 for (int i = 0; i < file_->message_type_count() && !found_conflict; i++) {
157 found_conflict = true;
160 for (int i = 0; i < file_->service_count() && !found_conflict; i++) {
162 found_conflict = true;
166 if (found_conflict) {
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.cc133 bool found_conflict = false; local
134 for (int i = 0; !found_conflict && i < file_->message_type_count(); i++) {
136 found_conflict = true;
139 if (found_conflict) {
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_file.cc135 bool found_conflict = false; local
136 for (int i = 0; !found_conflict && i < file_->message_type_count(); i++) {
138 found_conflict = true;
141 if (found_conflict) {

Completed in 109 milliseconds