OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:java_package
(Results
1 - 6
of
6
) sorted by null
/external/protobuf/src/google/protobuf/compiler/java/
java_file.h
76
const string&
java_package
() { return java_package_; }
function in class:google::protobuf::compiler::java::FileGenerator
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_file.h
77
const string&
java_package
() { return java_package_; }
function in class:google::protobuf::compiler::javamicro::FileGenerator
javamicro_params.h
77
const string&
java_package
) {
78
java_packages_[file_name] =
java_package
;
80
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
71
const string&
java_package
) {
72
java_packages_[file_name] =
java_package
;
74
const string&
java_package
(const string& file_name) const {
function in class:google::protobuf::compiler::javanano::Params
/external/protobuf/src/google/protobuf/
descriptor.pb.h
3622
inline const ::std::string& FileOptions::
java_package
() const {
function in class:google::protobuf::FileOptions
[
all
...]
Completed in 49 milliseconds