Home
last modified time | relevance | path

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

/dports/devel/libdap/libdap-3.20.8/
H A DD4Attributes.cc53 case attr_int16_c: in D4AttributeTypeToString()
123 return attr_int16_c; in StringToD4AttributeType()
218 D4Attribute *a = new D4Attribute(name, attr_int16_c); in transform_to_dap4()
282 case attr_int16_c: { return Attr_int16; } in get_dap2_AttrType()
H A DD4AttributeType.h37 attr_int16_c, enumerator
/dports/devel/libdap/libdap-3.20.8/unit-tests/
H A DD4AttributesTest.cc113 CPPUNIT_ASSERT(D4AttributeTypeToString(attr_int16_c) == "Int16"); in test_type_to_string()
135 CPPUNIT_ASSERT(StringToD4AttributeType("Int16") == attr_int16_c); in test_string_to_type()