Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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.cc1468 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()