HomeSort by relevance Sort by last modified time
    Searched defs:java_package (Results 1 - 7 of 7) sorted by null

  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.h 75 const string& java_package() { return java_package_; } function in class:google::protobuf::compiler::javamicro::FileGenerator
javamicro_params.h 81 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
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_file.h 75 const string& java_package() { return java_package_; } function in class:google::protobuf::compiler::javanano::FileGenerator
javanano_params.h 100 const string& java_package) {
101 java_packages_[file_name] = java_package;
103 const string& java_package(const string& file_name) const { function in class:google::protobuf::compiler::javanano::Params
  /external/protobuf/src/google/protobuf/compiler/java/
java_file.h 84 const string& java_package() { return java_package_; } function in class:google::protobuf::compiler::java::FileGenerator
java_shared_code_generator.cc 60 string java_package = FileJavaPackage(file_); local
61 string package_dir = JavaPackageToDir(java_package);
76 if (!java_package.empty()) {
80 "package", java_package);
  /external/protobuf/src/google/protobuf/
descriptor.pb.h 5008 inline const ::std::string& FileOptions::java_package() const { function in class:google::protobuf::FileOptions
    [all...]

Completed in 219 milliseconds