github.com/google/go-cmp/cmp.pointerReferences.PushPair (method)
4 uses
github.com/google/go-cmp/cmp (current package)
report_compare.go#L163: ptrRefs := ptrs.PushPair(v.ValueX, v.ValueY, opts.DiffMode, true)
report_compare.go#L180: ptrRefs := ptrs.PushPair(v.ValueX, v.ValueY, opts.DiffMode, false)
report_compare.go#L188: ptrRefs := ptrs.PushPair(v.ValueX, v.ValueY, opts.DiffMode, false)
report_references.go#L36: func (ps *pointerReferences) PushPair(vx, vy reflect.Value, d diffMode, deref bool) (pp [2]value.Pointer) {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |