OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Inspect
(Results
1 - 3
of
3
) sorted by null
/prebuilts/go/darwin-x86/src/go/ast/
walk.go
43
// simpler use (and may help eliminate
Inspect
in turn).
379
//
Inspect
traverses an AST in depth-first order: It starts by calling
380
// f(node); node must not be nil. If f returns true,
Inspect
invokes f
384
func
Inspect
(node Node, f func(Node) bool) {
/prebuilts/go/linux-x86/src/go/ast/
walk.go
43
// simpler use (and may help eliminate
Inspect
in turn).
379
//
Inspect
traverses an AST in depth-first order: It starts by calling
380
// f(node); node must not be nil. If f returns true,
Inspect
invokes f
384
func
Inspect
(node Node, f func(Node) bool) {
/external/fonttools/Lib/fontTools/
inspect.py
221
class
Inspect
(object):
261
Inspect
(arg)
Completed in 109 milliseconds