Home
last modified time | relevance | path

Searched refs:PropertyRegistry (Results 1 – 25 of 77) sorted by relevance

1234

/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/src/
H A Dglobal_properties.h58 …ScalarProperty* createScalarProperty(PropertyRegistry & registry, const char* name, const char * c…
79 … MatrixProperty* createYeff(PropertyRegistry & registry, const char * caller, bool sanity_checks);
80 … MatrixProperty* createGeff(PropertyRegistry & registry, const char * caller, bool sanity_checks);
81 …MatrixProperty* createCoeffRest(PropertyRegistry & registry, const char * caller, bool sanity_chec…
83 …MatrixProperty* createBetaEff(PropertyRegistry & registry, const char * caller, bool sanity_checks…
89 …MatrixProperty* createCoeffMu(PropertyRegistry & registry, const char * caller, bool sanity_checks…
91 …MatrixProperty* createCoeffStc(PropertyRegistry & registry, const char * caller, bool sanity_check…
100 MatrixProperty* createKn(PropertyRegistry & registry, const char * caller, bool sanity_checks);
101 MatrixProperty* createKt(PropertyRegistry & registry, const char * caller, bool sanity_checks);
102 …MatrixProperty* createGamman(PropertyRegistry & registry, const char * caller, bool sanity_checks);
[all …]
H A Dglobal_properties.cpp411 MatrixProperty * createYeff(PropertyRegistry & registry, const char * caller, bool) in createYeff()
441 MatrixProperty * createGeff(PropertyRegistry & registry, const char * caller, bool) in createGeff()
525 MatrixProperty * createBetaEff(PropertyRegistry & registry, const char * caller, bool) in createBetaEff()
548 MatrixProperty* createCoeffFrict(PropertyRegistry & registry, const char * caller, bool) in createCoeffFrict()
694 ScalarProperty* createSwitchModel(PropertyRegistry & registry, const char * caller, bool) in createSwitchModel()
735 MatrixProperty* createKn(PropertyRegistry & registry, const char * caller, bool) in createKn()
761 MatrixProperty* createKt(PropertyRegistry & registry, const char * caller, bool) in createKt()
768 MatrixProperty* createGamman(PropertyRegistry & registry, const char * caller, bool) in createGamman()
794 MatrixProperty* createGammat(PropertyRegistry & registry, const char * caller, bool) in createGammat()
801 MatrixProperty* createGammanAbs(PropertyRegistry & registry, const char * caller, bool) in createGammanAbs()
[all …]
H A Dproperty_registry.cpp60 PropertyRegistry::PropertyRegistry(LAMMPS* lmp) : Pointers(lmp), properties(lmp) in PropertyRegistry() function in PropertyRegistry
64 PropertyRegistry::~PropertyRegistry() in ~PropertyRegistry()
69 int PropertyRegistry::max_type() in max_type()
74 double PropertyRegistry::min_radius() in min_radius()
79 double PropertyRegistry::max_radius() in max_radius()
84 LAMMPS * PropertyRegistry::getLAMMPS() in getLAMMPS()
94 ScalarProperty * PropertyRegistry::getScalarProperty(string varname,const char *caller) in getScalarProperty()
106 VectorProperty * PropertyRegistry::getVectorProperty(string varname,const char *caller) in getVectorProperty()
186 void PropertyRegistry::connect(string varname, double & variable, const char *caller) in connect()
199 void PropertyRegistry::init() in init()
[all …]
H A Dproperty_registry.h61 class PropertyRegistry; variable
169 typedef ScalarProperty* (*ScalarPropertyCreator)(PropertyRegistry & registry, const char * caller, …
170 typedef VectorProperty* (*VectorPropertyCreator)(PropertyRegistry & registry, const char * caller, …
171 typedef MatrixProperty* (*MatrixPropertyCreator)(PropertyRegistry & registry, const char * caller, …
173 class PropertyRegistry : protected Pointers {
177 PropertyRegistry(LAMMPS* lmp);
178 ~PropertyRegistry();
H A Drolling_model_base.h63 virtual void connectToProperties(PropertyRegistry&) = 0;
78 void connectToProperties(PropertyRegistry & registry);
90 void connectToProperties(PropertyRegistry&){} in connectToProperties() argument
H A Dtangential_model_base.h63 virtual void connectToProperties(PropertyRegistry&) = 0;
78 inline void connectToProperties(PropertyRegistry & registry);
90 void connectToProperties(PropertyRegistry&){} in connectToProperties() argument
H A Dnormal_model_base.h63 virtual void connectToProperties(PropertyRegistry&) = 0;
80 inline void connectToProperties(PropertyRegistry & registry);
94 void connectToProperties(PropertyRegistry&){} in connectToProperties() argument
H A Dcohesion_model_base.h63 virtual void connectToProperties(PropertyRegistry&) = 0;
80 void connectToProperties(PropertyRegistry & registry);
93 void connectToProperties(PropertyRegistry&){} in connectToProperties() argument
H A Dsurface_model_base.h63 virtual void connectToProperties(PropertyRegistry&) = 0;
83 inline void connectToProperties(PropertyRegistry & registry);
114 inline void connectToProperties(PropertyRegistry&) {} \
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dproperty_registry.cc9 void PropertyRegistry::RegisterProperty(const AtomicString& name, in RegisterProperty()
23 void PropertyRegistry::RemoveDeclaredProperties() { in RemoveDeclaredProperties()
30 const PropertyRegistration* PropertyRegistry::Registration( in Registration()
41 bool PropertyRegistry::IsEmpty() const { in IsEmpty()
45 bool PropertyRegistry::IsInRegisteredPropertySet( in IsInRegisteredPropertySet()
50 PropertyRegistry::Iterator::Iterator( in Iterator()
64 void PropertyRegistry::Iterator::operator++() { in operator ++()
76 PropertyRegistry::RegistrationMap::ValueType
77 PropertyRegistry::Iterator::operator*() const { in operator *()
93 PropertyRegistry::Iterator PropertyRegistry::begin() const { in begin()
[all …]
H A Dcomputed_style_css_value_mapping.h14 class PropertyRegistry; variable
22 const PropertyRegistry*);
27 const PropertyRegistry*);
H A Dcomputed_style_css_value_mapping.cc39 const PropertyRegistry* registry) { in Get()
47 const PropertyRegistry* registry) { in GetVariables()
H A Dproperty_registry.h14 class CORE_EXPORT PropertyRegistry : public GarbageCollected<PropertyRegistry> {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dproperty_registry.cc9 void PropertyRegistry::RegisterProperty(const AtomicString& name, in RegisterProperty()
15 const PropertyRegistration* PropertyRegistry::Registration( in Registration()
20 PropertyRegistry::RegistrationMap::const_iterator PropertyRegistry::begin() in begin()
25 PropertyRegistry::RegistrationMap::const_iterator PropertyRegistry::end() in end()
30 void PropertyRegistry::MarkReferenced(const AtomicString& property_name) const { in MarkReferenced()
37 bool PropertyRegistry::WasReferenced(const AtomicString& property_name) const { in WasReferenced()
H A Dcomputed_style_css_value_mapping.h14 class PropertyRegistry; variable
22 const PropertyRegistry*);
27 const PropertyRegistry*);
H A Dproperty_registry.h14 class CORE_EXPORT PropertyRegistry : public GarbageCollected<PropertyRegistry> {
H A Dcomputed_style_css_value_mapping.cc39 const PropertyRegistry* registry) { in Get()
47 const PropertyRegistry* registry) { in GetVariables()
/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DPropertySet.cpp60 PropertyRegistry::iterator pos = d_properties.find(name); in removeProperty()
73 PropertyRegistry::const_iterator pos = d_properties.find(name); in getPropertyInstance()
104 PropertyRegistry::const_iterator pos = d_properties.find(name); in getPropertyHelp()
119 PropertyRegistry::const_iterator pos = d_properties.find(name); in getProperty()
134 PropertyRegistry::iterator pos = d_properties.find(name); in setProperty()
160 PropertyRegistry::const_iterator pos = d_properties.find(name); in isPropertyDefault()
176 PropertyRegistry::const_iterator pos = d_properties.find(name); in getPropertyDefault()
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DPropertySet.h222 PropertyRegistry::const_iterator pos = d_properties.find(name); in getProperty()
268 PropertyRegistry::iterator pos = d_properties.find(name); in setProperty()
318 CEGUI_MAP_ALLOC(String, Property*)> PropertyRegistry; typedef
319 PropertyRegistry d_properties;
326 typedef ConstMapIterator<PropertyRegistry> PropertyIterator;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/animation/
H A Dcss_interpolation_types_map.h17 class PropertyRegistry; variable
21 CSSInterpolationTypesMap(const PropertyRegistry* registry,
33 const PropertyRegistry* registry_;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/animation/
H A Dcss_interpolation_types_map.h17 class PropertyRegistry; variable
21 CSSInterpolationTypesMap(const PropertyRegistry* registry,
33 const PropertyRegistry* registry_;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/style/
H A Dstyle_initial_data.h18 class PropertyRegistry; variable
27 const PropertyRegistry& registry) { in Create()
47 StyleInitialData(const PropertyRegistry&);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/style/
H A Dstyle_initial_data.h18 class PropertyRegistry; variable
27 const PropertyRegistry& registry) { in Create()
51 StyleInitialData(const PropertyRegistry&);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/properties/longhands/
H A Dcustom_property.h14 class PropertyRegistry; variable
31 CustomProperty(const AtomicString& name, const PropertyRegistry*);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/properties/longhands/
H A Dcustom_property.h14 class PropertyRegistry; variable
31 CustomProperty(const AtomicString& name, const PropertyRegistry*);

1234