public ContextualOperand ReserveNoteObject_int() { return(g.StaticFactory.Invoke(typeof(ProtoReader), nameof(ProtoReader.ReserveNoteObject), g.ArgReaderWriter())); }
public ContextualOperand TryGetNextLateReference_bool(Operand outIntTypeKey, Operand outObjValue, Operand outIntReferenceKey) { return(g.StaticFactory.Invoke(typeof(ProtoWriter), nameof(ProtoWriter.TryGetNextLateReference), outIntTypeKey, outObjValue, outIntReferenceKey, g.ArgReaderWriter())); }
public void NoteObject(Operand objValue) { g.Invoke(typeof(ProtoReader), nameof(ProtoReader.NoteObject), objValue, g.ArgReaderWriter()); }
public void NoteLateReference(Operand intTypeKey, Operand outObjValue) { g.Invoke(typeof(ProtoWriter), nameof(ProtoWriter.NoteLateReference), intTypeKey, outObjValue, g.ArgReaderWriter()); }