Searched refs:truncate_string_field_longer_than_ (Results 1 – 2 of 2) sorted by relevance
231 truncate_string_field_longer_than_ = truncate_string_field_longer_than; in SetTruncateStringFieldLongerThan()301 int64 truncate_string_field_longer_than_; variable
1468 truncate_string_field_longer_than_(0LL) { in Printer()1822 if (truncate_string_field_longer_than_ > 0 && in PrintFieldValue()1823 truncate_string_field_longer_than_ < value.size()) { in PrintFieldValue()1824 truncated_value = value.substr(0, truncate_string_field_longer_than_) + in PrintFieldValue()