Searched refs:serialize_int (Results 1 – 2 of 2) sorted by relevance
258 static bool serialize_int (hb_serialize_context_t *c, op_code_t intOp, V value) in serialize_int() function273 { return serialize_int<HBINT32> (c, OpCode_longintdict, value); } in serialize_int4()277 { return serialize_int<HBINT16> (c, OpCode_shortint, value); } in serialize_int2()
91 if (unlikely ((!serialize_int<T, V> (c, intOp, value)))) in serialize_int_op()