Lines Matching refs:ElementHandle
112 CHECK_NOTHROW(checkXMLEq(ElementHandle{*this, path}.getStructureAsXML(), expected)); in checkStructure()
402 auto getAsXML = [this](string path) { return ElementHandle(*this, path).getAsXML(); }; in __anona126b54a0102()
407 ElementHandle basicParams(*this, "/test/test/parameter_block");
457 ElementHandle root(*this, "/");
458 ElementHandle systemClass(*this, "/");
478 ElementHandle basicParams(*this, "/test/test/parameter_block");
493 ElementHandle array(*this, "/test/test/parameter_block_array");
494 ElementHandle elem0(*this, "/test/test/parameter_block_array/0");
506 ElementHandle root(*this, "/test");
528 ElementHandle basicParams(*this, "/test/test/parameter_block_array/0");
605 ElementHandle handle(*this, test.path);
625 ElementHandle intScalar(*this, "/test/test/parameter_block/integer");
645 ElementHandle intArray(*this, "/test/test/parameter_block/integer_array");