Searched defs:ParameterComparator (Results 1 – 4 of 4) sorted by relevance
70 struct ParameterComparator { struct71 bool operator()(int32_t value) const { in operator ()()75 bool operator()(const int2& value) const { in operator ()()80 bool operator()(const int4& value) const { in operator ()()85 bool operator()(const std::vector<int2>& value) const { in operator ()()98 bool operator()(uint32_t value) const { in operator ()()102 bool operator()(const uint4& value) const { in operator ()()107 bool operator()(float value) const { in operator ()()111 bool operator()(float2 value) const { in operator ()()116 bool operator()(const float4& value) const { in operator ()()[all …]
9 public class ParameterComparator implements Comparator<Parameter> { class
32 struct ParameterComparator { struct34 bool operator()(const T& t) const { in operator ()()38 const Variable& p;