Home
last modified time | relevance | path

Searched refs:writeFloatArray (Results 1 – 9 of 9) sorted by relevance

/external/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
DFlexBuffersBuilder.kt289 setTypedVector(key, value.size, T_VECTOR_FLOAT, W_32) { writeFloatArray(value) } in put()
305 setTypedVector(key, value.size, T_VECTOR_FLOAT, W_64) { writeFloatArray(value) } in put()
561 private fun writeFloatArray(value: FloatArray) { in writeFloatArray() method
569 private fun writeFloatArray(value: DoubleArray) { in writeFloatArray() method in com.google.flatbuffers.kotlin.FlexBuffersBuilder
/external/cronet/third_party/protobuf/objectivec/
DGPBCodedOutputStream.h220 - (void)writeFloatArray:(int32_t)fieldNumber
DGPBCodedOutputStream.m486 - (void)writeFloatArray:(int32_t)fieldNumber
DGPBMessage.m1467 [output writeFloatArray:fieldNumber values:array tag:tag];
/external/protobuf/objectivec/
DGPBCodedOutputStream.h220 - (void)writeFloatArray:(int32_t)fieldNumber
DGPBCodedOutputStream.m486 - (void)writeFloatArray:(int32_t)fieldNumber
DGPBMessage.m1467 [output writeFloatArray:fieldNumber values:array tag:tag];
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowParcelTest.java188 parcel.writeFloatArray(floats); in testReadWriteFloatArray()
197 parcel.writeFloatArray(null); in testWriteAndCreateNullFloatArray()
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowParcelTest.java449 parcel.writeFloatArray(floats); in testReadWriteFloatArray()
458 parcel.writeFloatArray(null); in testWriteAndCreateNullFloatArray()