Home
last modified time | relevance | path

Searched refs:attr_float64_c (Results 1 – 3 of 3) sorted by relevance

/dports/devel/libdap/libdap-3.20.8/
H A DD4Attributes.cc68 case attr_float64_c: in D4AttributeTypeToString()
138 return attr_float64_c; in StringToD4AttributeType()
248 D4Attribute *a = new D4Attribute(name, attr_float64_c); in transform_to_dap4()
287 case attr_float64_c: { return Attr_float64; } in get_dap2_AttrType()
H A DD4AttributeType.h42 attr_float64_c, enumerator
/dports/devel/libdap/libdap-3.20.8/unit-tests/
H A DD4AttributesTest.cc118 CPPUNIT_ASSERT(D4AttributeTypeToString(attr_float64_c) == "Float64"); in test_type_to_string()
140 CPPUNIT_ASSERT(StringToD4AttributeType("Float64") == attr_float64_c); in test_string_to_type()