Searched refs:pointerReferences (Results 1 – 4 of 4) sorted by relevance
34 type pointerReferences [][2]value.Pointer type36 func (ps *pointerReferences) PushPair(vx, vy reflect.Value, d diffMode, deref bool) (pp [2]value.Po…55 func (ps *pointerReferences) Push(v reflect.Value) (p value.Pointer, seen bool) {66 func (ps *pointerReferences) Pop() {
44 ptrs := new(pointerReferences)
98 func (opts formatOptions) FormatDiff(v *valueNode, ptrs *pointerReferences) (out textNode) {204 …matOptions) formatDiffList(recs []reportRecord, k reflect.Kind, ptrs *pointerReferences) textNode {
114 …ptions) FormatValue(v reflect.Value, parentKind reflect.Kind, ptrs *pointerReferences) (out textNo… argument