Home
last modified time | relevance | path

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

/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Dprotocol.cpp22 #define DSE_PROTOCOL_VERSION_MASK 0x3F macro
65 ss << "DSEv" << (value_ & DSE_PROTOCOL_VERSION_MASK); in to_string()