Searched refs:column_id (Results 1 – 9 of 9) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/ |
D | shard_column.cc | 87 auto column_id = column_name_id_[column_name]; in GetColumnTypeByName() local 88 *column_data_type = column_data_type_[column_id]; in GetColumnTypeByName() 90 *column_shape = column_shape_[column_id]; in GetColumnTypeByName() 106 auto column_id = column_name_id_[column_name]; in GetColumnValueByName() local 107 *column_data_type = column_data_type_[column_id]; in GetColumnValueByName() 109 *column_shape = column_shape_[column_id]; in GetColumnValueByName() 130 auto column_id = column_name_id_[column_name]; in GetColumnFromJson() local 131 auto column_data_type = column_data_type_[column_id]; in GetColumnFromJson() 251 auto column_id = column_name_id_[column_name]; in GetColumnFromBlob() local 252 RETURN_IF_NOT_OK(GetColumnAddressInBlock(column_id, columns_blob, n_bytes, &offset_address)); in GetColumnFromBlob() [all …]
|
/third_party/boost/libs/regex/performance/ |
D | table_helper.cpp | 213 unsigned column_id = 1001u; in add_cell() local 218 column_id = i; in add_cell() 222 if(column_id > 1000) in add_cell() 230 column_id = table_data[0].size() - 1; in add_cell() 262 if(i == column_id) in add_cell()
|
/third_party/boost/libs/math/reporting/performance/ |
D | table_helper.cpp | 223 unsigned column_id = 1001u; in add_cell() local 228 column_id = i; in add_cell() 232 if(column_id > 1000) in add_cell() 240 column_id = table_data[0].size() - 1; in add_cell() 272 if(i == column_id) in add_cell()
|
/third_party/boost/libs/math/reporting/accuracy/ |
D | handle_test_result.hpp | 185 unsigned column_id = 1001u; in add_cell() local 190 column_id = i; in add_cell() 194 if(column_id > 1000) in add_cell() 202 column_id = table_data[0].size() - 1; in add_cell() 230 std::string& s = table_data[row_id][column_id]; in add_cell()
|
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/ |
D | shard_column.h | 119 …Status GetColumnAddressInBlock(const uint64_t &column_id, const std::vector<uint8_t> &columns_blob, 130 …static Status UncompressInt(const uint64_t &column_id, std::unique_ptr<unsigned char[]> *const dat…
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui_tables.cpp | 1168 ImGuiID column_id = TableGetColumnResizeID(table, column_n, table->InstanceCurrent); in TableUpdateBorders() local 1171 KeepAliveID(column_id); in TableUpdateBorders() 1174 …bool pressed = ButtonBehavior(hit_rect, column_id, &hovered, &held, ImGuiButtonFlags_FlattenChildr… in TableUpdateBorders() 3988 const ImGuiID column_id = columns->ID + ImGuiID(n); in EndColumns() local 3991 KeepAliveID(column_id); in EndColumns() 3992 …if (IsClippedEx(column_hit_rect, column_id)) // FIXME: Can be removed or replaced with a lower-lev… in EndColumns() 3998 ButtonBehavior(column_hit_rect, column_id, &hovered, &held); in EndColumns()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui.cpp | 8260 const ImGuiID column_id = columns->ID + ImGuiID(n); in EndColumns() local 8263 KeepAliveID(column_id); in EndColumns() 8264 if (IsClippedEx(column_rect, column_id, false)) in EndColumns() 8270 ButtonBehavior(column_rect, column_id, &hovered, &held); in EndColumns()
|
/third_party/mesa3d/src/imgui/ |
D | imgui.cpp | 8411 const ImGuiID column_id = columns->ID + ImGuiID(n); in EndColumns() local 8414 KeepAliveID(column_id); in EndColumns() 8415 if (IsClippedEx(column_rect, column_id, false)) in EndColumns() 8421 ButtonBehavior(column_rect, column_id, &hovered, &held); in EndColumns()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 396 @@ -125,6 +125,12 @@ bool TaskManagerView::IsColumnVisible(int column_id) const { 399 void TaskManagerView::SetColumnVisibility(int column_id, bool new_visibility) { 406 tab_table_->SetColumnVisibility(column_id, new_visibility);
|