Searched defs:fieldParameters (Results 1 – 4 of 4) sorted by relevance
75 type fieldParameters struct { struct76 optional bool // true iff the field is OPTIONAL77 explicit bool // true iff an EXPLICIT tag is in use.78 application bool // true iff an APPLICATION tag is in use.79 private bool // true iff a PRIVATE tag is in use.80 defaultValue *int64 // a default value for INTEGER typed fields (maybe nil).81 tag *int // the EXPLICIT or IMPLICIT tag (maybe nil).82 stringType int // the string tag to use when marshaling.83 timeType int // the time tag to use when marshaling.84 set bool // true iff this should be encoded as a SET[all …]
458 func makeBody(value reflect.Value, params fieldParameters) (e encoder, err error) {576 func makeField(v reflect.Value, params fieldParameters) (e encoder, err error) {
678 func parseField(v reflect.Value, bytes []byte, initOffset int, params fieldParameters) (offset int,…1008 func setDefaultValue(v reflect.Value, params fieldParameters) (ok bool) {
META-INF/MANIFEST.MF META-INF/ com/ com/puppycrawl/ com/ ...