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.h61 int32_t container_limit, bool strict_read, bool strict_write) in TBinaryProtocolT() argument
65 strict_write_(strict_write) in TBinaryProtocolT()
79 void setStrict(bool strict_read, bool strict_write) in setStrict() argument
82 strict_write_ = strict_write; in setStrict()
229 bool strict_write) in TBinaryProtocolFactoryT() argument
231 strict_read_(strict_read), strict_write_(strict_write) in TBinaryProtocolFactoryT()
247 void setStrict(bool strict_read, bool strict_write) in setStrict() argument
250 strict_write_ = strict_write; in setStrict()