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

Method encode

core/os/android/binaryxml/xml_end_element.go:67–75  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func (c *xmlEndElement) encode() []byte {
68 return encodeChunk(resXMLEndElementType, func(w binary.Writer) {
69 w.Uint32(c.lineNumber)
70 c.comment.encode(w)
71 }, func(w binary.Writer) {
72 c.namespace.encode(w)
73 c.name.encode(w)
74 })
75}

Callers

nothing calls this directly

Calls 3

encodeChunkFunction · 0.85
Uint32Method · 0.65
encodeMethod · 0.65

Tested by

no test coverage detected