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

Method encode

core/os/android/binaryxml/xml_cdata.go:65–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65func (c *xmlCData) encode() []byte {
66 return encodeChunk(resXMLCDataType, func(w binary.Writer) {
67 w.Uint32(c.lineNumber)
68 c.comment.encode(w)
69 }, func(w binary.Writer) {
70 c.data.encode(w)
71 c.typedValue.encode(w)
72 })
73}

Callers

nothing calls this directly

Calls 3

encodeChunkFunction · 0.85
Uint32Method · 0.65
encodeMethod · 0.65

Tested by

no test coverage detected