Home
last modified time | relevance | path

Searched defs:view (Results 1 – 7 of 7) sorted by relevance

/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/dist/lib/src/interop/
DDeserializerBase.d.ts23 private view; property in DeserializerBase
/developtools/smartperf_host/smartperf_host/trace_streamer/prebuilts/patch_hiperf/
Dstring_view_util.h52 const char *Hold(STRING_VIEW view) in Hold()
/developtools/smartperf_host/smartperf_host/ide/src/hdc/message/
DTransferPayload.ts31 const view = new DataView(new ArrayBuffer(24)); constant
DPayloadHead.ts38 const view = new DataView(new ArrayBuffer(11)); constant
DSessionHandShake.ts39 const view = new DataView(new ArrayBuffer(24)); constant
/developtools/ace_ets2bundle/koala-wrapper/koalaui/interop/src/interop/
DDeserializerBase.ts24 private view: DataView property in DeserializerBase
/developtools/profiler/device/plugins/native_daemon/include/
Dutilities.h99 const char *HoldStringView(const std::string& view) in HoldStringView()