Home
last modified time | relevance | path

Searched refs:truncate_string_field_longer_than_ (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtext_format.h231 truncate_string_field_longer_than_ = truncate_string_field_longer_than; in SetTruncateStringFieldLongerThan()
301 int64 truncate_string_field_longer_than_; variable
Dtext_format.cc1436 truncate_string_field_longer_than_(0LL) { in Printer()
1790 if (truncate_string_field_longer_than_ > 0 && in PrintFieldValue()
1791 truncate_string_field_longer_than_ < value.size()) { in PrintFieldValue()
1792 truncated_value = value.substr(0, truncate_string_field_longer_than_) + in PrintFieldValue()