Home
last modified time | relevance | path

Searched defs:Document (Results 1 – 25 of 52) sorted by relevance

123

/external/spdx-tools/spdx/v2_1/
Ddocument.go25 type Document struct { struct
28 SPDXVersion string `json:"spdxVersion"`
32 DataLicense string `json:"dataLicense"`
37 SPDXIdentifier common.ElementID `json:"SPDXID"`
41 DocumentName string `json:"name"`
45 DocumentNamespace string `json:"documentNamespace"`
49 ExternalDocumentReferences []ExternalDocumentRef `json:"externalDocumentRefs,omitempty"`
53 DocumentComment string `json:"comment,omitempty"`
55 CreationInfo *CreationInfo `json:"creationInfo"`
56 Packages []*Package `json:"packages,omitempty"`
[all …]
/external/spdx-tools/spdx/v2_3/
Ddocument.go25 type Document struct { struct
28 SPDXVersion string `json:"spdxVersion"`
32 DataLicense string `json:"dataLicense"`
37 SPDXIdentifier common.ElementID `json:"SPDXID"`
41 DocumentName string `json:"name"`
45 DocumentNamespace string `json:"documentNamespace"`
49 ExternalDocumentReferences []ExternalDocumentRef `json:"externalDocumentRefs,omitempty"`
53 DocumentComment string `json:"comment,omitempty"`
55 CreationInfo *CreationInfo `json:"creationInfo"`
56 Packages []*Package `json:"packages,omitempty"`
[all …]
/external/spdx-tools/spdx/v2_2/
Ddocument.go25 type Document struct { struct
28 SPDXVersion string `json:"spdxVersion"`
32 DataLicense string `json:"dataLicense"`
37 SPDXIdentifier common.ElementID `json:"SPDXID"`
41 DocumentName string `json:"name"`
45 DocumentNamespace string `json:"documentNamespace"`
49 ExternalDocumentReferences []ExternalDocumentRef `json:"externalDocumentRefs,omitempty"`
53 DocumentComment string `json:"comment,omitempty"`
55 CreationInfo *CreationInfo `json:"creationInfo"`
56 Packages []*Package `json:"packages,omitempty"`
[all …]
/external/spdx-tools/spdxlib/
Ddocuments.go16 func ValidateDocument2_1(doc *v2_1.Document) error {
46 func ValidateDocument2_2(doc *v2_2.Document) error {
76 func ValidateDocument2_3(doc *v2_3.Document) error {
Ddescribed_elements.go20 func GetDescribedPackageIDs2_1(doc *v2_1.Document) ([]common.ElementID, error) {
71 func GetDescribedPackageIDs2_2(doc *v2_2.Document) ([]common.ElementID, error) {
122 func GetDescribedPackageIDs2_3(doc *v2_3.Document) ([]common.ElementID, error) {
Drelationships.go14 func FilterRelationships2_1(doc *v2_1.Document, filter func(*v2_1.Relationship) *common.ElementID) …
28 func FilterRelationships2_2(doc *v2_2.Document, filter func(*v2_2.Relationship) *common.ElementID) …
42 func FilterRelationships2_3(doc *v2_3.Document, filter func(*v2_3.Relationship) *common.ElementID) …
/external/rust/crates/der/src/
Ddocument.rs32 pub struct Document { struct
40 impl Document { implementation
133 impl AsRef<[u8]> for Document { implementation
139 impl Debug for Document { implementation
151 impl<'a> Decode<'a> for Document { implementation
152 fn decode<R: Reader<'a>>(reader: &mut R) -> Result<Document> { in decode()
164 impl Encode for Document { implementation
174 impl FixedTag for Document { implementation
178 impl TryFrom<&[u8]> for Document { implementation
186 impl TryFrom<Vec<u8>> for Document { implementation
/external/spdx-tools/tvsaver/
Dtvsaver.go20 func Save2_1(doc *v2_1.Document, w io.Writer) error {
27 func Save2_2(doc *v2_2.Document, w io.Writer) error {
34 func Save2_3(doc *v2_3.Document, w io.Writer) error {
/external/rust/crates/pkcs1/src/
Dpublic_key.rs63 impl TryFrom<RsaPublicKey<'_>> for Document { implementation
66 fn try_from(spki: RsaPublicKey<'_>) -> Result<Document> { in try_from()
73 impl TryFrom<&RsaPublicKey<'_>> for Document { implementation
76 fn try_from(spki: &RsaPublicKey<'_>) -> Result<Document> { in try_from()
Dtraits.rs144 fn to_pkcs1_der(&self) -> Result<Document>; in to_pkcs1_der()
207 fn to_pkcs1_der(&self) -> Result<Document> { in to_pkcs1_der()
/external/rust/crates/ring/src/
Dpkcs8.rs164 pub struct Document { struct
169 impl AsRef<[u8]> for Document { argument
176 pub(crate) fn wrap_key(template: &Template, private_key: &[u8], public_key: &[u8]) -> Document { in wrap_key()
/external/spdx-tools/json/
Dwriter.go14 func Save2_2(doc *v2_2.Document, w io.Writer) error {
29 func Save2_3(doc *v2_3.Document, w io.Writer) error {
/external/spdx-tools/yaml/
Dwriter.go14 func Save2_2(doc *v2_2.Document, w io.Writer) error {
29 func Save2_3(doc *v2_3.Document, w io.Writer) error {
/external/rust/crates/spki/src/
Dspki.rs119 impl TryFrom<SubjectPublicKeyInfo<'_>> for Document { implementation
122 fn try_from(spki: SubjectPublicKeyInfo<'_>) -> Result<Document> { in try_from()
129 impl TryFrom<&SubjectPublicKeyInfo<'_>> for Document { implementation
132 fn try_from(spki: &SubjectPublicKeyInfo<'_>) -> Result<Document> { in try_from()
Dtraits.rs66 fn to_public_key_der(&self) -> Result<Document>; in to_public_key_der()
/external/clang/test/SemaTemplate/
Ddelegating-constructors.cpp34 class Document class
41 Document(T&& t) : Document() in Document() function in PR12890::Document
/external/spdx-tools/tvsaver/saver2v2/
Dsave_document.go20 func RenderDocument2_2(doc *v2_2.Document, w io.Writer) error {
/external/spdx-tools/tvsaver/saver2v1/
Dsave_document.go20 func RenderDocument2_1(doc *v2_1.Document, w io.Writer) error {
/external/spdx-tools/tvsaver/saver2v3/
Dsave_document.go20 func RenderDocument2_3(doc *v2_3.Document, w io.Writer) error {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMsgPackDocument.h27 class Document; variable
39 friend Document; variable
256 Document() { in Document() function
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DDocument.java31 public class Document extends Node { class
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/externs/
Dweb-animations-next.js113 Document.prototype.timeline; class
/external/rust/crates/spki/tests/
Dtraits.rs40 fn to_public_key_der(&self) -> Result<Document> { in to_public_key_der()
/external/libprotobuf-mutator/examples/xml/
Dxml.proto15 message Document { message
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h57 class Document; variable
101 friend class Document; variable

123