Home
last modified time | relevance | path

Searched full:protobufjs (Results 1 – 25 of 25) sorted by relevance

/external/grpc-grpc/examples/node/
Dpackage-lock.json26 "protobufjs": "^6.9.0", string
109 "protobufjs": "^6.8.6" string
112 "@protobufjs/aspromise": {
114 "resolved": "https://registry.npmjs.org/@protobufjs/aspromise/-/aspromise-1.1.2.tgz",
117 "@protobufjs/base64": {
119 "resolved": "https://registry.npmjs.org/@protobufjs/base64/-/base64-1.1.2.tgz",
122 "@protobufjs/codegen": {
124 "resolved": "https://registry.npmjs.org/@protobufjs/codegen/-/codegen-2.0.4.tgz",
127 "@protobufjs/eventemitter": {
129 "resolved": "https://registry.npmjs.org/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz",
[all …]
/external/perfetto/infra/perfetto.dev/
Dpnpm-lock.yaml37 protobufjs:
47 /@protobufjs/aspromise@1.1.2:
51 /@protobufjs/base64@1.1.2:
55 /@protobufjs/codegen@2.0.4:
59 /@protobufjs/eventemitter@1.1.0:
63 /@protobufjs/fetch@1.1.0:
66 '@protobufjs/aspromise': 1.1.2
67 '@protobufjs/inquire': 1.1.0
70 /@protobufjs/float@1.0.2:
74 /@protobufjs/inquire@1.1.0:
[all …]
Dpackage.json21 "protobufjs": "^6.9.0" string
/external/flatbuffers/
Dyarn.lock32 protobufjs "6.8.8"
94 "@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2":
96 …resolved "https://registry.yarnpkg.com/@protobufjs/aspromise/-/aspromise-1.1.2.tgz#9b8b0cc663d669a…
99 "@protobufjs/base64@^1.1.2":
101 …resolved "https://registry.yarnpkg.com/@protobufjs/base64/-/base64-1.1.2.tgz#4c85730e59b9a1f1f3490…
104 "@protobufjs/codegen@^2.0.4":
106 …resolved "https://registry.yarnpkg.com/@protobufjs/codegen/-/codegen-2.0.4.tgz#7ef37f0d010fb028ad1…
109 "@protobufjs/eventemitter@^1.1.0":
111 …resolved "https://registry.yarnpkg.com/@protobufjs/eventemitter/-/eventemitter-1.1.0.tgz#355cbc98b…
114 "@protobufjs/fetch@^1.1.0":
[all …]
/external/perfetto/infra/perfetto.dev/src/
Dgen_proto_reference.js19 const protobufjs = require('protobufjs'); constant
60 while (cur && cur.parent != cur && cur.parent instanceof protobufjs.Type) {
69 console.assert(pType instanceof protobufjs.ReflectionObject);
88 if (pType instanceof protobufjs.Enum) {
140 const parser = new protobufjs.Root();
/external/perfetto/ui/
Dpackage.json17 "@protobufjs/base64": "^1.1.2",
18 "@protobufjs/utf8": "^1.1.0",
41 "protobufjs": "^7.2.5", string
42 "protobufjs-cli": "^1.1.2",
Dpnpm-lock.yaml29 '@protobufjs/base64':
32 '@protobufjs/utf8':
101 protobufjs:
104 protobufjs-cli:
106 version: 1.1.2(protobufjs@7.2.5)
982 /@protobufjs/aspromise@1.1.2:
986 /@protobufjs/base64@1.1.2:
990 /@protobufjs/codegen@2.0.4:
994 /@protobufjs/eventemitter@1.1.0:
998 /@protobufjs/fetch@1.1.0:
[all …]
/external/perfetto/ui/src/trace_processor/
Dengine.ts52 // This is used to skip the decoding of queryResult from protobufjs and deal
159 // Here we override the protobufjs-generated code to skip the parsing of the
163 // TPM_QUERY_STREAMING, we want protobufjs to decode the proto bytes and
169 // 1. We avoid protobufjs decoding the TraceProcessorRpc.query_result field.
175 // All this works only if protobufjs returns the original ArrayBuffer
178 // behavioral changes of protobufjs. We don't want to accidentally
179 // hold onto some internal protobufjs buffer. We are fine holding
Dproto_ring_buffer_unittest.ts15 import protobuf from 'protobufjs/minimal';
40 // For whatever reason the object returned by protobufjs' Writer cannot be
Dwasm_engine_proxy.ts67 // We deliberately don't use a transfer list because protobufjs reuses the
Dquery_result.ts53 import protobuf from 'protobufjs/minimal';
79 // https://github.com/protobufjs/protobuf.js/blob/56b1e64979dae757b67a21d326e16acee39f2267/src/read…
636 // protobufjs's bytes() under the hoods calls slice() and creates
/external/protobuf/benchmarks/protobuf.js/
Dprotobufjs_benchmark.js19 console.log("ProtobufJs Benchmark: ");
35 benchmarkDataset.messageName, filename, "protobufjs");
/external/cronet/third_party/protobuf/benchmarks/protobuf.js/
Dprotobufjs_benchmark.js19 console.log("ProtobufJs Benchmark: ");
35 benchmarkDataset.messageName, filename, "protobufjs");
/external/perfetto/ui/src/base/
Dstatic_initializers.ts29 import protobuf from 'protobufjs/minimal';
49 // See also https://github.com/protobufjs/protobuf.js/issues/1253 .
Dstring_utils.ts19 } from '@protobufjs/base64';
24 } from '@protobufjs/utf8';
Darray_buffer_builder.ts15 import {length as utf8Len, write as utf8Write} from '@protobufjs/utf8';
/external/perfetto/ui/config/
Drollup.config.js48 // Protobufjs's inquire() uses eval but that's not really needed in
49 // the browser. https://github.com/protobufjs/protobuf.js/issues/593
/external/perfetto/tools/
Dnode36 # Rationale for adding $ROOT_DIR/tools: some packages (notably protobufjs)
/external/perfetto/ui/src/common/
Dmetatracing.ts17 import protobuf from 'protobufjs/minimal';
/external/pigweed/
Dpackage-lock.json842 "protobufjs": "^6.10.0", string
858 "node_modules/@grpc/proto-loader/node_modules/protobufjs": {
864 "@protobufjs/aspromise": "^1.1.2",
865 "@protobufjs/base64": "^1.1.2",
866 "@protobufjs/codegen": "^2.0.4",
867 "@protobufjs/eventemitter": "^1.1.0",
868 "@protobufjs/fetch": "^1.1.0",
869 "@protobufjs/float": "^1.0.2",
870 "@protobufjs/inquire": "^1.1.0",
871 "@protobufjs/path": "^1.1.2",
[all …]
/external/perfetto/ui/src/controller/
Dadb_socket_controller.ts15 import protobuf from 'protobufjs/minimal';
Drecord_controller.ts15 import {Message, Method, rpc, RPCImplCallback} from 'protobufjs';
/external/perfetto/ui/src/common/recordingV2/
Dtraced_tracing_session.ts15 import protobuf from 'protobufjs/minimal';
/external/cronet/third_party/protobuf/benchmarks/
DMakefile.am567 @echo 'sed -i "s/protobufjs/.\/protobuf.js/g" generated_bundle_code.js' >> pbjs-benchmark
/external/protobuf/benchmarks/
DMakefile.am567 @echo 'sed -i "s/protobufjs/.\/protobuf.js/g" generated_bundle_code.js' >> pbjs-benchmark