Home
last modified time | relevance | path

Searched defs:StructProperties (Results 1 – 4 of 4) sorted by relevance

/external/golang-protobuf/proto/
Dproperties.go137 type StructProperties struct { struct
138 Prop []*Properties // properties for each field
139 reqCount int // required count
140 decoderTags tagMap // map from proto tag to struct field number
141 decoderOrigNames map[string]int // map from original name to struct field number
142 order []int // list of struct field numbers in tag order
143 unrecField field // field id of the XXX_unrecognized []byte field
144 extendable bool // is this an extendable proto
146 oneofMarshaler oneofMarshaler
147 oneofUnmarshaler oneofUnmarshaler
[all …]
Dencode.go1227 func (o *Buffer) enc_struct(prop *StructProperties, base structPointer) error {
1278 func size_struct(prop *StructProperties, base structPointer) (n int) {
1304 func (o *Buffer) enc_len_struct(prop *StructProperties, base structPointer, state *errorState) erro…
Dtext_parser.go399 func structFieldByName(sprops *StructProperties, name string) (int, *Properties, bool) {
Ddecode.go462 func (o *Buffer) unmarshalType(st reflect.Type, prop *StructProperties, is_group bool, base structP…