Home
last modified time | relevance | path

Searched defs:codeNode (Results 1 – 1 of 1) sorted by relevance

/prebuilts/go/linux-x86/src/encoding/json/
Dbench_test.go33 type codeNode struct { struct
34 Name string `json:"name"`
35 Kids []*codeNode `json:"kids"`
36 CLWeight float64 `json:"cl_weight"`
37 Touches int `json:"touches"`
38 MinT int64 `json:"min_t"`
39 MaxT int64 `json:"max_t"`
40 MeanT int64 `json:"mean_t"`