Home
last modified time | relevance | path

Searched defs:characterVector (Results 1 – 4 of 4) sorted by relevance

/third_party/flatbuffers/tests/swift/tests/Tests/FlatBuffers.Test.SwiftTests/
DFlatBuffersUnionTests.swift118 let characterVector = fb.createVector(ofOffsets: characters) in testUnionVector() variable
180 let characterVector = fb.createVector(ofOffsets: characters) in testStringUnion() variable
235 let characterVector = fb.createVector(ofOffsets: characters) in testEncoding() variable
DFlatbuffersVerifierTests.swift270 let characterVector = fb.createVector(ofOffsets: characters) in testValidUnionBuffer() variable
/third_party/flatbuffers/tests/
DKotlinTest.kt459 val characterVector = intArrayOf(Attacker.createAttacker(fbb, swordAttackDamage)) in TestVectorOfUnions() constant
/third_party/flatbuffers/java/src/test/java/
DJavaTest.java471 final int[] characterVector = new int[] { in TestVectorOfUnions() local