Searched refs:has_java_package (Results 1 - 14 of 14) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_params.h76 bool has_java_package(const string& file_name) const { function in class:google::protobuf::compiler::javamicro::Params
H A Djavamicro_generator.cc56 if (file->options().has_java_package()) {
H A Djavamicro_helpers.cc140 if (params.has_java_package(file->name())) {
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_params.h87 bool has_java_package(const string& file_name) const { function in class:google::protobuf::compiler::javanano::Params
H A Djavanano_generator.cc69 if (file->options().has_java_package()) {
H A Djavanano_helpers.cc187 if (params.has_java_package(file->name())) {
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc137 if (file->options().has_java_package()) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc139 if (file->options().has_java_package()) {
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1461 inline bool has_java_package() const;
3613 inline bool FileOptions::has_java_package() const { function in class:google::protobuf::FileOptions
H A Ddescriptor_unittest.cc2132 EXPECT_TRUE(file->options().has_java_package());
H A Ddescriptor.pb.cc4541 if (has_java_package()) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc4457 if (has_java_package()) {
4699 if (has_java_package()) {
4780 if (has_java_package()) {
4868 if (has_java_package()) {
4964 if (from.has_java_package()) {
H A Ddescriptor.pb.h1501 inline bool has_java_package() const;
4557 inline bool FileOptions::has_java_package() const { function in class:google::protobuf::FileOptions
H A Ddescriptor_unittest.cc2309 EXPECT_TRUE(file->options().has_java_package());

Completed in 793 milliseconds