| /external/grpc-grpc/examples/node/ |
| D | package-lock.json | 26 "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/ |
| D | pnpm-lock.yaml | 37 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 …]
|
| D | package.json | 21 "protobufjs": "^6.9.0" string
|
| /external/flatbuffers/ |
| D | yarn.lock | 32 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/ |
| D | gen_proto_reference.js | 19 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/ |
| D | package.json | 17 "@protobufjs/base64": "^1.1.2", 18 "@protobufjs/utf8": "^1.1.0", 41 "protobufjs": "^7.2.5", string 42 "protobufjs-cli": "^1.1.2",
|
| D | pnpm-lock.yaml | 29 '@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/ |
| D | engine.ts | 52 // 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
|
| D | proto_ring_buffer_unittest.ts | 15 import protobuf from 'protobufjs/minimal'; 40 // For whatever reason the object returned by protobufjs' Writer cannot be
|
| D | wasm_engine_proxy.ts | 67 // We deliberately don't use a transfer list because protobufjs reuses the
|
| D | query_result.ts | 53 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/ |
| D | protobufjs_benchmark.js | 19 console.log("ProtobufJs Benchmark: "); 35 benchmarkDataset.messageName, filename, "protobufjs");
|
| /external/cronet/third_party/protobuf/benchmarks/protobuf.js/ |
| D | protobufjs_benchmark.js | 19 console.log("ProtobufJs Benchmark: "); 35 benchmarkDataset.messageName, filename, "protobufjs");
|
| /external/perfetto/ui/src/base/ |
| D | static_initializers.ts | 29 import protobuf from 'protobufjs/minimal'; 49 // See also https://github.com/protobufjs/protobuf.js/issues/1253 .
|
| D | string_utils.ts | 19 } from '@protobufjs/base64'; 24 } from '@protobufjs/utf8';
|
| D | array_buffer_builder.ts | 15 import {length as utf8Len, write as utf8Write} from '@protobufjs/utf8';
|
| /external/perfetto/ui/config/ |
| D | rollup.config.js | 48 // 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/ |
| D | node | 36 # Rationale for adding $ROOT_DIR/tools: some packages (notably protobufjs)
|
| /external/perfetto/ui/src/common/ |
| D | metatracing.ts | 17 import protobuf from 'protobufjs/minimal';
|
| /external/pigweed/ |
| D | package-lock.json | 842 "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/ |
| D | adb_socket_controller.ts | 15 import protobuf from 'protobufjs/minimal';
|
| D | record_controller.ts | 15 import {Message, Method, rpc, RPCImplCallback} from 'protobufjs';
|
| /external/perfetto/ui/src/common/recordingV2/ |
| D | traced_tracing_session.ts | 15 import protobuf from 'protobufjs/minimal';
|
| /external/cronet/third_party/protobuf/benchmarks/ |
| D | Makefile.am | 567 @echo 'sed -i "s/protobufjs/.\/protobuf.js/g" generated_bundle_code.js' >> pbjs-benchmark
|
| /external/protobuf/benchmarks/ |
| D | Makefile.am | 567 @echo 'sed -i "s/protobufjs/.\/protobuf.js/g" generated_bundle_code.js' >> pbjs-benchmark
|