Home
last modified time | relevance | path

Searched refs:has_java_package (Results 1 – 8 of 8) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/javanano/
Djavanano_params.h95 bool has_java_package(const string& file_name) const { in has_java_package() function
Djavanano_generator.cc69 if (file->options().has_java_package()) { in UpdateParamsRecursively()
Djavanano_helpers.cc195 if (params.has_java_package(file->name())) { in FileJavaPackage()
/frameworks/base/tools/streaming_proto/java/
Dmain.cpp40 if (file_descriptor.options().has_java_package()) { in make_java_package()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/java/
Djava_helpers.cc185 if (file->options().has_java_package()) { in FileJavaPackage()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.pb.cc8172 if (has_java_package()) { in Clear()
8485 if (has_java_package()) { in SerializeWithCachedSizes()
8601 if (has_java_package()) { in InternalSerializeWithCachedSizesToArray()
8726 if (has_java_package()) { in ByteSize()
8854 if (from.has_java_package()) { in MergeFrom()
8969 bool FileOptions::has_java_package() const { in has_java_package() function in google::protobuf::FileOptions
Ddescriptor.pb.h1983 bool has_java_package() const;
6014 inline bool FileOptions::has_java_package() const { in has_java_package() function
Ddescriptor_unittest.cc2883 EXPECT_TRUE(file->options().has_java_package()); in TEST()