Searched refs:target_field (Results 1 – 1 of 1) sorted by relevance
133 auto target_field = flatbuffers::GetFieldI<int32_t>(*table, field); in FilterTypeInteger() local134 … int32_t new_val = static_cast<int32_t>(std::hash<std::string>{}(std::to_string(target_field))); in FilterTypeInteger()170 auto target_field = flatbuffers::GetFieldF<float>(*table, field); in FilterTypeFloat() local171 int32_t new_val = static_cast<float>(std::hash<std::string>{}(std::to_string(target_field))); in FilterTypeFloat()