Searched refs:strviewdup (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 4536 static char* strviewdup(const symtab_addctx *ctx, upb_strview view) { in strviewdup() function 4561 return strviewdup(ctx, name); in makefullname() 4838 json_name = strviewdup( in create_fielddef() 5019 char *name2 = strviewdup(ctx, name); in create_enumdef() 5267 strviewdup(ctx, google_protobuf_FileDescriptorProto_name(file_proto)); in build_filedef() 5275 file->package = strviewdup(ctx, package); in build_filedef() 5301 file->phpprefix = strviewdup( in build_filedef() 5306 file->phpnamespace = strviewdup( in build_filedef()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 4073 static char* strviewdup(const symtab_addctx *ctx, upb_strview view) { in strviewdup() function 4098 return strviewdup(ctx, name); in makefullname() 4375 json_name = strviewdup( in create_fielddef() 4548 char *name2 = strviewdup(ctx, name); in create_enumdef() 4796 strviewdup(ctx, google_protobuf_FileDescriptorProto_name(file_proto)); in build_filedef() 4804 file->package = strviewdup(ctx, package); in build_filedef() 4830 file->phpprefix = strviewdup( in build_filedef() 4835 file->phpnamespace = strviewdup( in build_filedef()
|
Completed in 35 milliseconds