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

/external/protobuf/php/ext/google/protobuf/
H A Dupb.c4493 upb_tabval tabval; local
4494 tabval.val = val.val;
4495 UPB_UNUSED(tabval);
4496 assert(upb_arrhas(tabval));
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c4739 upb_tabval tabval; local
4740 tabval.val = val.val;
4741 UPB_UNUSED(tabval);
4742 assert(upb_arrhas(tabval)); /* This will reject (uint64_t)-1. Fix this. */

Completed in 186 milliseconds