Home
last modified time | relevance | path

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

/commonlibrary/utils_lite/include/
Dutils_list.h579 #define UTILS_ListPeekHeadType(list, type, element) \ argument
590 #define UTILS_ListRemoveHeadType(list, type, element) \ argument
602 #define UTILS_ListNextType(list, item, type, element) \ argument
/commonlibrary/ets_utils/js_api_module/convertxml/test/
Dtest_convertxml.cpp146 napi_value element = nullptr; variable
186 napi_value element = nullptr; variable
226 napi_value element = nullptr; variable
264 napi_value element = nullptr; variable
302 napi_value element = nullptr; variable
/commonlibrary/ets_utils/js_sys_module/console/
Dconsole.cpp308 napi_value element = nullptr; in RenderHead() local
330 std::string Console::GetStringAndStringWidth(napi_env env, napi_value element, size_t& stringLen) in GetStringAndStringWidth()
354 napi_value element = nullptr; in PrintRows() local
383 napi_value element = nullptr; in GraphTable() local
392 napi_value element = nullptr; in GraphTable() local
/commonlibrary/ets_utils/js_concurrent_module/common/helper/
Dpath_helper.h192 char element = recordName[i]; in SplitNormalizedRecordName() local
/commonlibrary/ets_utils/js_sys_module/test/
Dtest_process.cpp370 napi_value element = nullptr; variable
/commonlibrary/rust/ylong_json/src/
Dlinked_list.rs285 element: T, field