Home
last modified time | relevance | path

Searched refs:methodcache (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/xreflect/
H A Dlookup.go222 method, found := t.methodcache[qname]
298 if t.methodcache == nil {
299 t.methodcache = make(map[QName]Method)
304 t.methodcache[qname] = *method
305 t.universe.methodcache = true
344 t.methodcache = nil
351 t.methodcache = nil
358 if v.fieldcache || v.methodcache {
361 v.methodcache = false
368 if v.methodcache {
[all …]
H A Dglobal.go82 methodcache map[QName]Method member
H A Duniverse.go50 methodcache bool member
H A Dnamed.go86 t.methodcache = nil