Home
last modified time | relevance | path

Searched refs:phpnamespace (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp365 const char* phpnamespace() const { return upb_filedef_phpnamespace(ptr_); } in phpnamespace() function in upb::FileDefPtr
Ddef.c95 const char *phpnamespace; member
796 return f->phpnamespace; in upb_filedef_phpnamespace()
1964 file->phpnamespace = NULL; in build_filedef()
2000 file->phpnamespace = strviewdup( in build_filedef()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h3200 const char* phpnamespace() const;
3201 bool set_phpnamespace(const char* phpnamespace, Status* s);
3250 const char *phpnamespace;
3282 bool upb_filedef_setphpnamespace(upb_filedef *f, const char *phpnamespace,
4060 inline const char* FileDef::phpnamespace() const {
4063 inline bool FileDef::set_phpnamespace(const char* phpnamespace, Status* s) {
4064 return upb_filedef_setphpnamespace(this, phpnamespace, s);
Dupb.c3009 upb_gfree((void*)f->phpnamespace); in freefiledef()
3025 f->phpnamespace = NULL; in upb_filedef_new()
3065 return f->phpnamespace; in upb_filedef_phpnamespace()
3136 bool upb_filedef_setphpnamespace(upb_filedef *f, const char *phpnamespace, in upb_filedef_setphpnamespace() argument
3138 phpnamespace = upb_gstrdup(phpnamespace); in upb_filedef_setphpnamespace()
3139 if (!phpnamespace) { in upb_filedef_setphpnamespace()
3143 upb_gfree((void*)f->phpnamespace); in upb_filedef_setphpnamespace()
3144 f->phpnamespace = phpnamespace; in upb_filedef_setphpnamespace()
/external/protobuf/php/ext/google/protobuf/
Dupb.c1188 const char *phpnamespace; member
2578 file->phpnamespace = NULL; in build_filedef()
2614 file->phpnamespace = strviewdup( in build_filedef()
2709 return f->phpnamespace; in upb_filedef_phpnamespace()
Dupb.h3900 const char* phpnamespace() const { return upb_filedef_phpnamespace(ptr_); } in phpnamespace() function