Searched refs:string_limit_ (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/modules/thrift/src/thrift/protocol/ |
D | TBinaryProtocol.h | 55 trans_(trans.get()), string_limit_(0), container_limit_(0), strict_read_(false), in TBinaryProtocolT() 63 trans_(trans.get()), string_limit_(string_limit), in TBinaryProtocolT() 71 string_limit_ = string_limit; in setStringSizeLimit() 205 int32_t string_limit_; variable 224 : string_limit_(0), container_limit_(0), strict_read_(false), strict_write_(true) in TBinaryProtocolFactoryT() 230 : string_limit_(string_limit), container_limit_(container_limit), in TBinaryProtocolFactoryT() 239 string_limit_ = string_limit; in setStringSizeLimit() 260 specific_trans, string_limit_, container_limit_, strict_read_, in getProtocol() 264 trans, string_limit_, container_limit_, strict_read_, in getProtocol() 272 int32_t string_limit_;
|