MCPcopy Create free account
hub / github.com/google/gapid / toXmlString

Method toXmlString

core/os/android/binaryxml/xml_tree.go:108–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

106}
107
108func (c *xmlTree) toXmlString() string {
109 return c.xml(&xmlContext{
110 strings: c.strings,
111 namespaces: map[string]string{},
112 tab: " ",
113 })
114}
115
116func (c *xmlTree) decodeString(r binary.Reader) stringPoolRef {
117 idx := r.Uint32()

Callers 3

TestDimensionFunction · 0.80
DecodeFunction · 0.80

Calls 1

xmlMethod · 0.95

Tested by 2

TestDimensionFunction · 0.64