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

Method encode

core/os/android/binaryxml/xml_end_namespace.go:60–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60func (c *xmlEndNamespace) encode() []byte {
61 return encodeChunk(resXMLEndNamespaceType, func(w binary.Writer) {
62 w.Uint32(c.lineNumber)
63 c.comment.encode(w)
64 }, func(w binary.Writer) {
65 c.namespacePrefix.encode(w)
66 c.namespaceURI.encode(w)
67 })
68}

Callers

nothing calls this directly

Calls 3

encodeChunkFunction · 0.85
Uint32Method · 0.65
encodeMethod · 0.65

Tested by

no test coverage detected