Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/encoding/asn1/
Dcommon.go75 type fieldParameters struct { struct
76 optional bool // true iff the field is OPTIONAL
77 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 …]
Dmarshal.go458 func makeBody(value reflect.Value, params fieldParameters) (e encoder, err error) {
576 func makeField(v reflect.Value, params fieldParameters) (e encoder, err error) {
Dasn1.go678 func parseField(v reflect.Value, bytes []byte, initOffset int, params fieldParameters) (offset int,…
1008 func setDefaultValue(v reflect.Value, params fieldParameters) (ok bool) {
/aosp_15_r20/prebuilts/checkstyle/
HDcheckstyle.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/puppycrawl/ com/ ...