Home
last modified time | relevance | path

Searched refs:StringAttribute (Results 1 – 6 of 6) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfStringAttribute.h53 typedef TypedAttribute<std::string> StringAttribute; typedef
54 template <> const char *StringAttribute::staticTypeName ();
55 template <> void StringAttribute::writeValueTo (OStream &, int) const;
56 template <> void StringAttribute::readValueFrom (IStream &, int, int);
DImfStringAttribute.cpp51 StringAttribute::staticTypeName () in staticTypeName()
59 StringAttribute::writeValueTo (OStream &os, int) const in writeValueTo()
70 StringAttribute::readValueFrom (IStream &is, int size, int) in readValueFrom()
DImfCRgbaFile.cpp475 header(hdr)->insert (name, Imf::StringAttribute (value)); in ImfHeaderSetStringAttribute()
479 header(hdr)->typedAttribute<Imf::StringAttribute>(name).value() = in ImfHeaderSetStringAttribute()
501 typedAttribute<Imf::StringAttribute>(name).value().c_str(); in ImfHeaderStringAttribute()
DImfHeader.cpp1090 StringAttribute::registerAttributeType(); in staticInitialize()
/external/llvm/tools/llvm-readobj/
DARMAttributeParser.cpp32 { ARMBuildAttrs::CPU_raw_name, &ARMAttributeParser::StringAttribute, },
33 { ARMBuildAttrs::CPU_name, &ARMAttributeParser::StringAttribute },
95 void ARMAttributeParser::StringAttribute(AttrType Tag, const uint8_t *Data, in StringAttribute() function in llvm::ARMAttributeParser
588 StringAttribute(ARMBuildAttrs::AttrType(Tag), Data, Offset); in ParseAttributeList()
DARMAttributeParser.h34 void StringAttribute(ARMBuildAttrs::AttrType Tag, const uint8_t *Data,