Searched defs:Rows (Results 1 – 4 of 4) sorted by relevance
55 using Rows = std::vector<Row>; variable
110 using Rows = std::vector<Row>; variable
224 int32_t InputManager::SetMouseScrollRows(int32_t Rows) in SetMouseScrollRows()229 int32_t InputManager::GetMouseScrollRows(int32_t &Rows) in GetMouseScrollRows()
351 void Console::PrintRows(napi_env env, napi_value Rows, std::vector<size_t> columnWidths, size_t ind… in PrintRows()