Searched refs:Metadata (Results 1 - 25 of 140) sorted by last modified time

123456

/external/skia/src/svg/
H A DSkSVGMetadata.cpp13 DEFINE_SVG_NO_INFO(Metadata)
H A DSkSVGMetadata.h16 DECLARE_SVG_INFO(Metadata);
H A DSkSVGParser.cpp372 CASE_NEW(Metadata);
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfCatalogDictionary_autogen.cpp231 SkPdfStream* SkPdfCatalogDictionary::Metadata(SkPdfNativeDoc* doc) { function in class:SkPdfCatalogDictionary
232 SkPdfNativeObject* ret = get("Metadata", "");
240 return get("Metadata", "") != NULL;
H A DSkPdfCatalogDictionary_autogen.h561 SkPdfStream* Metadata(SkPdfNativeDoc* doc);
H A DSkPdfComponentsWithMetadataDictionary_autogen.cpp11 SkPdfStream* SkPdfComponentsWithMetadataDictionary::Metadata(SkPdfNativeDoc* doc) { function in class:SkPdfComponentsWithMetadataDictionary
12 SkPdfNativeObject* ret = get("Metadata", "");
20 return get("Metadata", "") != NULL;
H A DSkPdfComponentsWithMetadataDictionary_autogen.h521 SkPdfStream* Metadata(SkPdfNativeDoc* doc);
H A DSkPdfEmbeddedFontStreamDictionary_autogen.cpp59 SkPdfStream* SkPdfEmbeddedFontStreamDictionary::Metadata(SkPdfNativeDoc* doc) { function in class:SkPdfEmbeddedFontStreamDictionary
60 SkPdfNativeObject* ret = get("Metadata", "");
68 return get("Metadata", "") != NULL;
H A DSkPdfEmbeddedFontStreamDictionary_autogen.h529 SkPdfStream* Metadata(SkPdfNativeDoc* doc);
H A DSkPdfIccProfileStreamDictionary_autogen.cpp67 SkPdfStream* SkPdfIccProfileStreamDictionary::Metadata(SkPdfNativeDoc* doc) { function in class:SkPdfIccProfileStreamDictionary
68 SkPdfNativeObject* ret = get("Metadata", "");
76 return get("Metadata", "") != NULL;
H A DSkPdfIccProfileStreamDictionary_autogen.h532 SkPdfStream* Metadata(SkPdfNativeDoc* doc);
H A DSkPdfImageDictionary_autogen.cpp255 SkPdfStream* SkPdfImageDictionary::Metadata(SkPdfNativeDoc* doc) { function in class:SkPdfImageDictionary
256 SkPdfNativeObject* ret = get("Metadata", "");
264 return get("Metadata", "") != NULL;
H A DSkPdfImageDictionary_autogen.h70 SkPdfStream* Metadata(SkPdfNativeDoc* doc);
H A DSkPdfPageObjectDictionary_autogen.cpp259 SkPdfStream* SkPdfPageObjectDictionary::Metadata(SkPdfNativeDoc* doc) { function in class:SkPdfPageObjectDictionary
260 SkPdfNativeObject* ret = get("Metadata", "");
268 return get("Metadata", "") != NULL;
H A DSkPdfPageObjectDictionary_autogen.h564 SkPdfStream* Metadata(SkPdfNativeDoc* doc);
H A DSkPdfType1FormDictionary_autogen.cpp131 SkPdfStream* SkPdfType1FormDictionary::Metadata(SkPdfNativeDoc* doc) { function in class:SkPdfType1FormDictionary
132 SkPdfNativeObject* ret = get("Metadata", "");
140 return get("Metadata", "") != NULL;
H A DSkPdfType1FormDictionary_autogen.h49 SkPdfStream* Metadata(SkPdfNativeDoc* doc);
/external/protobuf/src/google/protobuf/compiler/
H A Dplugin.pb.cc463 ::google::protobuf::Metadata CodeGeneratorRequest::GetMetadata() const {
465 ::google::protobuf::Metadata metadata;
804 ::google::protobuf::Metadata CodeGeneratorResponse_File::GetMetadata() const {
806 ::google::protobuf::Metadata metadata;
1069 ::google::protobuf::Metadata CodeGeneratorResponse::GetMetadata() const {
1071 ::google::protobuf::Metadata metadata;
H A Dplugin.pb.h92 ::google::protobuf::Metadata GetMetadata() const;
215 ::google::protobuf::Metadata GetMetadata() const;
332 ::google::protobuf::Metadata GetMetadata() const;
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.cc845 ::google::protobuf::Metadata FileDescriptorSet::GetMetadata() const {
847 ::google::protobuf::Metadata metadata;
1395 ::google::protobuf::Metadata FileDescriptorProto::GetMetadata() const {
1397 ::google::protobuf::Metadata metadata;
1642 ::google::protobuf::Metadata DescriptorProto_ExtensionRange::GetMetadata() const {
1644 ::google::protobuf::Metadata metadata;
2127 ::google::protobuf::Metadata DescriptorProto::GetMetadata() const {
2129 ::google::protobuf::Metadata metadata;
2782 ::google::protobuf::Metadata FieldDescriptorProto::GetMetadata() const {
2784 ::google::protobuf::Metadata metadat
[all...]
H A Ddescriptor.pb.h200 ::google::protobuf::Metadata GetMetadata() const;
294 ::google::protobuf::Metadata GetMetadata() const;
476 ::google::protobuf::Metadata GetMetadata() const;
573 ::google::protobuf::Metadata GetMetadata() const;
741 ::google::protobuf::Metadata GetMetadata() const;
967 ::google::protobuf::Metadata GetMetadata() const;
1081 ::google::protobuf::Metadata GetMetadata() const;
1190 ::google::protobuf::Metadata GetMetadata() const;
1304 ::google::protobuf::Metadata GetMetadata() const;
1429 ::google::protobuf::Metadata GetMetadat
[all...]
H A Ddynamic_message.cc197 Metadata GetMetadata() const;
422 Metadata DynamicMessage::GetMetadata() const {
423 Metadata metadata;
H A Dmessage.h167 struct Metadata { struct in namespace:google::protobuf
331 virtual Metadata GetMetadata() const = 0;
/external/llvm/utils/TableGen/
H A DCodeGenTarget.cpp113 case MVT::Metadata: return "MVT::Metadata";
H A DIntrinsicEmitter.cpp281 case MVT::Metadata: return Sig.push_back(IIT_METADATA);

Completed in 5703 milliseconds

123456