Searched refs:java_package (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/libphonenumber/src/resources/
H A Dphonenumber.proto22 option java_package = "com.google.i18n.phonenumbers";
H A Dphonemetadata.proto26 option java_package = "com.google.i18n.phonenumbers";
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_params.h81 const string& java_package) {
82 java_packages_[file_name] = java_package;
84 const string& java_package(const string& file_name) const { function in class:google::protobuf::compiler::javamicro::Params
80 set_java_package(const string& file_name, const string& java_package) argument
H A Djavamicro_file.h77 const string& java_package() { return java_package_; } function in class:google::protobuf::compiler::javamicro::FileGenerator
H A Djavamicro_file.cc197 const string& java_package,
212 if (!java_package.empty()) {
216 "package", java_package);
196 GenerateSibling(const string& package_dir, const string& java_package, const DescriptorClass* descriptor, OutputDirectory* output_directory, vector<string>* file_list, const Params& params) argument
H A Djavamicro_generator.cc58 file->name(), file->options().java_package());
115 } else if (options[i].first == "java_package") {
119 *error = "Bad java_package, expecting filename|PackageName found '"
171 StringReplace(file_generator.java_package(), ".", "/", true);
H A Djavamicro_helpers.cc141 return params.java_package(file->name());
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_params.h80 const string& java_package) {
81 java_packages_[file_name] = java_package;
83 const string& java_package(const string& file_name) const { function in class:google::protobuf::compiler::javanano::Params
79 set_java_package(const string& file_name, const string& java_package) argument
H A Djavanano_file.h77 const string& java_package() { return java_package_; } function in class:google::protobuf::compiler::javanano::FileGenerator
H A Djavanano_generator.cc58 file->name(), file->options().java_package());
98 } else if (options[i].first == "java_package") {
102 *error = "Bad java_package, expecting filename|PackageName found '"
136 StringReplace(file_generator.java_package(), ".", "/", true);
H A Djavanano_file.cc206 const string& java_package,
221 if (!java_package.empty()) {
225 "package", java_package);
205 GenerateSibling(const string& package_dir, const string& java_package, const DescriptorClass* descriptor, OutputDirectory* output_directory, vector<string>* file_list, const Params& params) argument
H A Djavanano_helpers.cc188 return params.java_package(file->name());
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.h76 const string& java_package() { return java_package_; } function in class:google::protobuf::compiler::java::FileGenerator
H A Djava_generator.cc92 string package_dir = JavaPackageToDir(file_generator.java_package());
H A Djava_file.cc424 const string& java_package,
441 if (!java_package.empty()) {
445 "package", java_package);
423 GenerateSibling(const string& package_dir, const string& java_package, const DescriptorClass* descriptor, GeneratorContext* context, vector<string>* file_list, const string& name_suffix, void (GeneratorClass::*pfn)(io::Printer* printer)) argument
H A Djava_helpers.cc140 result = file->options().java_package();
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_file.h76 const string& java_package() { return java_package_; } function in class:google::protobuf::compiler::java::FileGenerator
H A Djava_generator.cc85 StringReplace(file_generator.java_package(), ".", "/", true);
H A Djava_file.cc373 const string& java_package,
387 if (!java_package.empty()) {
391 "package", java_package);
372 GenerateSibling(const string& package_dir, const string& java_package, const DescriptorClass* descriptor, OutputDirectory* output_directory, vector<string>* file_list) argument
H A Djava_helpers.cc138 return file->options().java_package();
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc4254 // optional string java_package = 1;
4261 this->java_package().data(), this->java_package().length(),
4410 // optional string java_package = 1;
4413 this->java_package().data(), this->java_package().length(),
4416 1, this->java_package(), output);
4472 // optional string java_package = 1;
4475 this->java_package().data(), this->java_package()
[all...]
H A Ddescriptor.pb.h1460 // optional string java_package = 1;
1464 inline const ::std::string& java_package() const;
3612 // optional string java_package = 1;
3622 inline const ::std::string& FileOptions::java_package() const { function in class:google::protobuf::FileOptions
/external/protobuf/
H A DAndroid.mk373 LOCAL_PROTO_JAVA_OUTPUT_PARAMS := java_package=$(LOCAL_PATH)/src/google/protobuf/unittest_import_nano.proto|com.google.protobuf.nano,java_outer_classname=$(LOCAL_PATH)/src/google/protobuf/unittest_import_nano.proto|UnittestImportNano
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc625 "ptions\"\217\004\n\013FileOptions\022\024\n\014java_package\030\001"
4493 // optional string java_package = 1;
4500 this->java_package().data(), this->java_package().length(),
4698 // optional string java_package = 1;
4701 this->java_package().data(), this->java_package().length(),
4704 1, this->java_package(), output);
4779 // optional string java_package = 1;
4782 this->java_package()
[all...]
H A Ddescriptor.pb.h1500 // optional string java_package = 1;
1504 inline const ::std::string& java_package() const;
1510 inline void set_allocated_java_package(::std::string* java_package);
4556 // optional string java_package = 1;
4572 inline const ::std::string& FileOptions::java_package() const { function in class:google::protobuf::FileOptions
4613 inline void FileOptions::set_allocated_java_package(::std::string* java_package) { argument
4617 if (java_package) {
4619 java_package_ = java_package;

Completed in 347 milliseconds

12