Searched defs:CompareSameType (Results  1 – 5 of 5) sorted by relevance
| /external/starlark-go/starlark/ | 
| D | value.go | 131 	CompareSameType(op syntax.Token, y Value, depth int) (bool, error)  methodSpec376 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
 
 | 
| D | int.go | 188 func (x Int) CompareSameType(op syntax.Token, v Value, depth int) (bool, error) {  func
 | 
| D | library.go | 874 func (x rangeValue) CompareSameType(op syntax.Token, y_ Value, depth int) (bool, error) {  func
 | 
| /external/starlark-go/starlarkstruct/ | 
| D | struct.go | 246 func (x *Struct) CompareSameType(op syntax.Token, y_ starlark.Value, depth int) (bool, error) {  func
 | 
| /external/starlark-go/lib/proto/ | 
| D | proto.go | 1222 func (x EnumValueDescriptor) CompareSameType(op syntax.Token, y_ starlark.Value, depth int) (bool, …  func
 |