| /third_party/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/ |
| D | FlatBuffersVectorsTests.swift | 33 …XCTAssertEqual(b.sizedByteArray, [4, 0, 0, 0, 2, 0, 0, 0, 48, 0, 0, 0, 16, 0, 0, 0, 0, 0, 10, 0, 1… in testCreatingTwoCountries() 41 …XCTAssertEqual(b.sizedByteArray, [4, 0, 0, 0, 5, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 3, 0, 0, 0, 4, 0… in testCreateIntArray() 49 XCTAssertEqual(b.sizedByteArray, [4, 0, 0, 0, 0, 0, 0, 0]) in testCreateEmptyIntArray() 57 …XCTAssertEqual(b.sizedByteArray, [4, 0, 0, 0, 2, 0, 0, 0, 20, 0, 0, 0, 4, 0, 0, 0, 6, 0, 0, 0, 78,… in testCreateVectorOfStrings() 70 …XCTAssertEqual(b.sizedByteArray, [4, 0, 0, 0, 4, 0, 0, 0, 28, 0, 0, 0, 12, 0, 0, 0, 20, 0, 0, 0, 4… in testCreateSharedStringVector() 79 let number = Numbers.getRootAsNumbers(ByteBuffer(bytes: b.sizedByteArray)) in testReadInt32Array() 89 let number = Numbers.getRootAsNumbers(ByteBuffer(bytes: b.sizedByteArray)) in testReadDoubleArray()
|
| D | FlatbuffersDoubleTests.swift | 29 XCTAssertEqual(b.sizedByteArray, v) in testCreateFinish() 37 XCTAssertEqual(b.sizedByteArray, v) in testCreateFinishWithPrefix()
|
| D | FlatBuffersTests.swift | 58 XCTAssertEqual(b.sizedByteArray, v) in testCreateFinish() 66 XCTAssertEqual(b.sizedByteArray, v) in testCreateFinishWithPrefix()
|
| D | FlatBuffersMonsterWriterTests.swift | 44 …XCTAssertEqual(bytes.sizedByteArray, [48, 0, 0, 0, 77, 79, 78, 83, 0, 0, 0, 0, 36, 0, 72, 0, 40, 0… in testCreateMonster() 52 …XCTAssertEqual(bytes.sizedByteArray, [48, 0, 0, 0, 77, 79, 78, 83, 0, 0, 0, 0, 36, 0, 72, 0, 40, 0… in testCreateMonsterResizedBuffer() 58 …XCTAssertEqual(bytes.sizedByteArray, [44, 1, 0, 0, 44, 0, 0, 0, 77, 79, 78, 83, 36, 0, 72, 0, 40, … in testCreateMonsterPrefixed()
|
| D | FlatBuffersUnionTests.swift | 36 let buffer = b.sizedByteArray in testCreateMonstor() 74 …XCTAssertEqual(builder.sizedByteArray, [32, 0, 0, 0, 0, 0, 26, 0, 48, 0, 36, 0, 0, 0, 34, 0, 28, 0… in testEndTableFinish() 86 …XCTAssertEqual(builder.sizedByteArray, [12, 0, 0, 0, 0, 0, 6, 0, 8, 0, 4, 0, 6, 0, 0, 0, 4, 0, 0, … in testEnumVector()
|
| /third_party/flatbuffers/tests/docker/ |
| D | TODO.Dockerfile.testing.php.hhvm_2019_01_16 | 5 # #0 /code/tests/phpTest.php(277): Google\FlatBuffers\FlatbufferBuilder->sizedByteArray()
|
| /third_party/flatbuffers/java/com/google/flatbuffers/ |
| D | FlatBufferBuilder.java | 1067 public byte[] sizedByteArray(int start, int length){ in sizedByteArray() method in FlatBufferBuilder 1080 public byte[] sizedByteArray() { in sizedByteArray() method in FlatBufferBuilder 1081 return sizedByteArray(space, bb.capacity() - space); in sizedByteArray()
|
| /third_party/flatbuffers/samples/ |
| D | sample_binary.swift | 59 let buf = builder.sizedByteArray in main()
|
| /third_party/flatbuffers/tests/ |
| D | KotlinTest.kt | 180 val fbb1Bytes = fbb1.sizedByteArray() in TestNestedFlatBuffer() 271 val array = fbb.sizedByteArray() in TestSizedInputStream()
|
| D | phpTest.php | 277 $view = Google\FlatBuffers\ByteBuffer::wrap($builder->sizedByteArray());
|
| D | JavaTest.java | 230 byte[] fbb1Bytes = fbb1.sizedByteArray(); in TestNestedFlatBuffer() 327 byte[] array = fbb.sizedByteArray(); in TestSizedInputStream()
|
| /third_party/flatbuffers/php/ |
| D | FlatbufferBuilder.php | 964 public function sizedByteArray() function in Google\\FlatBuffers\\FlatbufferBuilder
|
| /third_party/flatbuffers/swift/Sources/FlatBuffers/ |
| D | FlatBufferBuilder.swift | 62 public var sizedByteArray: [UInt8] { variable
|
| /third_party/flatbuffers/docs/source/ |
| D | Tutorial.md | 2037 byte[] buf = builder.sizedByteArray(); 2048 val buf = builder.sizedByteArray() 2146 // `sizedByteArray` returns the finished buf of type [UInt8]. 2147 let buf = builder.sizedByteArray
|