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