Home
last modified time | relevance | path

Searched refs:TestPointerValueWalker (Results 1 – 1 of 1) sorted by relevance

/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/mitchellh/reflectwalk/
H A Dreflectwalk_test.go52 type TestPointerValueWalker struct { struct
57 func (t *TestPointerValueWalker) Pointer(v reflect.Value) error { argument
512 w := new(TestPointerValueWalker)
526 TestPointerValueWalker
532 TestPointerValueWalker: TestPointerValueWalker{
541 if len(w.TestPointerValueWalker.pointers) != 1 {
542 t.Errorf("expected len=1, got len=%d", len(w.TestPointerValueWalker.pointers))
545 if w.TestPointerValueWalker.pointers[0] != reflect.TypeOf(v) {