Home
last modified time | relevance | path

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

/dports/devel/grpc130/grpc-1.30.2/third_party/upb/upb/
H A Ddef.c96 const char *phpnamespace; member
1470 file->phpnamespace = NULL; in build_filedef()
1506 file->phpnamespace = strviewdup( in build_filedef()
1601 return f->phpnamespace; in upb_filedef_phpnamespace()
H A Ddef.h816 const char* phpnamespace() const { return upb_filedef_phpnamespace(ptr_); } in phpnamespace() function
/dports/devel/grpc/grpc-1.42.0/third_party/upb/upb/
H A Ddef.hpp394 const char* phpnamespace() const { return upb_filedef_phpnamespace(ptr_); } in phpnamespace() function in upb::FileDefPtr
H A Ddef.c121 const char *phpnamespace; member
802 return f->phpnamespace; in upb_filedef_phpnamespace()
1949 file->phpnamespace = NULL; in build_filedef()
1985 file->phpnamespace = strviewdup( in build_filedef()
/dports/devel/pecl-grpc/grpc-1.42.0/third_party/upb/upb/
H A Ddef.hpp394 const char* phpnamespace() const { return upb_filedef_phpnamespace(ptr_); } in phpnamespace() function in upb::FileDefPtr
H A Ddef.c121 const char *phpnamespace; member
802 return f->phpnamespace; in upb_filedef_phpnamespace()
1949 file->phpnamespace = NULL; in build_filedef()
1985 file->phpnamespace = strviewdup( in build_filedef()
/dports/devel/py-grpcio/grpcio-1.43.0/third_party/upb/upb/
H A Ddef.hpp407 const char* phpnamespace() const { return upb_filedef_phpnamespace(ptr_); } in phpnamespace() function in upb::FileDefPtr
H A Ddef.c137 const char *phpnamespace; member
873 return f->phpnamespace; in upb_filedef_phpnamespace()
2176 file->phpnamespace = NULL; in build_filedef()
2212 file->phpnamespace = strviewdup( in build_filedef()
/dports/devel/grpc134/grpc-1.34.1/third_party/upb/upb/
H A Ddef.hpp451 const char* phpnamespace() const { return upb_filedef_phpnamespace(ptr_); } in phpnamespace() function in upb::FileDefPtr
H A Ddef.c101 const char *phpnamespace; member
1861 file->phpnamespace = NULL; in build_filedef()
1898 file->phpnamespace = strviewdup( in build_filedef()
1998 return f->phpnamespace; in upb_filedef_phpnamespace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/ruby/ext/google/protobuf_c/
H A 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);
H A 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()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/ruby/ext/google/protobuf_c/
H A 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);
H A 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()
/dports/devel/pecl-protobuf/protobuf-3.19.1/
H A Dphp-upb.c4934 const char *phpnamespace; member
5615 return f->phpnamespace; in upb_filedef_phpnamespace()
6762 file->phpnamespace = NULL; in build_filedef()
6798 file->phpnamespace = strviewdup( in build_filedef()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/php/ext/google/protobuf/
H A 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()
H A Dupb.h3900 const char* phpnamespace() const { return upb_filedef_phpnamespace(ptr_); } in phpnamespace() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/php/ext/google/protobuf/
H A 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()
H A Dupb.h3900 const char* phpnamespace() const { return upb_filedef_phpnamespace(ptr_); } in phpnamespace() function