Home
last modified time | relevance | path

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

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/dd/impl/types/
H A Dtable_impl.cc91 m_partition_type(PT_NONE), in Table_impl()
411 m_partition_type = in restore_attributes()
517 r->store(Tables::FIELD_PARTITION_TYPE, m_partition_type, in store_attributes()
518 m_partition_type == PT_NONE) || in store_attributes()
559 write_enum(w, m_partition_type, STRING_WITH_LEN("partition_type")); in serialize()
596 read_enum(&m_partition_type, val, "partition_type"); in deserialize()
654 << "m_partition_type " << m_partition_type << "; " in debug_print()
1038 m_partition_type(src.m_partition_type),
H A Dtable_impl.h240 return m_partition_type; in partition_type()
244 m_partition_type = partition_type; in set_partition_type()
564 enum_partition_type m_partition_type; variable
/dports/graphics/opencv/opencv-4.5.3/samples/opencl/
H A Dopencl-opencv-interop.cpp220 query_param(id, CL_DEVICE_PARTITION_TYPE, m_partition_type); in QueryInfo()
405 std::vector<cl_device_partition_property> m_partition_type; member in opencl::DeviceInfo