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

Method encode

core/os/android/binaryxml/xml_attribute.go:86–91  ·  view source on GitHub ↗
(w binary.Writer)

Source from the content-addressed store, hash-verified

84}
85
86func (a *xmlAttribute) encode(w binary.Writer) {
87 a.namespace.encode(w)
88 a.name.encode(w)
89 a.rawValue.encode(w)
90 a.typedValue.encode(w)
91}
92
93type attributesByResourceId struct {
94 attributes xmlAttributeList

Callers

nothing calls this directly

Calls 1

encodeMethod · 0.65

Tested by

no test coverage detected