Home
last modified time | relevance | path

Searched refs:putByte (Results 1 – 21 of 21) sorted by relevance

/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DBinaryWriter.java1689 UnsafeUtil.putByte(buffer, pos--, (byte) value); in writeVarint32OneByte()
1693 UnsafeUtil.putByte(buffer, pos--, (byte) (value >>> 7)); in writeVarint32TwoBytes()
1694 UnsafeUtil.putByte(buffer, pos--, (byte) ((value & 0x7F) | 0x80)); in writeVarint32TwoBytes()
1698 UnsafeUtil.putByte(buffer, pos--, (byte) (value >>> 14)); in writeVarint32ThreeBytes()
1699 UnsafeUtil.putByte(buffer, pos--, (byte) (((value >>> 7) & 0x7F) | 0x80)); in writeVarint32ThreeBytes()
1700 UnsafeUtil.putByte(buffer, pos--, (byte) ((value & 0x7F) | 0x80)); in writeVarint32ThreeBytes()
1704 UnsafeUtil.putByte(buffer, pos--, (byte) (value >>> 21)); in writeVarint32FourBytes()
1705 UnsafeUtil.putByte(buffer, pos--, (byte) (((value >>> 14) & 0x7F) | 0x80)); in writeVarint32FourBytes()
1706 UnsafeUtil.putByte(buffer, pos--, (byte) (((value >>> 7) & 0x7F) | 0x80)); in writeVarint32FourBytes()
1707 UnsafeUtil.putByte(buffer, pos--, (byte) ((value & 0x7F) | 0x80)); in writeVarint32FourBytes()
[all …]
DUnsafeUtil.java124 static void putByte(Object target, long offset, byte value) { in putByte() method in UnsafeUtil
125 MEMORY_ACCESSOR.putByte(target, offset, value); in putByte()
180 static void putByte(byte[] target, long index, byte value) { in putByte() method in UnsafeUtil
181 MEMORY_ACCESSOR.putByte(target, BYTE_ARRAY_BASE_OFFSET + index, value); in putByte()
258 static void putByte(long address, byte value) { in putByte() method in UnsafeUtil
259 MEMORY_ACCESSOR.putByte(address, value); in putByte()
551 public abstract void putByte(Object target, long offset, byte value); in putByte() method in UnsafeUtil.MemoryAccessor
599 public abstract void putByte(long address, byte value); in putByte() method in UnsafeUtil.MemoryAccessor
628 public void putByte(long address, byte value) { in putByte() method in UnsafeUtil.JvmMemoryAccessor
629 unsafe.putByte(address, value); in putByte()
[all …]
DUtf8.java1533 UnsafeUtil.putByte(out, outIx++, (byte) c); in encodeUtf8()
1543 UnsafeUtil.putByte(out, outIx++, (byte) c); in encodeUtf8()
1545 UnsafeUtil.putByte(out, outIx++, (byte) ((0xF << 6) | (c >>> 6))); in encodeUtf8()
1546 UnsafeUtil.putByte(out, outIx++, (byte) (0x80 | (0x3F & c))); in encodeUtf8()
1549 UnsafeUtil.putByte(out, outIx++, (byte) ((0xF << 5) | (c >>> 12))); in encodeUtf8()
1550 UnsafeUtil.putByte(out, outIx++, (byte) (0x80 | (0x3F & (c >>> 6)))); in encodeUtf8()
1551 UnsafeUtil.putByte(out, outIx++, (byte) (0x80 | (0x3F & c))); in encodeUtf8()
1560 UnsafeUtil.putByte(out, outIx++, (byte) ((0xF << 4) | (codePoint >>> 18))); in encodeUtf8()
1561 UnsafeUtil.putByte(out, outIx++, (byte) (0x80 | (0x3F & (codePoint >>> 12)))); in encodeUtf8()
1562 UnsafeUtil.putByte(out, outIx++, (byte) (0x80 | (0x3F & (codePoint >>> 6)))); in encodeUtf8()
[all …]
DCodedOutputStream.java1341 UnsafeUtil.putByte(buffer, position++, (byte) value); in writeUInt32NoTag()
1344 UnsafeUtil.putByte(buffer, position++, (byte) (value | 0x80)); in writeUInt32NoTag()
1347 UnsafeUtil.putByte(buffer, position++, (byte) value); in writeUInt32NoTag()
1350 UnsafeUtil.putByte(buffer, position++, (byte) (value | 0x80)); in writeUInt32NoTag()
1353 UnsafeUtil.putByte(buffer, position++, (byte) value); in writeUInt32NoTag()
1356 UnsafeUtil.putByte(buffer, position++, (byte) (value | 0x80)); in writeUInt32NoTag()
1359 UnsafeUtil.putByte(buffer, position++, (byte) value); in writeUInt32NoTag()
1362 UnsafeUtil.putByte(buffer, position++, (byte) (value | 0x80)); in writeUInt32NoTag()
1364 UnsafeUtil.putByte(buffer, position++, (byte) value); in writeUInt32NoTag()
1401 UnsafeUtil.putByte(buffer, position++, (byte) value); in writeUInt64NoTag()
[all …]
/third_party/flatbuffers/tests/MyGame/Example/
DArrayStruct.java41 builder.putByte(d_c[_idx0-1][_idx1-1]); in createArrayStruct()
43 builder.putByte(d_b[_idx0-1]); in createArrayStruct()
49 builder.putByte(c); in createArrayStruct()
DNestedStruct.java31 builder.putByte(c[_idx0-1]); in createNestedStruct()
33 builder.putByte(b); in createNestedStruct()
DVec3.kt38 builder.putByte(test3_b) in mutateX()
41 builder.putByte(test2.toByte()) in mutateX()
DVec3.java33 builder.putByte(test3_b); in createVec3()
36 builder.putByte((byte)test2); in createVec3()
DTest.kt28 builder.putByte(b) in mutateA()
DTest.java23 builder.putByte(b); in createTest()
DVec3.php88 $builder->putByte($test2);
DStructOfStructs.kt34 builder.putByte(b_b) in a()
DStructOfStructs.java29 builder.putByte(b_b); in createStructOfStructs()
DMonster.php862 $builder->putByte($data[$i]);
1033 $builder->putByte($data[$i]);
1299 $builder->putByte($data[$i]);
1675 $builder->putByte($data[$i]);
1719 $builder->putByte($data[$i]);
/third_party/flatbuffers/php/
DFlatbufferBuilder.php128 $this->bb->putByte(--$this->space, "\0");
193 public function putByte($x) function in Google\\FlatBuffers\\FlatbufferBuilder
309 $this->putByte($x);
DByteBuffer.php190 public function putByte($offset, $value) function in Google\\FlatBuffers\\ByteBuffer
/third_party/flatbuffers/tests/union_vector/
DMovie.php157 $builder->putByte($data[$i]);
/third_party/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java345 public void putByte (byte x) { bb.put (space -= Constants.SIZEOF_BYTE, x); } in putByte() method in FlatBufferBuilder
400 public void addByte (byte x) { prep(Constants.SIZEOF_BYTE, 0); putByte (x); } in addByte()
/third_party/flatbuffers/tests/
DphpTest.php343 $uut->putByte(0, "\x63"); // 99
350 $uut->putByte(1, "\x63"); // 99
/third_party/quickjs/tests/
Dtest_std.js71 f.putByte(str.charCodeAt(i));
/third_party/quickjs/doc/
Dquickjs.texi559 @item putByte(c)