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

/external/protobuf/php/ext/google/protobuf/
H A Dupb.c2423 bool hashandler = false; local
2428 hashandler = true;
2436 hashandler = true;
2439 if (hashandler && !upb_handlers_getsubhandlers(h, f)) {
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c2576 bool hashandler = false; local
2581 hashandler = true;
2589 hashandler = true;
2592 if (hashandler && !upb_handlers_getsubhandlers(h, f)) {

Completed in 226 milliseconds