Searched refs:truncate_string_field_longer_than_ (Results 1 – 2 of 2) sorted by relevance
334 truncate_string_field_longer_than_ = truncate_string_field_longer_than; in SetTruncateStringFieldLongerThan()409 int64 truncate_string_field_longer_than_; variable
1805 truncate_string_field_longer_than_(0LL), in Printer()2342 if (truncate_string_field_longer_than_ > 0 && in PrintFieldValue()2343 truncate_string_field_longer_than_ < value.size()) { in PrintFieldValue()2344 truncated_value = value.substr(0, truncate_string_field_longer_than_) + in PrintFieldValue()