Home
last modified time | relevance | path

Searched refs:ConfigOptionVector (Results 1 – 10 of 10) sorted by relevance

/dports/www/squid/squid-4.15/src/
H A DConfigOption.cc14 ConfigOptionVector::~ConfigOptionVector() in ~ConfigOptionVector()
23 ConfigOptionVector::parse(char const *option, const char *value, int isaReconfig) in parse()
38 ConfigOptionVector::dump(StoreEntry * e) const in dump()
H A DConfigOption.h28 class ConfigOptionVector : public ConfigOption
32 virtual ~ConfigOptionVector();
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DConfig.hpp322 class ConfigOptionVector : public ConfigOptionVectorBase class
325 ConfigOptionVector() {} in ConfigOptionVector() function in Slic3r::ConfigOptionVector
336 assert(dynamic_cast<const ConfigOptionVector<T>*>(rhs)); in set()
426 assert(dynamic_cast<const ConfigOptionVector<T>*>(&rhs)); in operator ==()
460 auto rhs_vec = static_cast<const ConfigOptionVector<T>*>(rhs); in apply_override()
536 ConfigOptionFloatsTempl() : ConfigOptionVector<double>() {} in ConfigOptionFloatsTempl()
686 class ConfigOptionIntsTempl : public ConfigOptionVector<int>
689 ConfigOptionIntsTempl() : ConfigOptionVector<int>() {} in ConfigOptionIntsTempl()
803 ConfigOptionStrings() : ConfigOptionVector<std::string>() {} in ConfigOptionStrings()
1153 class ConfigOptionPoints : public ConfigOptionVector<Vec2d>
[all …]
H A DConfig.cpp548 assert(dynamic_cast<const ConfigOptionVector<unsigned char>*>(optdef->default_value.get())); in set_deserialize_raw()
1007 CEREAL_REGISTER_TYPE(Slic3r::ConfigOptionVector<double>)
1008 CEREAL_REGISTER_TYPE(Slic3r::ConfigOptionVector<int>)
1009 CEREAL_REGISTER_TYPE(Slic3r::ConfigOptionVector<std::string>)
1010 CEREAL_REGISTER_TYPE(Slic3r::ConfigOptionVector<Slic3r::Vec2d>)
1011 CEREAL_REGISTER_TYPE(Slic3r::ConfigOptionVector<unsigned char>)
1043 CEREAL_REGISTER_POLYMORPHIC_RELATION(Slic3r::ConfigOptionVectorBase, Slic3r::ConfigOptionVector<dou…
1044 CEREAL_REGISTER_POLYMORPHIC_RELATION(Slic3r::ConfigOptionVectorBase, Slic3r::ConfigOptionVector<int…
1049 CEREAL_REGISTER_POLYMORPHIC_RELATION(Slic3r::ConfigOptionVector<double>, Slic3r::ConfigOptionFloats)
1052 CEREAL_REGISTER_POLYMORPHIC_RELATION(Slic3r::ConfigOptionVector<int>, Slic3r::ConfigOptionInts)
[all …]
H A DPrintConfig.cpp3557 for (double v : static_cast<const ConfigOptionVector<double>*>(opt)->values) in validate()
3570 for (int v : static_cast<const ConfigOptionVector<int>*>(opt)->values) in validate()
/dports/www/squid/squid-4.15/src/fs/ufs/
H A DUFSSwapDir.h21 class ConfigOptionVector; variable
147 mutable ConfigOptionVector *currentIOOptions;
H A DUFSSwapDir.cc252 currentIOOptions = new ConfigOptionVector(); in getOptionTree()
313 currentIOOptions(new ConfigOptionVector()), in UFSSwapDir()
/dports/www/squid/squid-4.15/src/store/
H A DDisk.cc260 ConfigOptionVector *result = new ConfigOptionVector; in getOptionTree()
/dports/www/squid/squid-4.15/src/DiskIO/DiskDaemon/
H A DDiskdIOStrategy.cc425 ConfigOptionVector *result = new ConfigOptionVector; in getOptionTree()
/dports/www/squid/squid-4.15/src/fs/rock/
H A DRockSwapDir.cc379 ConfigOptionVector *vector = dynamic_cast<ConfigOptionVector*>(copt); in getOptionTree()