Searched defs:packedType (Results 1 – 8 of 8) sorted by relevance
| /third_party/flatbuffers/ts/flexbuffers/ |
| D | reference.ts | 17 const packedType = dataView.getUint8(len - 2); constant 27 const packedType = dataView.getUint8(_indirect + length * byteWidth + index); constant 35 …DataView, private offset: number, private parentWidth: number, private packedType: ValueType, priv… property in Reference
|
| D | value-type-util.ts | 62 export function packedType(valueType: ValueType, bitWidth: number): ValueType { function
|
| /third_party/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/ |
| D | FlexBuffers.kt | 584 val packedType = buffer[(end + size * byteWidth.value + index)].toInt() in toString() constant 740 val packedType = buffer[packedPos].toInt() in toString() constant
|
| D | FlexBuffersInternals.kt | 135 private inline fun packedType(bitWidth: BitWidth, type: FlexBufferType): Byte = in isTypedVector() method in com.google.flatbuffers.kotlin.Value
|
| /third_party/flatbuffers/java/src/main/java/com/google/flatbuffers/ |
| D | FlexBuffers.java | 233 Reference(ReadBuf bb, int end, int parentWidth, int packedType) { in Reference() 1094 int packedType = byteToUnsignedInt(bb.get((int) (end + (len * byteWidth) + index))); in get() local
|
| D | FlexBuffersBuilder.java | 753 private static byte packedType(int bitWidth, int type) { in packedType() method in FlexBuffersBuilder.Value
|
| /third_party/openhitls/testcode/sdv/testcase/tls/custom/ |
| D | test_suite_sdv_custom_extensions.c | 348 uint16_t packedType = BSL_ByteToUint16(buf); in SDV_TLS_PACK_CUSTOM_EXTENSIONS_CALLBACK_API_TC001() local
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| D | nv50_ir_lowering_nv50.cpp | 1864 DataType packedType = getPackedType(format, i); in handleSULDP() local 2031 DataType packedType = getPackedType(format, i); in handleSUSTP() local
|