Searched refs:target_field (Results 1 – 1 of 1) sorted by relevance
152 auto target_field = flatbuffers::GetFieldI<int32_t>(*table, field); in FilterTypeInteger() local153 … int32_t new_val = static_cast<int32_t>(std::hash<std::string>{}(std::to_string(target_field))); in FilterTypeInteger()191 auto target_field = flatbuffers::GetFieldF<float>(*table, field); in FilterTypeFloat() local192 int32_t new_val = static_cast<float>(std::hash<std::string>{}(std::to_string(target_field))); in FilterTypeFloat()225 auto target_field = flatbuffers::GetFieldI<int64_t>(*table, field); in FilterTypeLong() local226 … int64_t new_val = static_cast<int64_t>(std::hash<std::string>{}(std::to_string(target_field))); in FilterTypeLong()