Searched refs:custom_size_var (Results 1 – 1 of 1) sorted by relevance
277 const auto& custom_size_var = field->GetName() + "_size"; in GenValidator() local278 s << "const auto& " << custom_size_var << " = " << field_size.dynamic_string(); in GenValidator()281 s << "if (!" << custom_size_var << ".has_value()) { return false; }"; in GenValidator()282 s << "it += *" << custom_size_var << ";"; in GenValidator()