Home
last modified time | relevance | path

Searched defs:CompareSameType (Results 1 – 5 of 5) sorted by relevance

/external/starlark-go/starlark/
Dvalue.go131 CompareSameType(op syntax.Token, y Value, depth int) (bool, error) methodSpec
376 func (x Bool) CompareSameType(op syntax.Token, y_ Value, depth int) (bool, error) { func
443 func (x Float) CompareSameType(op syntax.Token, y_ Value, depth int) (bool, error) { func
548 func (x String) CompareSameType(op syntax.Token, y_ Value, depth int) (bool, error) { func
800 func (x *Dict) CompareSameType(op syntax.Token, y_ Value, depth int) (bool, error) { func
895 func (x *List) CompareSameType(op syntax.Token, y_ Value, depth int) (bool, error) { func
1003 func (x Tuple) CompareSameType(op syntax.Token, y_ Value, depth int) (bool, error) { func
1067 func (x *Set) CompareSameType(op syntax.Token, y_ Value, depth int) (bool, error) { func
1428 func (x Bytes) CompareSameType(op syntax.Token, y_ Value, depth int) (bool, error) { func
Dint.go188 func (x Int) CompareSameType(op syntax.Token, v Value, depth int) (bool, error) { func
Dlibrary.go874 func (x rangeValue) CompareSameType(op syntax.Token, y_ Value, depth int) (bool, error) { func
/external/starlark-go/starlarkstruct/
Dstruct.go246 func (x *Struct) CompareSameType(op syntax.Token, y_ starlark.Value, depth int) (bool, error) { func
/external/starlark-go/lib/proto/
Dproto.go1222 func (x EnumValueDescriptor) CompareSameType(op syntax.Token, y_ starlark.Value, depth int) (bool, … func