HomeSort by relevance Sort by last modified time
    Searched refs:StringVectorAttribute (Results 1 - 3 of 3) sorted by null

  /external/opencv3/3rdparty/openexr/IlmImf/
ImfStringVectorAttribute.h 41 // class StringVectorAttribute
53 typedef TypedAttribute<StringVector> StringVectorAttribute;
54 template <> const char *StringVectorAttribute::staticTypeName ();
55 template <> void StringVectorAttribute::writeValueTo (OStream &, int) const;
56 template <> void StringVectorAttribute::readValueFrom (IStream &, int, int);
ImfStringVectorAttribute.cpp 50 StringVectorAttribute::staticTypeName ()
58 StringVectorAttribute::writeValueTo (OStream &os, int) const
73 StringVectorAttribute::readValueFrom (IStream &is, int size, int)
ImfHeader.cpp 1091 StringVectorAttribute::registerAttributeType();

Completed in 2464 milliseconds