Lines Matching defs:const

48 	void						tokenize			(GeneratorState& state, TokenStream& str) const;
50 ExecConstValueAccess getValue (void) const { return m_value.getValue(m_type); }
55 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
80 void operator() (de::Random& rnd, float dstMin, float dstMax, float& aMin, float& aMax, float& bMin, float& bMax) const;
81 void operator() (de::Random& rnd, int dstMin, int dstMax, int& aMin, int& aMax, int& bMin, int& bMax) const;
82 void operator() (de::Random&, bool, bool, bool&, bool&, bool&, bool&) const { DE_ASSERT(DE_FALSE); }
87 template <typename T> inline T operator() (T a, T b) const { return a*b; }
98 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
104 void operator() (de::Random& rnd, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
109 template <typename T> inline T operator() (T a, T b) const { return a+b; }
120 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
126 void operator() (de::Random& rnd, T dstMin, T dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
131 template <typename T> inline T operator() (T a, T b) const { return a-b; }
142 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
156 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
164 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
169 template <typename T> inline bool operator() (T a, T b) const { return a < b; }
180 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
188 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const;
193 template <typename T> inline bool operator() (T a, T b) const { return a <= b; }
204 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
212 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const
220 template <typename T> inline bool operator() (T a, T b) const { return a > b; }
231 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
239 void operator() (de::Random& rnd, bool dstMin, bool dstMax, T& aMin, T& aMax, T& bMin, T& bMax) const
247 template <typename T> inline bool operator() (T a, T b) const { return a >= b; }
258 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
272 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
280 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);
287 static float getWeight (const GeneratorState& state, ConstValueRangeAccess valueRange);