Searched refs:allowjit (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 7338 static void sethandlers(mgroup *g, bool allowjit) { in sethandlers() argument 7340 if (allowjit) { in sethandlers() 7350 static void sethandlers(mgroup *g, bool allowjit) { in sethandlers() argument 7352 UPB_UNUSED(allowjit); in sethandlers() 7361 const mgroup *mgroup_new(const upb_handlers *dest, bool allowjit, bool lazy, in mgroup_new() argument 7366 UPB_UNUSED(allowjit); in mgroup_new() 7395 sethandlers(g, allowjit); in mgroup_new()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 8017 static void sethandlers(mgroup *g, bool allowjit) { in sethandlers() argument 8019 if (allowjit) { in sethandlers() 8029 static void sethandlers(mgroup *g, bool allowjit) { in sethandlers() argument 8031 UPB_UNUSED(allowjit); in sethandlers() 8040 const mgroup *mgroup_new(const upb_handlers *dest, bool allowjit, bool lazy, in mgroup_new() argument 8045 UPB_UNUSED(allowjit); in mgroup_new() 8079 sethandlers(g, allowjit); in mgroup_new()
|