Home
last modified time | relevance | path

Searched defs:php_namespace (Results 1 – 18 of 18) sorted by relevance

/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dnames.c162 static void fill_namespace(const char *package, const char *php_namespace, in fill_namespace()
224 char *php_namespace = in GetPhpClassname() local
/external/protobuf/php/ext/google/protobuf/
Dnames.c180 static void fill_namespace(const char *package, const char *php_namespace, in fill_namespace()
243 char *php_namespace = in GetPhpClassname() local
/external/grpc-grpc/src/compiler/
Dphp_generator.cc175 grpc::string php_namespace = PackageName(file); in GenerateFile() local
/external/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc243 const std::string& php_namespace = desc->file()->options().php_namespace(); in RootPhpNamespace() local
259 std::string php_namespace = RootPhpNamespace(desc, options); in FullClassName() local
277 std::string php_namespace = RootPhpNamespace(desc, options); in LegacyFullClassName() local
424 std::string LegacyReadOnlyGeneratedClassFileName(std::string php_namespace, in LegacyReadOnlyGeneratedClassFileName()
1294 std::string php_namespace = RootPhpNamespace(desc, options); in LegacyGenerateClassFile() local
1325 std::string php_namespace; in LegacyReadOnlyGenerateClassFile() local
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dphp_generator.cc330 std::string php_namespace = PackageName(file); in GenerateFile() local
/external/cronet/third_party/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc243 const std::string& php_namespace = desc->file()->options().php_namespace(); in RootPhpNamespace() local
259 std::string php_namespace = RootPhpNamespace(desc, options); in FullClassName() local
277 std::string php_namespace = RootPhpNamespace(desc, options); in LegacyFullClassName() local
1279 std::string php_namespace = RootPhpNamespace(desc, options); in LegacyGenerateClassFile() local
/external/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php158 protected $php_namespace = null; variable in Google\\Protobuf\\Internal\\FileOptions
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php158 protected $php_namespace = null; variable in Google\\Protobuf\\Internal\\FileOptions
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor_sv.proto431 optional string php_namespace = 41 [ctype = STRING_PIECE]; field
Ddescriptor.proto439 optional string php_namespace = 41; field
/external/cronet/third_party/protobuf/src/google/protobuf/
Ddescriptor.proto442 optional string php_namespace = 41; field
Ddescriptor.pb.h12565 inline const std::string& FileOptions::php_namespace() const { in php_namespace() function
12606 inline void FileOptions::set_allocated_php_namespace(std::string* php_namespace) { in set_allocated_php_namespace()
/external/rust/crates/protobuf-parse/src/proto/google/protobuf/
Ddescriptor.proto443 optional string php_namespace = 41; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto442 optional string php_namespace = 41; field
Ddescriptor.pb.h12700 inline const std::string& FileOptions::php_namespace() const { in php_namespace() function
12741 inline void FileOptions::set_allocated_php_namespace(std::string* php_namespace) { in set_allocated_php_namespace()
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto418 optional string php_namespace = 41; field
/external/rust/crates/protobuf/src/
Ddescriptor.rs3871 pub php_namespace: ::std::option::Option<::std::string::String>, field
4349 pub fn php_namespace(&self) -> &str { in php_namespace() method
/external/rust/crates/protobuf/2.27.1/src/
Ddescriptor.rs4687 php_namespace: crate::SingularField<::std::string::String>, field