Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_column.cc87 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/
Dtable_helper.cpp213 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/
Dtable_helper.cpp223 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/
Dhandle_test_result.hpp185 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/
Dshard_column.h119 …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/
Dimgui_tables.cpp1168 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/
Dimgui.cpp8260 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/
Dimgui.cpp8411 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/
D0001-cve.patch396 @@ -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);