HomeSort by relevance Sort by last modified time
    Searched refs:upb_fielddef_setname (Results 1 - 6 of 6) sorted by null

  /external/protobuf/php/ext/google/protobuf/
def.c 246 CHECK_UPB(upb_fielddef_setname(mut_def, name, &status),
upb.h     [all...]
upb.c 645 upb_fielddef_setname(newf, upb_fielddef_name(f), NULL);
754 bool upb_fielddef_setname(upb_fielddef *f, const char *name, upb_status *s) { function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
defs.c 549 CHECK_UPB(upb_fielddef_setname(mut_def, name, &status),
    [all...]
upb.h     [all...]
upb.c 729 upb_fielddef_setname(newf, upb_fielddef_name(f), NULL);
885 bool upb_fielddef_setname(upb_fielddef *f, const char *name, upb_status *s) { function
    [all...]

Completed in 83 milliseconds