OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:assignableto
(Results
26 - 50
of
105
) sorted by null
1
2
3
4
5
/prebuilts/go/linux-x86/src/text/template/
funcs.go
142
if !value.Type().
AssignableTo
(argType) {
/prebuilts/go/darwin-x86/src/go/types/
expr.go
569
if x.
assignableTo
(check.conf, y.typ, nil) || y.
assignableTo
(check.conf, x.typ, nil) {
[
all
...]
/prebuilts/go/linux-x86/src/go/types/
expr.go
569
if x.
assignableTo
(check.conf, y.typ, nil) || y.
assignableTo
(check.conf, x.typ, nil) {
[
all
...]
/prebuilts/go/darwin-x86/src/reflect/
type.go
96
//
AssignableTo
reports whether a value of the type is assignable to type u.
97
AssignableTo
(u Type) bool
[
all
...]
value.go
370
if xt, targ := in[i].Type(), t.In(i); !xt.
AssignableTo
(targ) {
381
if xt := x.Type(); !xt.
AssignableTo
(elem) {
[
all
...]
/prebuilts/go/linux-x86/src/reflect/
type.go
96
//
AssignableTo
reports whether a value of the type is assignable to type u.
97
AssignableTo
(u Type) bool
[
all
...]
value.go
370
if xt, targ := in[i].Type(), t.In(i); !xt.
AssignableTo
(targ) {
381
if xt := x.Type(); !xt.
AssignableTo
(elem) {
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/
context.a
151
.this ?<autogenerated>?"".Context.Done ?Tgclocals·522734ad228da40e2256ba19cf2bc72c ?"".Context.Err ?Tgclocals·c55e845a0a62e9baae6c740db5a20866 ? "".Context.Value ?Tgclocals·4c18320792dd6a35b5e54b1ce722ff6e ? "".canceler.Done ?$"".canceler.cancel ?Tgclocals·808d37a0412831499f24f47b5587fade ?0"".(*cancelCtx).Deadline ?Tgclocals·6b4b7e46e7c3e785dae149c064ae0142 ?*"".(*cancelCtx).Value ?*"".cancelCtx.Deadline ?Tgclocals·1709d3024075e01b66364df8d91c2710 ?$"".cancelCtx.Value ?Tgclocals·400f913876ae250c862272c07de91c18 ?("".(*timerCtx).Value ?""".timerCtx.Value ?Tgclocals·f1e1d1ea3e44d8a72025fd42dcb0967e ?&"".(*timerCtx).Done ?$"".(*timerCtx).Err ?,type..hash."".valueCtx ?"runtime.interhash ?(runtime.nilinterhash ?type.uintptr ?h ?(type..eq."".valueCtx ?runtime.ifaceeq ?q ?."".(*valueCtx).Deadline ?("".valueCtx.Deadline ?Tgclocals·f4b0cb181676dd2c2f96ee20dacb3ff1 ?&"".(*valueCtx).Done ?Tgclocals·524d71b8d4b4126db12e7a6de3370d94 ? "".valueCtx.Done ?Tgclocals·93d400178544bc512cee57485667f821 ?$"".(*valueCtx).Err ?"".valueCtx.Err ?Tgclocals·7ef76a8695508dd4be46185eacfb014d ?4type..hash.[3]interface {} ?i ?type.int ?*type.*[3]interface {} ?0type..eq.[3]interface {} ?Tgclocals·8f9cec06d1ae35cc9900c511c5e4bdab ?B"".(*deadlineExceededError).Error ?&go.string."context" ?Bgo.string."deadlineExceededError" ?"go.string."Error" ?"runtime.panicwrap ?<type.*"".deadlineExceededError ?F"".(*deadlineExceededError).Timeout ?&go.string."Timeout" ?J"".(*deadlineExceededError).Temporary ?*go.string."Temporary" ?$reflect.Type.Align ?"type.reflect.Type ?2reflect.Type.
AssignableTo