Home
last modified time | relevance | path

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

/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/tests/src/integration/objects/
H A Derror_result.hpp86 size_t arg_type_length; in arg_type() local
87 EXPECT_EQ(CASS_OK, cass_error_result_arg_type(get(), index, &arg_type, &arg_type_length)); in arg_type()
88 return std::string(arg_type, arg_type_length); in arg_type()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/src/
H A Derror_response.cpp97 const char** arg_type, size_t* arg_type_length) { in cass_error_result_arg_type() argument
106 *arg_type_length = arg_type_ref.size(); in cass_error_result_arg_type()
/dports/databases/cassandra-cpp-driver/cpp-driver-2.16.0/include/
H A Dcassandra.h9708 size_t* arg_type_length);