Searched refs:CompareDepth (Results 1 – 1 of 1) sorted by relevance
/external/starlark-go/starlark/ |
D | value.go | 919 return CompareDepth(op, x[i], y[i], depth-1) 1237 return CompareDepth(syntax.EQL, x, y, depth) 1248 return CompareDepth(op, x, y, maxdepth) 1258 func CompareDepth(op syntax.Token, x, y Value, depth int) (bool, error) { func
|