Searched refs:setRepeatedBytesElement (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/js/experimental/runtime/testing/binary/ |
D | test_message.js | 1678 setRepeatedBytesElement(fieldNumber, index, value) { method in TestMessage 1679 this.kernel_.setRepeatedBytesElement(fieldNumber, index, value);
|
/third_party/protobuf/js/experimental/benchmarks/code_size/kernel/ |
D | all_types.js | 101 message.setRepeatedBytesElement(1, 0, ByteString.EMPTY);
|
/third_party/protobuf/js/experimental/runtime/kernel/ |
D | kernel_repeated_test.js | 6537 accessor.setRepeatedBytesElement(1, 1, value1); 6575 accessor.setRepeatedBytesElement(1, 0, value2); 6576 accessor.setRepeatedBytesElement(1, 1, value1); 6682 expect(() => accessor.setRepeatedBytesElement(1, 0, fakeBytes)) 6689 accessor.setRepeatedBytesElement(1, 0, fakeBytes); 6698 expect(() => accessor.setRepeatedBytesElement(1, 1, value1)) 6705 accessor.setRepeatedBytesElement(1, 1, value1);
|
D | kernel.js | 3911 setRepeatedBytesElement(fieldNumber, index, value) { method in Kernel
|