Searched refs:assertTwoNonEmptyFieldsEquivalent (Results 1 – 1 of 1) sorted by relevance
195 if err := assertTwoNonEmptyFieldsEquivalent(firstNonEmpty, f); err != nil {203 func assertTwoNonEmptyFieldsEquivalent(a, b reflect.Value) error { func213 return assertTwoNonEmptyFieldsEquivalent(a.Elem(), b.Elem())227 if err := assertTwoNonEmptyFieldsEquivalent(a.Index(i), b.Index(i)); err != nil {