Home
last modified time | relevance | path

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

/dports/devel/libdap/libdap-3.20.8/
H A DD4Attributes.cc62 case attr_uint32_c: in D4AttributeTypeToString()
129 return attr_uint32_c; in StringToD4AttributeType()
236 D4Attribute *a = new D4Attribute(name, attr_uint32_c); in transform_to_dap4()
285 case attr_uint32_c: { return Attr_uint32; } in get_dap2_AttrType()
H A DD4AttributeType.h40 attr_uint32_c, enumerator
/dports/devel/libdap/libdap-3.20.8/unit-tests/
H A DD4AttributesTest.cc116 CPPUNIT_ASSERT(D4AttributeTypeToString(attr_uint32_c) == "UInt32"); in test_type_to_string()
138 CPPUNIT_ASSERT(StringToD4AttributeType("UInt32") == attr_uint32_c); in test_string_to_type()