Home
last modified time | relevance | path

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

/dports/devel/libdap/libdap-3.20.8/
H A DD4AttributeType.h59 attr_opaque_c, enumerator
H A DD4Attributes.cc93 case attr_opaque_c: in D4AttributeTypeToString()
306 case attr_opaque_c: { in get_dap2_AttrType()
/dports/devel/libdap/libdap-3.20.8/unit-tests/
H A DD4AttributesTest.cc126 CPPUNIT_ASSERT(D4AttributeTypeToString(attr_opaque_c) == "Opaque"); in test_type_to_string()
148 CPPUNIT_ASSERT(StringToD4AttributeType("Opaque") == attr_opaque_c); in test_string_to_type()