Searched refs:strict_read_ (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() 64 container_limit_(container_limit), strict_read_(strict_read), in TBinaryProtocolT() 81 strict_read_ = strict_read; in setStrict() 209 bool strict_read_; variable 224 : string_limit_(0), container_limit_(0), strict_read_(false), strict_write_(true) in TBinaryProtocolFactoryT() 231 strict_read_(strict_read), strict_write_(strict_write) in TBinaryProtocolFactoryT() 249 strict_read_ = strict_read; in setStrict() 260 specific_trans, string_limit_, container_limit_, strict_read_, in getProtocol() 264 trans, string_limit_, container_limit_, strict_read_, in getProtocol() 274 bool strict_read_; variable
|