Home
last modified time | relevance | path

Searched refs:upb_msg_sizeof (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/php/ext/google/protobuf/
H A Dphp-upb.c1239 static size_t upb_msg_sizeof(const upb_msglayout *l) { in upb_msg_sizeof() function
1259 void *mem = upb_arena_malloc(a, upb_msg_sizeof(l)); in _upb_msg_new()
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c1196 static size_t upb_msg_sizeof(const upb_msglayout *l) { in upb_msg_sizeof() function
1216 void *mem = upb_arena_malloc(a, upb_msg_sizeof(l)); in _upb_msg_new()

Completed in 33 milliseconds