Searched defs:is_own_file (Results 1 - 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_service.cc63 bool is_own_file = local
69 "static", is_own_file ? "" : "static",
H A Djava_message.cc294 bool is_own_file = local
299 variables["static"] = is_own_file ? " " : " static ";
H A Djava_message_lite.cc166 bool is_own_file = local
171 variables["static"] = is_own_file ? " " : " static ";
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_message.cc174 bool is_own_file = local
190 "modifiers", is_own_file ? "" : "static",
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_message.cc118 bool is_own_file = local
122 if (is_own_file) {

Completed in 104 milliseconds