Searched refs:addRepeatedBytesIterable (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/js/experimental/runtime/testing/binary/ |
D | test_message.js | 1668 addRepeatedBytesIterable(fieldNumber, values) { method in TestMessage 1669 this.kernel_.addRepeatedBytesIterable(fieldNumber, values);
|
/third_party/protobuf/js/experimental/benchmarks/code_size/kernel/ |
D | all_types.js | 27 message.addRepeatedBytesIterable(1, [ByteString.EMPTY]);
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | kernel_repeated_test.js | 6525 accessor.addRepeatedBytesIterable(1, [value1]); 6527 accessor.addRepeatedBytesIterable(1, [value2]); 6565 accessor.addRepeatedBytesIterable(1, [value1]); 6566 accessor.addRepeatedBytesIterable(1, [value2]); 6633 expect(() => accessor.addRepeatedBytesIterable(1, [fakeBytes])) 6640 accessor.addRepeatedBytesIterable(1, [fakeBytes]);
|
D | kernel.js | 3894 addRepeatedBytesIterable(fieldNumber, values) { method in Kernel 3928 this.addRepeatedBytesIterable(fieldNumber, [value]);
|