(fj fastJsonNode)
| 433 | } |
| 434 | |
| 435 | func (enc *encoder) getAttr(fj fastJsonNode) uint16 { |
| 436 | return uint16((fj.meta & setBytes76) >> 40) |
| 437 | } |
| 438 | |
| 439 | func (enc *encoder) getScalarVal(fj fastJsonNode) ([]byte, error) { |
| 440 | offset := uint32(fj.meta & setBytes4321) |
no outgoing calls