Home
last modified time | relevance | path

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

/dports/devel/libdap/libdap-3.20.8/
H A DD4AttributeType.h51 attr_uint64_c, enumerator
H A DD4Attributes.cc87 case attr_uint64_c: in D4AttributeTypeToString()
133 return attr_uint64_c; in StringToD4AttributeType()
298 case attr_uint64_c: { in get_dap2_AttrType()
/dports/devel/libdap/libdap-3.20.8/unit-tests/
H A DD4AttributesTest.cc124 CPPUNIT_ASSERT(D4AttributeTypeToString(attr_uint64_c) == "UInt64"); in test_type_to_string()
146 CPPUNIT_ASSERT(StringToD4AttributeType("UInt64") == attr_uint64_c); in test_string_to_type()