Searched refs:create_msgdef (Results 1 - 2 of 2) sorted by relevance
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 5050 static bool create_msgdef(symtab_addctx *ctx, const char *prefix, in create_msgdef() function 5116 CHK(create_msgdef(ctx, m->full_name, msgs[i])); in create_msgdef() 5333 CHK(create_msgdef(ctx, file->package, msgs[i])); in build_filedef()
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
H A D | upb.c | 4579 static bool create_msgdef(symtab_addctx *ctx, const char *prefix, in create_msgdef() function 4645 CHK(create_msgdef(ctx, m->full_name, msgs[i])); in create_msgdef() 4862 CHK(create_msgdef(ctx, file->package, msgs[i])); in build_filedef()
|
Completed in 43 milliseconds