Searched refs:strviewdup (Results 1 – 2 of 2) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | def.c | 1235 static char *strviewdup(symtab_addctx *ctx, upb_strview view) { in strviewdup() function 1259 return strviewdup(ctx, name); in makefullname() 1579 json_name = strviewdup( in create_fielddef() 1750 char *name2 = strviewdup(ctx, name); in create_enumdef() 1962 strviewdup(ctx, google_protobuf_FileDescriptorProto_name(file_proto)); in build_filedef() 1970 file->package = strviewdup(ctx, package); in build_filedef() 1995 file->phpprefix = strviewdup( in build_filedef() 2000 file->phpnamespace = strviewdup( in build_filedef()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 1950 static char* strviewdup(const symtab_addctx *ctx, upb_strview view) { in strviewdup() function 1975 return strviewdup(ctx, name); in makefullname() 2337 char *name2 = strviewdup(ctx, name); in create_enumdef() 2576 strviewdup(ctx, google_protobuf_FileDescriptorProto_name(file_proto)); in build_filedef() 2584 file->package = strviewdup(ctx, package); in build_filedef() 2609 file->phpprefix = strviewdup( in build_filedef() 2614 file->phpnamespace = strviewdup( in build_filedef()
|