Home
last modified time | relevance | path

Searched refs:addExpectedAttributes (Results 1 – 25 of 688) sorted by relevance

12345678910>>...28

/dports/misc/openvdb/openvdb-9.0.0/openvdb_ax/openvdb_ax/test/integration/
H A DTestString.cc51 mHarness.addExpectedAttributes<std::string>(unittest_util::nameSequence("string_test", 6), in testAssignFromAttributes()
73 mHarness.addExpectedAttributes<std::string>({"string_test1", "string_test2"}, in testAssignNewOverwrite()
86 mHarness.addExpectedAttributes<std::string>(unittest_util::nameSequence("string_test", 6), in testBinaryConcat()
H A DTestDeclare.cc101 mHarness.addExpectedAttributes<float>(unittest_util::nameSequence("float_test", 4), in testNewAttributes()
103 mHarness.addExpectedAttributes<int32_t>(unittest_util::nameSequence("int_test", 3), in testNewAttributes()
127 mHarness.addExpectedAttributes<openvdb::Vec3f>({"vec_float_test", "vec_float_test2"}, in testNewVectorAttributes()
129 mHarness.addExpectedAttributes<openvdb::Vec3i>({"vec_int_test", "vec_int_test2"}, in testNewVectorAttributes()
H A DTestHarness.h97 void addExpectedAttributes(const std::vector<std::string>& names, in addExpectedAttributes() function
115 addExpectedAttributes(names, expectedValues); in addAttributes()
142 addExpectedAttributes<T>({name}, {expVal}); in addExpectedAttribute()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/render/sbml/
H A DLocalStyle.cpp109 addExpectedAttributes(ea); in LocalStyle()
306 LocalStyle::addExpectedAttributes(ExpectedAttributes& attributes) in addExpectedAttributes() function in LocalStyle
308 Style::addExpectedAttributes(attributes); in addExpectedAttributes()
H A DGlobalStyle.cpp205 GlobalStyle::addExpectedAttributes(ExpectedAttributes& attributes) in addExpectedAttributes() function in GlobalStyle
207 Style::addExpectedAttributes(attributes); in addExpectedAttributes()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/multi/sbml/
H A DBindingSiteSpeciesType.cpp244 BindingSiteSpeciesType::addExpectedAttributes(ExpectedAttributes& attributes) in addExpectedAttributes() function in BindingSiteSpeciesType
246 MultiSpeciesType::addExpectedAttributes(attributes); in addExpectedAttributes()
H A DIntraSpeciesReaction.cpp244 IntraSpeciesReaction::addExpectedAttributes(ExpectedAttributes& attributes) in addExpectedAttributes() function in IntraSpeciesReaction
246 Reaction::addExpectedAttributes(attributes); in addExpectedAttributes()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/layout/sbml/
H A DSpeciesGlyph.cpp157 addExpectedAttributes(ea); in SpeciesGlyph()
265 SpeciesGlyph::addExpectedAttributes(ExpectedAttributes& attributes) in addExpectedAttributes() function in SpeciesGlyph
267 GraphicalObject::addExpectedAttributes(attributes); in addExpectedAttributes()
H A DCompartmentGlyph.cpp170 addExpectedAttributes(ea); in CompartmentGlyph()
352 CompartmentGlyph::addExpectedAttributes(ExpectedAttributes& attributes) in addExpectedAttributes() function in CompartmentGlyph
354 GraphicalObject::addExpectedAttributes(attributes); in addExpectedAttributes()
H A DTextGlyph.cpp173 addExpectedAttributes(ea); in TextGlyph()
346 TextGlyph::addExpectedAttributes(ExpectedAttributes& attributes) in addExpectedAttributes() function in TextGlyph
348 GraphicalObject::addExpectedAttributes(attributes); in addExpectedAttributes()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/packages/layout/sbml/
H A DSpeciesGlyph.cpp157 addExpectedAttributes(ea); in SpeciesGlyph()
265 SpeciesGlyph::addExpectedAttributes(ExpectedAttributes& attributes) in addExpectedAttributes() function in SpeciesGlyph
267 GraphicalObject::addExpectedAttributes(attributes); in addExpectedAttributes()
H A DTextGlyph.cpp173 addExpectedAttributes(ea); in TextGlyph()
346 TextGlyph::addExpectedAttributes(ExpectedAttributes& attributes) in addExpectedAttributes() function in TextGlyph
348 GraphicalObject::addExpectedAttributes(attributes); in addExpectedAttributes()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/extension/
H A DSBMLDocumentPlugin.cpp125 SBMLDocumentPlugin::addExpectedAttributes(ExpectedAttributes& attributes) in addExpectedAttributes() function in SBMLDocumentPlugin
296 plugin->addExpectedAttributes(*attributes); in SBMLDocumentPlugin_addExpectedAttributes()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/dyn/extension/
H A DDynSBasePlugin.cpp175 DynSBasePlugin::addExpectedAttributes(ExpectedAttributes& attributes) in addExpectedAttributes() function in DynSBasePlugin
177 SBasePlugin::addExpectedAttributes(attributes); in addExpectedAttributes()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/extension/
H A DSBMLDocumentPlugin.cpp125 SBMLDocumentPlugin::addExpectedAttributes(ExpectedAttributes& attributes) in addExpectedAttributes() function in SBMLDocumentPlugin
296 plugin->addExpectedAttributes(*attributes); in SBMLDocumentPlugin_addExpectedAttributes()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/comp/sbml/
H A DModelDefinition.cpp167 ModelDefinition::addExpectedAttributes(ExpectedAttributes& attributes) in addExpectedAttributes() function in ModelDefinition
169 Model::addExpectedAttributes(attributes); in addExpectedAttributes()
/dports/biology/py-libsedml/libSEDML-2.0.26/src/sedml/
H A DSedAnalysis.cpp433 SedAnalysis::addExpectedAttributes(LIBSBML_CPP_NAMESPACE_QUALIFIER in addExpectedAttributes() function in SedAnalysis
436 SedSimulation::addExpectedAttributes(attributes); in addExpectedAttributes()
H A DSedLeastSquareObjectiveFunction.cpp458 SedLeastSquareObjectiveFunction::addExpectedAttributes(LIBSBML_CPP_NAMESPACE_QUALIFIER in addExpectedAttributes() function in SedLeastSquareObjectiveFunction
461 SedObjective::addExpectedAttributes(attributes); in addExpectedAttributes()
H A DSedRemoveXML.cpp431 SedRemoveXML::addExpectedAttributes(LIBSBML_CPP_NAMESPACE_QUALIFIER in addExpectedAttributes() function in SedRemoveXML
434 SedChange::addExpectedAttributes(attributes); in addExpectedAttributes()
H A DSedSteadyState.cpp433 SedSteadyState::addExpectedAttributes(LIBSBML_CPP_NAMESPACE_QUALIFIER in addExpectedAttributes() function in SedSteadyState
436 SedSimulation::addExpectedAttributes(attributes); in addExpectedAttributes()
/dports/biology/libsedml/libSEDML-2.0.26/src/sedml/
H A DSedAnalysis.cpp433 SedAnalysis::addExpectedAttributes(LIBSBML_CPP_NAMESPACE_QUALIFIER in addExpectedAttributes() function in SedAnalysis
436 SedSimulation::addExpectedAttributes(attributes); in addExpectedAttributes()
H A DSedLeastSquareObjectiveFunction.cpp458 SedLeastSquareObjectiveFunction::addExpectedAttributes(LIBSBML_CPP_NAMESPACE_QUALIFIER in addExpectedAttributes() function in SedLeastSquareObjectiveFunction
461 SedObjective::addExpectedAttributes(attributes); in addExpectedAttributes()
H A DSedRemoveXML.cpp431 SedRemoveXML::addExpectedAttributes(LIBSBML_CPP_NAMESPACE_QUALIFIER in addExpectedAttributes() function in SedRemoveXML
434 SedChange::addExpectedAttributes(attributes); in addExpectedAttributes()
H A DSedSteadyState.cpp433 SedSteadyState::addExpectedAttributes(LIBSBML_CPP_NAMESPACE_QUALIFIER in addExpectedAttributes() function in SedSteadyState
436 SedSimulation::addExpectedAttributes(attributes); in addExpectedAttributes()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/fbc/sbml/
H A DGeneAssociation.cpp126 addExpectedAttributes(ea); in GeneAssociation()
470 GeneAssociation::addExpectedAttributes(ExpectedAttributes& attributes) in addExpectedAttributes() function in GeneAssociation
472 SBase::addExpectedAttributes(attributes); in addExpectedAttributes()

12345678910>>...28