Lines Matching +defs:get +defs:value
59 static auto& get(size_t i) in get() function
71 static auto& get(size_t i) in get() function
83 static auto& get(size_t i) in get() function
95 static auto& get(size_t i) in get() function
107 static auto& get(size_t i) in get() function
117 void nonFilteredCheck(const std::any& value, const size_t ndx) in nonFilteredCheck()
135 [](const auto& value) { return value < 4; }}); in opFilters()
156 [](const auto& value) { return value > 44; }, in opFilters()
157 [](const auto& value) { return value != 88; }}); in opFilters()
178 [](const auto& value) { return value != 0xffffffff; }, in opFilters()
179 [](const auto& value) { return value != 0; }}); in opFilters()
200 [](const auto& value) { return (value % 3) != 0; }}); in opFilters()
220 [](const auto& value) { return value != ""s; }, in opFilters()
221 [](const auto& value) { return value != "string"s; }}); in opFilters()
235 void filteredCheck(const std::any& value, const size_t ndx) in filteredCheck()