Home
last modified time | relevance | path

Searched defs:structFields (Results 1 – 3 of 3) sorted by relevance

/external/golang-protobuf/cmd/protoc-gen-go/internal_gengo/
Dinit.go35 type structFields struct { struct
36 count int
37 unexported map[int]string
40 func (sf *structFields) append(name string) {
Dmain.go346 …enMessageInternalFields(g *protogen.GeneratedFile, f *fileInfo, m *messageInfo, sf *structFields) {
366 …(g *protogen.GeneratedFile, f *fileInfo, m *messageInfo, field *protogen.Field, sf *structFields) {
/external/skia/src/sksl/dsl/
DDSLCore.cpp272 const std::vector<SkSL::Type::Field>& structFields = structType->fields(); in InterfaceBlock() local