Home
last modified time | relevance | path

Searched refs:noneofs (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/ruby/ext/google/protobuf_c/
Dstorage.c499 int noneofs = upb_msgdef_numrealoneofs(msgdef); in create_layout() local
515 if (noneofs > 0) { in create_layout()
516 layout->oneofs = ALLOC_N(MessageOneof, noneofs); in create_layout()
524 for (i = 0; i < noneofs; i++) { in create_layout()
643 assert(upb_oneofdef_index(oneof) < noneofs); in create_layout()
665 assert(upb_oneofdef_index(oneof) < noneofs); in create_layout()
680 for (i = 0; i < noneofs; i++) { in create_layout()
1017 int noneofs = upb_msgdef_numrealoneofs(layout->msgdef); in layout_mark() local
1024 for (i = 0; i < noneofs; i++) { in layout_mark()