Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/IlmImf/
DImfDoubleAttribute.h52 typedef TypedAttribute<double> DoubleAttribute; typedef
53 template <> const char *DoubleAttribute::staticTypeName ();
DImfDoubleAttribute.cpp51 DoubleAttribute::staticTypeName () in staticTypeName()
DImfCRgbaFile.cpp412 header(hdr)->insert (name, Imf::DoubleAttribute (value)); in ImfHeaderSetDoubleAttribute()
416 header(hdr)->typedAttribute<Imf::DoubleAttribute>(name).value() = in ImfHeaderSetDoubleAttribute()
454 typedAttribute<Imf::DoubleAttribute>(name).value(); in ImfHeaderDoubleAttribute()
DImfHeader.cpp1078 DoubleAttribute::registerAttributeType(); in staticInitialize()
/external/clang/test/SemaCXX/
Dwarn-thread-safety-negative.cpp106 namespace DoubleAttribute { namespace
/external/tinyxml2/
Dtinyxml2.h890 …double DoubleAttribute( const char* name ) const { double d=0; QueryDoubleAttribute( na… in DoubleAttribute() function