typeName          105 3rdparty/openexr/IlmImf/ImfAttribute.cpp Attribute::knownType (const char typeName[])
typeName          110 3rdparty/openexr/IlmImf/ImfAttribute.cpp     return tMap.find (typeName) != tMap.end();
typeName          115 3rdparty/openexr/IlmImf/ImfAttribute.cpp Attribute::registerAttributeType (const char typeName[],
typeName          121 3rdparty/openexr/IlmImf/ImfAttribute.cpp     if (tMap.find (typeName) != tMap.end())
typeName          123 3rdparty/openexr/IlmImf/ImfAttribute.cpp                 "type \"" << typeName << "\". "
typeName          126 3rdparty/openexr/IlmImf/ImfAttribute.cpp     tMap.insert (TypeMap::value_type (typeName, newAttribute));
typeName          131 3rdparty/openexr/IlmImf/ImfAttribute.cpp Attribute::unRegisterAttributeType (const char typeName[])
typeName          136 3rdparty/openexr/IlmImf/ImfAttribute.cpp     tMap.erase (typeName);
typeName          141 3rdparty/openexr/IlmImf/ImfAttribute.cpp Attribute::newAttribute (const char typeName[])
typeName          146 3rdparty/openexr/IlmImf/ImfAttribute.cpp     TypeMap::const_iterator i = tMap.find (typeName);
typeName          150 3rdparty/openexr/IlmImf/ImfAttribute.cpp                 "unknown type \"" << typeName << "\".");
typeName           70 3rdparty/openexr/IlmImf/ImfAttribute.h     virtual const char *	typeName () const = 0;
typeName           98 3rdparty/openexr/IlmImf/ImfAttribute.h     static Attribute *		newAttribute (const char typeName[]);
typeName          105 3rdparty/openexr/IlmImf/ImfAttribute.h     static bool			knownType (const char typeName[]);
typeName          115 3rdparty/openexr/IlmImf/ImfAttribute.h     static void		registerAttributeType (const char typeName[],
typeName          124 3rdparty/openexr/IlmImf/ImfAttribute.h     static void		unRegisterAttributeType (const char typeName[]);
typeName          159 3rdparty/openexr/IlmImf/ImfAttribute.h     virtual const char *		typeName () const;
typeName          293 3rdparty/openexr/IlmImf/ImfAttribute.h TypedAttribute<T>::typeName () const
typeName          132 3rdparty/openexr/IlmImf/ImfHeader.cpp         if (strlen (i.name()) >= 32 || strlen (i.attribute().typeName()) >= 32)
typeName          311 3rdparty/openexr/IlmImf/ImfHeader.cpp     if (strcmp (i->second->typeName(), attribute.typeName()))
typeName          313 3rdparty/openexr/IlmImf/ImfHeader.cpp                  "type \"" << attribute.typeName() << "\" "
typeName          315 3rdparty/openexr/IlmImf/ImfHeader.cpp                  "type \"" << i->second->typeName() << "\".");
typeName          919 3rdparty/openexr/IlmImf/ImfHeader.cpp     Xdr::write <StreamIO> (os, i.attribute().typeName());
typeName         1003 3rdparty/openexr/IlmImf/ImfHeader.cpp     char typeName[Name::SIZE];
typeName         1006 3rdparty/openexr/IlmImf/ImfHeader.cpp     Xdr::read <StreamIO> (is, Name::MAX_LENGTH, typeName);
typeName         1007 3rdparty/openexr/IlmImf/ImfHeader.cpp     checkIsNullTerminated (typeName, "attribute type name");
typeName         1020 3rdparty/openexr/IlmImf/ImfHeader.cpp         if (strncmp (i->second->typeName(), typeName, sizeof (typeName)))
typeName         1038 3rdparty/openexr/IlmImf/ImfHeader.cpp         if (Attribute::knownType (typeName))
typeName         1039 3rdparty/openexr/IlmImf/ImfHeader.cpp         attr = Attribute::newAttribute (typeName);
typeName         1041 3rdparty/openexr/IlmImf/ImfHeader.cpp         attr = new OpaqueAttribute (typeName);
typeName           50 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.cpp OpaqueAttribute::OpaqueAttribute (const char typeName[]):
typeName           51 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.cpp     _typeName (strlen (typeName) + 1),
typeName           54 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.cpp     strcpy (_typeName, typeName);
typeName          114 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.cpp                  "\"" << other.typeName() << "\" "
typeName           66 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.h     OpaqueAttribute (const char typeName[]);
typeName           75 3rdparty/openexr/IlmImf/ImfOpaqueAttribute.h     virtual const char *	typeName () const;
typeName          750 modules/core/include/opencv2/core/persistence.hpp         WriteStructContext(FileStorage& _fs, const String& name, int flags, const String& typeName = String());
typeName         5501 modules/core/src/persistence.cpp     const String& name, int flags, const String& typeName) : fs(&_fs)
typeName         5504 modules/core/src/persistence.cpp                        !typeName.empty() ? typeName.c_str() : 0);