OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:assignableto
(Results
1 - 25
of
105
) sorted by null
1
2
3
4
5
/prebuilts/go/darwin-x86/test/fixedbugs/bug468.dir/
p2.go
19
if !t1.
AssignableTo
(t2) {
22
if !t2.
AssignableTo
(t1) {
/prebuilts/go/linux-x86/test/fixedbugs/bug468.dir/
p2.go
19
if !t1.
AssignableTo
(t2) {
22
if !t2.
AssignableTo
(t1) {
/prebuilts/go/darwin-x86/test/fixedbugs/
issue15439.go
22
if !tb.
AssignableTo
(ta) {
/prebuilts/go/linux-x86/test/fixedbugs/
issue15439.go
22
if !tb.
AssignableTo
(ta) {
/prebuilts/go/darwin-x86/src/go/types/
operand.go
195
// TODO(gri) The functions operand.
assignableTo
, checker.convertUntyped,
199
//
assignableTo
reports whether x is assignable to a variable of type T.
202
func (x *operand)
assignableTo
(conf *Config, T Type, reason *string) bool {
api.go
358
//
AssignableTo
reports whether a value of type V is assignable to a variable of type T.
359
func
AssignableTo
(V, T Type) bool {
361
return x.
assignableTo
(nil, T, nil) // config not needed for non-constant x
conversions.go
68
if x.
assignableTo
(conf, T, nil) {
assignments.go
60
if reason := ""; !x.
assignableTo
(check.conf, T, &reason) {
builtins.go
98
if nargs == 2 && call.Ellipsis.IsValid() && x.
assignableTo
(check.conf, NewSlice(universeByte), nil) {
344
if !x.
assignableTo
(check.conf, m.key, nil) {
/prebuilts/go/linux-x86/src/go/types/
operand.go
195
// TODO(gri) The functions operand.
assignableTo
, checker.convertUntyped,
199
//
assignableTo
reports whether x is assignable to a variable of type T.
202
func (x *operand)
assignableTo
(conf *Config, T Type, reason *string) bool {
api.go
358
//
AssignableTo
reports whether a value of type V is assignable to a variable of type T.
359
func
AssignableTo
(V, T Type) bool {
361
return x.
assignableTo
(nil, T, nil) // config not needed for non-constant x
conversions.go
68
if x.
assignableTo
(conf, T, nil) {
assignments.go
60
if reason := ""; !x.
assignableTo
(check.conf, T, &reason) {
builtins.go
98
if nargs == 2 && call.Ellipsis.IsValid() && x.
assignableTo
(check.conf, NewSlice(universeByte), nil) {
344
if !x.
assignableTo
(check.conf, m.key, nil) {
/prebuilts/go/darwin-x86/src/reflect/
set_test.go
209
if b := xv.
AssignableTo
(xt); b != tt.b {
210
t.Errorf("(%s).
AssignableTo
(%s) = %v, want %v", xv.String(), xt.String(), b, tt.b)
/prebuilts/go/linux-x86/src/reflect/
set_test.go
209
if b := xv.
AssignableTo
(xt); b != tt.b {
210
t.Errorf("(%s).
AssignableTo
(%s) = %v, want %v", xv.String(), xt.String(), b, tt.b)
/prebuilts/go/darwin-x86/pkg/darwin_amd64/
reflect.a
15
reflect ?|SGOROOT/src/reflect/deepequal.go?DeepEqual x·2 y·3 (makefunc.go^MakeFunc Type >