HomeSort by relevance Sort by last modified time
    Searched defs:java_package (Results 1 - 14 of 14) 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 77 const string& java_package() { return java_package_; } function in class:google::protobuf::compiler::javanano::FileGenerator
javanano_params.h 102 const string& java_package) {
103 java_packages_[file_name] = java_package;
105 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 88 const string& java_package() { return java_package_; } function in class:google::protobuf::compiler::java::FileGenerator
java_shared_code_generator.cc 64 string java_package = FileJavaPackage(file_); local
65 string package_dir = JavaPackageToDir(java_package);
80 if (!java_package.empty()) {
84 "package", java_package);
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 8816 const ::std::string& FileOptions::java_package() const { function in class:google::protobuf::FileOptions
8852 java_package_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), java_package); local
    [all...]
descriptor.pb.h 5775 inline const ::std::string& FileOptions::java_package() const { function in class:google::protobuf::FileOptions
5811 java_package_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), java_package); local
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 4562 inline const ::std::string& FileOptions::java_package() const { function in class:google::protobuf::FileOptions
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 4562 inline const ::std::string& FileOptions::java_package() const { function in class:google::protobuf::FileOptions
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 4562 inline const ::std::string& FileOptions::java_package() const { function in class:google::protobuf::FileOptions
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 5775 inline const ::std::string& FileOptions::java_package() const { function in class:google::protobuf::FileOptions
5811 java_package_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), java_package); local
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 4562 inline const ::std::string& FileOptions::java_package() const { function in class:google::protobuf::FileOptions
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 6908 inline upb::reffed_ptr<const upb::FieldDef> java_package() { RETURN_REFFED(upb::FieldDef, upbdefs_google_protobuf_FileOptions_java_package) } function in namespace:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource::upbdefs::google::protobuf::FileOptions
    [all...]

Completed in 840 milliseconds