Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/graph/
Ddotgraph.go29 type DotAttributes struct { struct
30 Nodes map[*Node]*DotNodeAttributes // A map allowing each Node to have its own visualization option
57 func ComposeDot(w io.Writer, g *Graph, a *DotAttributes, c *DotConfig) {
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Ddot.rs11 pub(crate) trait DotAttributes { interface