type github.com/google/go-cmp/cmp.pointerReferences
9 uses
github.com/google/go-cmp/cmp (current package)
report.go#L44: ptrs := new(pointerReferences)
report_compare.go#L100: func (opts formatOptions) FormatDiff(v *valueNode, ptrs *pointerReferences) (out textNode) {
report_compare.go#L203: func (opts formatOptions) formatDiffList(recs []reportRecord, k reflect.Kind, ptrs *pointerReferences) textNode {
report_references.go#L34: type pointerReferences [][2]value.Pointer
report_references.go#L36: func (ps *pointerReferences) PushPair(vx, vy reflect.Value, d diffMode, deref bool) (pp [2]value.Pointer) {
report_references.go#L55: func (ps *pointerReferences) Push(v reflect.Value) (p value.Pointer, seen bool) {
report_references.go#L66: func (ps *pointerReferences) Pop() {
report_reflect.go#L107: func (opts formatOptions) FormatValue(v reflect.Value, parentKind reflect.Kind, ptrs *pointerReferences) (out textNode) {
report_reflect.go#L347: func formatMapKey(v reflect.Value, disambiguate bool, ptrs *pointerReferences) string {
 |
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. |