Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Ddef.hpp360 const char* phpprefix() const { return upb_filedef_phpprefix(ptr_); } in phpprefix() function in upb::FileDefPtr
Ddef.c94 const char *phpprefix; member
792 return f->phpprefix; in upb_filedef_phpprefix()
1963 file->phpprefix = NULL; in build_filedef()
1995 file->phpprefix = strviewdup( in build_filedef()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h3194 const char* phpprefix() const;
3195 bool set_phpprefix(const char* phpprefix, Status* s);
3249 const char *phpprefix;
3280 bool upb_filedef_setphpprefix(upb_filedef *f, const char *phpprefix,
4054 inline const char* FileDef::phpprefix() const {
4057 inline bool FileDef::set_phpprefix(const char* phpprefix, Status* s) {
4058 return upb_filedef_setphpprefix(this, phpprefix, s);
Dupb.c3008 upb_gfree((void*)f->phpprefix); in freefiledef()
3024 f->phpprefix = NULL; in upb_filedef_new()
3061 return f->phpprefix; in upb_filedef_phpprefix()
3124 bool upb_filedef_setphpprefix(upb_filedef *f, const char *phpprefix, in upb_filedef_setphpprefix() argument
3126 phpprefix = upb_gstrdup(phpprefix); in upb_filedef_setphpprefix()
3127 if (!phpprefix) { in upb_filedef_setphpprefix()
3131 upb_gfree((void*)f->phpprefix); in upb_filedef_setphpprefix()
3132 f->phpprefix = phpprefix; in upb_filedef_setphpprefix()
/external/protobuf/php/ext/google/protobuf/
Dupb.c1187 const char *phpprefix; member
2577 file->phpprefix = NULL; in build_filedef()
2609 file->phpprefix = strviewdup( in build_filedef()
2705 return f->phpprefix; in upb_filedef_phpprefix()
Dupb.h3895 const char* phpprefix() const { return upb_filedef_phpprefix(ptr_); } in phpprefix() function