OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DoubleAttribute
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfDoubleAttribute.h
42
// class
DoubleAttribute
52
typedef TypedAttribute<double>
DoubleAttribute
;
53
template <> const char *
DoubleAttribute
::staticTypeName ();
/external/clang/test/SemaCXX/
warn-thread-safety-negative.cpp
106
namespace
DoubleAttribute
{
121
} // end namespace
DoubleAttribute
/external/tinyxml2/
tinyxml2.h
890
double
DoubleAttribute
( const char* name ) const { double d=0; QueryDoubleAttribute( name, &d ); return d; }
[
all
...]
Completed in 298 milliseconds