Home
last modified time | relevance | path

Searched defs:protoCollection (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_web/webconsole/common/
H A Ddevice.ts26 const protoCollection = await createDefaultProtoCollection(); constant
/aosp_15_r20/external/pigweed/ts/
H A Dindex_test.ts38 const protoCollection = new ProtoCollection(); constant
/aosp_15_r20/external/pigweed/pw_rpc/ts/
H A Dclient_test.ts41 let protoCollection: ProtoCollection; variable
154 let protoCollection: ProtoCollection; variable
H A Ddescriptors_test.ts26 const protoCollection = new ProtoCollection(); constant
/aosp_15_r20/external/pigweed/ts/device/
H A Dindex.ts57 private protoCollection: ProtoCollection; property in Device