Home
last modified time | relevance | path

Searched defs:column_index (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/experimental/sql/
Dsqlite_query_connection.cc84 const DataType& data_type, int column_index, Tensor* tensor) { in FillTensorWithResultSetEntry()
/external/rust/crates/rusqlite/src/
Dcolumn.rs118 pub fn column_index(&self, name: &str) -> Result<usize> { in column_index() method
/external/rust/crates/codespan-reporting/src/
Dfiles.rs149 let column_index = column_index(source.as_ref(), line_range, byte_index); in column_number() localVariable
206 pub fn column_index(source: &str, line_range: Range<usize>, byte_index: usize) -> usize { in column_index() function
/external/mesa3d/src/imgui/
Dimgui.cpp8210 static float GetDraggedColumnOffset(ImGuiColumnsSet* columns, int column_index) in GetDraggedColumnOffset()
8227 float ImGui::GetColumnOffset(int column_index) in GetColumnOffset()
8242 static float GetColumnWidthEx(ImGuiColumnsSet* columns, int column_index, bool before_resize = fals… in GetColumnWidthEx()
8255 float ImGui::GetColumnWidth(int column_index) in GetColumnWidth()
8266 void ImGui::SetColumnOffset(int column_index, float offset) in SetColumnOffset()
8288 void ImGui::SetColumnWidth(int column_index, float width) in SetColumnWidth()
8299 void ImGui::PushColumnClipRect(int column_index) in PushColumnClipRect()
/external/libgav1/libgav1/src/tile/
Dtile.cc768 for (int column4x4 = column4x4_start_, column_index = 0; in ThreadedParseAndDecode() local
849 void Tile::DecodeSuperBlock(int row_index, int column_index, in DecodeSuperBlock()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp14706 const GLchar* column_index = 0; in getVectorValues() local