Searched refs:calculate_label (Results 1 – 1 of 1) sorted by relevance
1684 LazyBooleanFieldDelegate(const char *label, const char *calculate_label) in LazyBooleanFieldDelegate() argument1685 : ChoicesFieldDelegate(label, 3, GetPossibleOptions(calculate_label)) {} in LazyBooleanFieldDelegate()1690 std::vector<std::string> GetPossibleOptions(const char *calculate_label) { in GetPossibleOptions() argument1692 options.push_back(calculate_label); in GetPossibleOptions()2380 const char *calculate_label) { in AddLazyBooleanField() argument2382 new LazyBooleanFieldDelegate(label, calculate_label); in AddLazyBooleanField()