Home
last modified time | relevance | path

Searched refs:strict_read (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
64 container_limit_(container_limit), strict_read_(strict_read), in TBinaryProtocolT()
79 void setStrict(bool strict_read, bool strict_write) in setStrict() argument
81 strict_read_ = strict_read; in setStrict()
228 TBinaryProtocolFactoryT(int32_t string_limit, int32_t container_limit, bool strict_read, 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
249 strict_read_ = strict_read; in setStrict()