Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dexprstring.go196 func writeFieldList(buf *bytes.Buffer, list []*ast.Field, sep string, iface bool) { func
/aosp_15_r20/external/llvm/lib/DebugInfo/CodeView/
H A DTypeTableBuilder.cpp269 TypeIndex TypeTableBuilder::writeFieldList(FieldListRecordBuilder &FieldList) { in writeFieldList() function in TypeTableBuilder