Lines Matching defs:pointer
231 func sizeMessageInfo(p pointer, f *coderFieldInfo, opts marshalOptions) int {
235 func appendMessageInfo(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error)…
241 func consumeMessageInfo(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshal…
261 func isInitMessageInfo(p pointer, f *coderFieldInfo) error {
387 func sizeGroupType(p pointer, f *coderFieldInfo, opts marshalOptions) int {
391 func appendGroupType(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) {
398 func consumeGroupType(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmarshalOp…
469 func sizeMessageSliceInfo(p pointer, f *coderFieldInfo, opts marshalOptions) int {
478 func appendMessageSliceInfo(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, e…
493 func consumeMessageSliceInfo(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unma…
513 func isInitMessageSliceInfo(p pointer, f *coderFieldInfo) error {
523 func sizeMessageSlice(p pointer, goType reflect.Type, tagsize int, _ marshalOptions) int {
533 func appendMessageSlice(b []byte, p pointer, wiretag uint64, goType reflect.Type, opts marshalOptio…
549 func consumeMessageSlice(b []byte, p pointer, goType reflect.Type, wtyp protowire.Type, opts unmars…
571 func isInitMessageSlice(p pointer, goType reflect.Type) error {
741 func sizeGroupSlice(p pointer, messageType reflect.Type, tagsize int, _ marshalOptions) int {
751 func appendGroupSlice(b []byte, p pointer, wiretag uint64, messageType reflect.Type, opts marshalOp…
766 func consumeGroupSlice(b []byte, p pointer, num protowire.Number, wtyp protowire.Type, goType refle…
788 func sizeGroupSliceInfo(p pointer, f *coderFieldInfo, opts marshalOptions) int {
797 func appendGroupSliceInfo(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, err…
811 func consumeGroupSliceInfo(b []byte, p pointer, wtyp protowire.Type, f *coderFieldInfo, opts unmars…