Home
last modified time | relevance | path

Searched refs:ULongArray (Results 1 – 14 of 14) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffers.kt413 public fun toULongArray(): ULongArray { in toULongArray()
416 T_VECTOR_INT -> ULongArray(vec.size) { vec.getUInt(it) } in toULongArray()
417 T_VECTOR_UINT -> ULongArray(vec.size) { vec.getUInt(it) } in toULongArray()
418 T_VECTOR -> ULongArray(vec.size) { vec[it].toULong() } in toULongArray()
419 T_VECTOR_FLOAT -> ULongArray(vec.size) { vec.getFloat(it).toULong() } in toULongArray()
420 else -> ULongArray(0) in toULongArray()
H A DFlexBuffersBuilder.kt360 public fun put(value: ULongArray): Int = set(null, value) in put()
368 public operator fun set(key: String? = null, value: ULongArray): Int = in put()
/dports/devel/flatbuffers/flatbuffers-2.0.0/kotlin/flatbuffers-kotlin/src/commonMain/kotlin/com/google/flatbuffers/kotlin/
H A DFlexBuffers.kt413 public fun toULongArray(): ULongArray { in toULongArray()
416 T_VECTOR_INT -> ULongArray(vec.size) { vec.getUInt(it) } in toULongArray()
417 T_VECTOR_UINT -> ULongArray(vec.size) { vec.getUInt(it) } in toULongArray()
418 T_VECTOR -> ULongArray(vec.size) { vec[it].toULong() } in toULongArray()
419 T_VECTOR_FLOAT -> ULongArray(vec.size) { vec.getFloat(it).toULong() } in toULongArray()
420 else -> ULongArray(0) in toULongArray()
H A DFlexBuffersBuilder.kt360 public fun put(value: ULongArray): Int = set(null, value) in put()
368 public operator fun set(key: String? = null, value: ULongArray): Int = in put()
/dports/devel/open-beagle/beagle-3.0.3/beagle/include/beagle/
H A DULong.hpp59 ULongArray; typedef
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/
H A DSharedPolyApproxData.cpp546 ULongArray counters(numVars+1, 0); in assign_sobol_index_map_values()
551 ULongArray indices(numVars+1); indices[0] = 0; in assign_sobol_index_map_values()
H A Dpecos_data_types.hpp93 typedef std::vector<unsigned long> ULongArray; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/tests/MyGame/Example/
H A DMonster.kt908 fun createVectorOfWeakReferencesVector(builder: FlatBufferBuilder, data: ULongArray) : Int { in startVectorOfReferrablesVector()
927 … fun createVectorOfCoOwningReferencesVector(builder: FlatBufferBuilder, data: ULongArray) : Int { in startVectorOfStrongReferrablesVector()
937 … fun createVectorOfNonOwningReferencesVector(builder: FlatBufferBuilder, data: ULongArray) : Int { in startVectorOfCoOwningReferencesVector()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/tests/MyGame/Example/
H A DMonster.kt894 fun createVectorOfWeakReferencesVector(builder: FlatBufferBuilder, data: ULongArray) : Int { in startVectorOfReferrablesVector()
913 … fun createVectorOfCoOwningReferencesVector(builder: FlatBufferBuilder, data: ULongArray) : Int { in startVectorOfStrongReferrablesVector()
923 … fun createVectorOfNonOwningReferencesVector(builder: FlatBufferBuilder, data: ULongArray) : Int { in startVectorOfCoOwningReferencesVector()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/tests/MyGame/Example/
H A DMonster.kt969 fun createVectorOfWeakReferencesVector(builder: FlatBufferBuilder, data: ULongArray) : Int { in startVectorOfReferrablesVector()
988 … fun createVectorOfCoOwningReferencesVector(builder: FlatBufferBuilder, data: ULongArray) : Int { in startVectorOfStrongReferrablesVector()
998 … fun createVectorOfNonOwningReferencesVector(builder: FlatBufferBuilder, data: ULongArray) : Int { in startVectorOfCoOwningReferencesVector()
/dports/devel/flatbuffers/flatbuffers-2.0.0/tests/MyGame/Example/
H A DMonster.kt969 fun createVectorOfWeakReferencesVector(builder: FlatBufferBuilder, data: ULongArray) : Int { in startVectorOfReferrablesVector()
988 … fun createVectorOfCoOwningReferencesVector(builder: FlatBufferBuilder, data: ULongArray) : Int { in startVectorOfStrongReferrablesVector()
998 … fun createVectorOfNonOwningReferencesVector(builder: FlatBufferBuilder, data: ULongArray) : Int { in startVectorOfCoOwningReferencesVector()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.MetadataTransform/tests/SampleMetadataAssembly/
H A DSampleMetadata.cs401 public class ULongArray { } class in SampleMetadata.CaHolder
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/simd/
H A Dtest_simd_vector.h947 SEQAN_TYPED_TEST(SimdVectorTestGather, ULongArray) in SEQAN_TYPED_TEST() argument
/dports/devel/open-beagle/beagle-3.0.3/
H A DChangeLog183 LongArray, BoolArray, ULongArray, ShortArray and UShortArray. Type