Home
last modified time | relevance | path

Searched defs:textWrap (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/go-cmp/cmp/
H A Dreport_text.go96 type textWrap struct { struct
97 Prefix string // e.g., "bytes.Buffer{"
98 Value textNode // textWrap | textList | textLine
99 Suffix string // e.g., "}"
100 Metadata interface{} // arbitrary metadata; has no effect on formatting
103 func (s *textWrap) Len() int {
106 func (s1 *textWrap) Equal(s2 textNode) bool {
112 func (s *textWrap) String() string {
121 func (s *textWrap) formatCompactTo(b []byte, d diffMode) ([]byte, textNode) {
131 func (s *textWrap) formatExpandedTo(b []byte, d diffMode, n indentMode) []byte {
/aosp_15_r20/external/owasp/sanitizer/distrib/lib/
Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...