Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.h7258 bool upb_pbcodecache_setallowjit(upb_pbcodecache *c, bool allow);
7325 return upb_pbcodecache_setallowjit(this, allow);
Dupb.c7421 bool upb_pbcodecache_setallowjit(upb_pbcodecache *c, bool allow) { in upb_pbcodecache_setallowjit() function
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h7561 bool upb_pbcodecache_setallowjit(upb_pbcodecache *c, bool allow);
7628 return upb_pbcodecache_setallowjit(this, allow);
Dupb.c8105 bool upb_pbcodecache_setallowjit(upb_pbcodecache *c, bool allow) { in upb_pbcodecache_setallowjit() function