Home
last modified time | relevance | path

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

/dports/devel/libdap/libdap-3.20.8/unit-tests/
H A DD4AttributesTest.cc84 a3.set_type(attr_str_c); in setUp()
119 CPPUNIT_ASSERT(D4AttributeTypeToString(attr_str_c) == "String"); in test_type_to_string()
141 CPPUNIT_ASSERT(StringToD4AttributeType("String") == attr_str_c); in test_string_to_type()
295 CPPUNIT_ASSERT(baseline->type() == attr_str_c); in test_find()
321 CPPUNIT_ASSERT(baseline->type() == attr_str_c); in test_get()
354 CPPUNIT_ASSERT(baseline->type() == attr_str_c); in test_get2()
/dports/devel/libdap/libdap-3.20.8/
H A DD4Attributes.cc71 case attr_str_c: in D4AttributeTypeToString()
141 return attr_str_c; in StringToD4AttributeType()
254 D4Attribute *a = new D4Attribute(name, attr_str_c); in transform_to_dap4()
288 case attr_str_c: { return Attr_string; } in get_dap2_AttrType()
H A DD4AttributeType.h43 attr_str_c, enumerator
H A DD4Group.cc512 D4Attribute *a = new D4Attribute("DAP4_Checksum_CRC32", attr_str_c); in intern_data()
595 D4Attribute *a = new D4Attribute("DAP4_Checksum_CRC32", attr_str_c); in deserialize()