Home
last modified time | relevance | path

Searched refs:attr_byte_c (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libdap/libdap-3.20.8/
H A DD4Attributes.cc50 case attr_byte_c: in D4AttributeTypeToString()
117 return attr_byte_c; in StringToD4AttributeType()
212 D4Attribute *a = new D4Attribute(name, attr_byte_c); in transform_to_dap4()
281 case attr_byte_c: { return Attr_byte; } in get_dap2_AttrType()
H A DD4AttributeType.h36 attr_byte_c, enumerator
/dports/devel/libdap/libdap-3.20.8/unit-tests/
H A DD4AttributesTest.cc72 a.set_type(attr_byte_c); in setUp()
112 CPPUNIT_ASSERT(D4AttributeTypeToString(attr_byte_c) == "Byte"); in test_type_to_string()
134 CPPUNIT_ASSERT(StringToD4AttributeType("Byte") == attr_byte_c); in test_string_to_type()
H A DByteTest.cc198 att.set_type(attr_byte_c); in dump_2_test()
374 a.set_type(attr_byte_c); in set_attributes_test()