Home
last modified time | relevance | path

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

/aosp_15_r20/external/spdx-tools/spdx/common/
H A Didentifier.go77 type DocElementID struct { struct
78 DocumentRefID string
79 ElementRefID ElementID
80 SpecialID string
85 func (d DocElementID) MarshalJSON() ([]byte, error) {
100 func (d *DocElementID) UnmarshalJSON(data []byte) (err error) {
164 func RenderDocElementID(deID DocElementID) string {