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.h334 truncate_string_field_longer_than_ = truncate_string_field_longer_than; in SetTruncateStringFieldLongerThan()
409 int64 truncate_string_field_longer_than_; variable
Dtext_format.cc1805 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()