Home
last modified time | relevance | path

Searched defs:Rows (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Dtransaction.h55 using Rows = std::vector<Row>; variable
H A Drdb_store.h110 using Rows = std::vector<Row>; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dinput_manager.cpp224 int32_t InputManager::SetMouseScrollRows(int32_t Rows) in SetMouseScrollRows()
229 int32_t InputManager::GetMouseScrollRows(int32_t &Rows) in GetMouseScrollRows()
/ohos5.0/commonlibrary/ets_utils/js_sys_module/console/
H A Dconsole.cpp351 void Console::PrintRows(napi_env env, napi_value Rows, std::vector<size_t> columnWidths, size_t ind… in PrintRows()