/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
D | FlexBuffersBuilder.kt | 58 val byteWidth = align(stack[0].elemWidth(buffer.writePosition, 0)) in finish() constant 458 val byteWidth = align(bitWidth) in setTypedVector() constant 515 val byteWidth = align(bitWidth) in writeString() constant 540 val byteWidth = align(bitWidth) in writeBlob() constant 562 val byteWidth = Float.SIZE_BYTES in writeFloatArray() constant 570 val byteWidth = Double.SIZE_BYTES in writeFloatArray() constant 622 val byteWidth = 1 shl alignment.value in align() constant 645 val byteWidth = align(bitWidth) in createKeyVector() constant 709 val byteWidth = align(bitWidth) constant
|
D | FlexBuffersInternals.kt | 154 var byteWidth = 1 in elemWidth() variable
|
D | FlexBuffers.kt | 30 val byteWidth = buffer[--end].toInt() in <lambda>() constant 45 internal val byteWidth: ByteWidth, constant in com.google.flatbuffers.kotlin.Reference 523 public val byteWidth: ByteWidth constant in com.google.flatbuffers.kotlin.Sized
|
/external/flatbuffers/ts/flexbuffers/ |
D | builder.ts | 35 const byteWidth = toByteWidth(width); constant 99 const byteWidth = this.align(bitWidth); constant 116 const byteWidth = this.align(bitWidth); constant 359 const byteWidth = this.align(bitWidth); constant 416 const byteWidth = this.align(value.elementWidth(this.offset, 0)); constant 492 const byteWidth = this.align(stackValue.width); constant 515 const byteWidth = this.align(stackValue.width); constant 538 const byteWidth = this.align(stackValue.width); constant
|
D | reference.ts | 16 const byteWidth = dataView.getUint8(len - 1); constant 19 const offset = len - byteWidth - 2; constant 32 private readonly byteWidth: number property in Reference
|
/external/flatbuffers/java/com/google/flatbuffers/ |
D | FlexBuffers.java | 154 private static int indirect(ReadBuf bb, int offset, int byteWidth) { in indirect() 160 private static long readUInt(ReadBuf buff, int end, int byteWidth) { in readUInt() 171 private static int readInt(ReadBuf buff, int end, int byteWidth) { in readInt() 176 private static long readLong(ReadBuf buff, int end, int byteWidth) { in readLong() 186 private static double readDouble(ReadBuf buff, int end, int byteWidth) { in readDouble() 215 int byteWidth = buffer.get(--end); in getRoot() local 230 private int byteWidth; field in FlexBuffers.Reference 237 Reference(ReadBuf bb, int end, int parentWidth, int byteWidth, int type) { in Reference() 635 int byteWidth; field in FlexBuffers.Object 637 Object(ReadBuf buff, int end, int byteWidth) { in Object() [all …]
|
D | FlexBuffersBuilder.java | 391 int byteWidth = align(bitWidth); in writeBlob() local 403 int byteWidth = 1 << alignment; in align() local 411 private void writeInt(long value, int byteWidth) { in writeInt() 483 int byteWidth = align(stack.get(0).elemWidth(bb.writePosition(), 0)); in finish() local 537 int byteWidth = align(bitWidth); in createVector() local 549 writeAny(stack.get(i), byteWidth); in createVector() local 562 private void writeOffset(long val, int byteWidth) { in writeOffset() 568 private void writeAny(final Value val, int byteWidth) { in writeAny() 585 private void writeDouble(double val, int byteWidth) { in writeDouble() 633 int byteWidth = align(bitWidth); in createKeyVector() local [all …]
|
/external/angle/src/libANGLE/renderer/d3d/ |
D | ProgramD3D.h | 124 unsigned int byteWidth; member
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 2608 void InitConstantBufferDesc(D3D11_BUFFER_DESC *constantBufferDescription, size_t byteWidth) in InitConstantBufferDesc()
|