Home
last modified time | relevance | path

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

/Zephyr-latest/modules/thrift/src/thrift/protocol/
DTBinaryProtocol.h56 strict_write_(true) in TBinaryProtocolT()
65 strict_write_(strict_write) in TBinaryProtocolT()
82 strict_write_ = strict_write; in setStrict()
210 bool strict_write_; 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()
250 strict_write_ = strict_write; in setStrict()
261 strict_write_); in getProtocol()
265 strict_write_); in getProtocol()
275 bool strict_write_; variable