Home
last modified time | relevance | path

Searched refs:ArrayVisitor (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Djs_metadata_test.cpp137 using ArrayVisitor = const std::function<bool(const cJSON *, int)>; typedef
2144 bool VisitArrayItems(const cJSON *json, ArrayVisitor &visitor) in VisitArrayItems()