Home
last modified time | relevance | path

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

/external/grpc-grpc/src/compiler/
Dphp_generator.cc175 grpc::string php_namespace = PackageName(file); in GenerateFile() local
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dphp_generator.cc187 std::string php_namespace = PackageName(file); in GenerateFile() local
/external/protobuf/src/google/protobuf/compiler/php/
Dphp_generator.cc246 const string& php_namespace = desc->file()->options().php_namespace(); in RootPhpNamespace() local
262 string php_namespace = RootPhpNamespace(desc, is_descriptor); in FullClassName() local
272 string php_namespace = RootPhpNamespace(desc, is_descriptor); in LegacyFullClassName() local
1105 std::string php_namespace = RootPhpNamespace(desc, is_descriptor); in LegacyGenerateClassFile() local
/external/protobuf/php/ext/google/protobuf/
Ddef.c682 const char *php_namespace, in classname_len_max()
780 static void fill_namespace(const char *package, const char *php_namespace, in fill_namespace()
845 const char *php_namespace = upb_filedef_phpnamespace(file); in register_class() local
/external/protobuf/php/src/Google/Protobuf/Internal/
DFileOptions.php174 private $php_namespace = ''; variable in Google\\Protobuf\\Internal\\FileOptions
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.proto419 optional string php_namespace = 41; field
/external/nanopb-c/generator/proto/google/protobuf/
Ddescriptor.proto418 optional string php_namespace = 41; field
/external/protobuf/src/google/protobuf/
Ddescriptor.proto419 optional string php_namespace = 41; field
Ddescriptor.pb.h10186 inline const std::string& FileOptions::php_namespace() const { in php_namespace() function
10228 inline void FileOptions::set_allocated_php_namespace(std::string* php_namespace) { in set_allocated_php_namespace()
10246 std::string* php_namespace) { in unsafe_arena_set_allocated_php_namespace()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/benchmarks/
Ddescriptor.proto439 optional string php_namespace = 41; field
Ddescriptor_sv.proto431 optional string php_namespace = 41 [ctype = STRING_PIECE]; field
/external/rust/crates/protobuf/src/
Ddescriptor.rs4687 php_namespace: crate::SingularField<::std::string::String>, field
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c8839 char *php_namespace; in file_onphpnamespace() local