Searched defs:structFields (Results 1 – 3 of 3) sorted by relevance
35 type structFields struct { struct36 count int37 unexported map[int]string40 func (sf *structFields) append(name string) {
346 …enMessageInternalFields(g *protogen.GeneratedFile, f *fileInfo, m *messageInfo, sf *structFields) {366 …(g *protogen.GeneratedFile, f *fileInfo, m *messageInfo, field *protogen.Field, sf *structFields) {
272 const std::vector<SkSL::Type::Field>& structFields = structType->fields(); in InterfaceBlock() local