Home
last modified time | relevance | path

Searched defs:Table (Results 1 – 2 of 2) sorted by relevance

/test/ostest/wukong/report/src/
Dtable.cpp21 Table::Table(std::vector<std::string> cloumn_header, std::vector<std::vector<std::string>> record) in Table() function in OHOS::WuKong::Table
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/
Djsvm_utils.cpp493 auto Table = jsvm::GetProperty(jsvm::Global("WebAssembly"), "Table"); in IsWebAssemblyTable() local