Lines Matching defs:marshalOptions

231 func sizeMessageInfo(p pointer, f *coderFieldInfo, opts marshalOptions) int {
235 func appendMessageInfo(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error)…
265 func sizeMessage(m proto.Message, tagsize int, _ marshalOptions) int {
269 func appendMessage(b []byte, m proto.Message, wiretag uint64, opts marshalOptions) ([]byte, error) {
295 func sizeMessageValue(v protoreflect.Value, tagsize int, opts marshalOptions) int {
300 func appendMessageValue(b []byte, v protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byt…
324 func sizeGroupValue(v protoreflect.Value, tagsize int, opts marshalOptions) int {
329 func appendGroupValue(b []byte, v protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byte,…
387 func sizeGroupType(p pointer, f *coderFieldInfo, opts marshalOptions) int {
391 func appendGroupType(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) {
408 func sizeGroup(m proto.Message, tagsize int, _ marshalOptions) int {
412 func appendGroup(b []byte, m proto.Message, wiretag uint64, opts marshalOptions) ([]byte, error) {
469 func sizeMessageSliceInfo(p pointer, f *coderFieldInfo, opts marshalOptions) int {
478 func appendMessageSliceInfo(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, e…
523 func sizeMessageSlice(p pointer, goType reflect.Type, tagsize int, _ marshalOptions) int {
533 …ageSlice(b []byte, p pointer, wiretag uint64, goType reflect.Type, opts marshalOptions) ([]byte, e…
584 func sizeMessageSliceValue(listv protoreflect.Value, tagsize int, opts marshalOptions) int {
594 …sageSliceValue(b []byte, listv protoreflect.Value, wiretag uint64, opts marshalOptions) ([]byte, e…
653 func sizeGroupSliceValue(listv protoreflect.Value, tagsize int, opts marshalOptions) int {
663 func appendGroupSliceValue(b []byte, listv protoreflect.Value, wiretag uint64, opts marshalOptions)…
741 func sizeGroupSlice(p pointer, messageType reflect.Type, tagsize int, _ marshalOptions) int {
751 …ice(b []byte, p pointer, wiretag uint64, messageType reflect.Type, opts marshalOptions) ([]byte, e…
788 func sizeGroupSliceInfo(p pointer, f *coderFieldInfo, opts marshalOptions) int {
797 func appendGroupSliceInfo(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, err…