Home
last modified time | relevance | path

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

/development/tools/winscope/src/common/store/
Dpersistent_store_proxy.ts73 storage.add(storeKey, JSON.stringify(baseObject, stringifyMap));
83 storage.add(storeKey, JSON.stringify(baseObject, stringifyMap));
88 storage.add(storeKey, JSON.stringify(baseObject, stringifyMap));
153 export function stringifyMap(key: string, value: any) { function
/development/tools/winscope/src/viewers/common/
Dabstract_hierarchy_viewer_presenter.ts20 import {parseMap, stringifyMap} from 'common/store/persistent_store_proxy';
285 this.storage.add(storeKey, JSON.stringify(preset, stringifyMap));