Searched refs:newsubmsghandlerdata (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | encode_decode.c | 124 static const void *newsubmsghandlerdata(upb_handlers* h, in newsubmsghandlerdata() function 558 upb_handlerattr_sethandlerdata(&attr, newsubmsghandlerdata(h, 0, -1, f)); in add_handlers_for_repeated_field() 605 newsubmsghandlerdata(h, offset, in add_handlers_for_singular_field()
|
/external/protobuf/php/ext/google/protobuf/ |
D | encode_decode.c | 168 static const void *newsubmsghandlerdata(upb_handlers* h, uint32_t ofs, in newsubmsghandlerdata() function 851 attr.handler_data = newsubmsghandlerdata(h, 0, f); in add_handlers_for_repeated_field() 893 attr.handler_data = newsubmsghandlerdata(h, offset, f); in add_handlers_for_singular_field()
|