HomeSort by relevance Sort by last modified time
    Searched refs:java_multiple_files (Results 1 - 14 of 14) sorted by null

  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_params.h 139 void set_override_java_multiple_files(bool java_multiple_files) {
140 if (java_multiple_files) {
157 bool java_multiple_files(const string& file_name) const { function in class:google::protobuf::compiler::javanano::Params
javanano_file.cc 126 "in the file will become a nested class. Use java_multiple_files to "
133 // It's especially bad when using the java_multiple_files, since we would
197 if (!params_.java_multiple_files(file_->name())) {
243 if (params_.java_multiple_files(file_->name())) {
javanano_helpers.cc 200 // If java_multiple_files is false, the outer class is always needed.
201 if (!params.java_multiple_files(file->name())) {
224 } else if (is_class && params.java_multiple_files(file->name())) {
javanano_generator.cc 75 file->name(), file->options().java_multiple_files());
134 } else if (option_name == "java_multiple_files") {
javanano_message.cc 117 params_.java_multiple_files(file_name)
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_params.h 145 bool java_multiple_files(const string& file_name) const { function in class:google::protobuf::compiler::javamicro::Params
javamicro_file.cc 124 "in the file will become a nested class. Use java_multiple_files to "
131 // It's especially bad when using the java_multiple_files, since we would
178 if (!params_.java_multiple_files(file_->name())) {
225 if (params_.java_multiple_files(file_->name())) {
javamicro_generator.cc 62 file->name(), file->options().java_multiple_files());
134 } else if (options[i].first == "java_multiple_files") {
145 GOOGLE_LOG(WARNING) << "java_multiple_files()=" << params.java_multiple_files();
javamicro_helpers.cc 157 // Messages need the outer class only if java_multiple_files is false.
158 return !params.java_multiple_files(file->name());
166 } else if (is_class && params.java_multiple_files(file->name())) {
javamicro_message.cc 175 params_.java_multiple_files(file_name)
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.h 126 return descriptor->options().java_multiple_files();
java_helpers.cc 196 if (file->options().java_multiple_files()) {
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc     [all...]
descriptor.pb.h 5158 inline bool FileOptions::java_multiple_files() const { function in class:google::protobuf::FileOptions
    [all...]

Completed in 215 milliseconds