mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-04 20:41:09 +00:00
[Swift] Migrates struct write APIS to write directly to the buffer (#6093)
* Migrates struct write APIS to in place APIS * Fixes indentation in grpc swift
This commit is contained in:
@@ -32,12 +32,6 @@ extension FlatBuffersStructsTests {
|
||||
// `swift test --generate-linuxmain`
|
||||
// to regenerate.
|
||||
static let __allTests__FlatBuffersStructsTests = [
|
||||
("testCreatingEnums", testCreatingEnums),
|
||||
("testCreatingStruct", testCreatingStruct),
|
||||
("testCreatingVectorStruct", testCreatingVectorStruct),
|
||||
("testCreatingVectorStructWithForcedDefaults", testCreatingVectorStructWithForcedDefaults),
|
||||
("testReadingStruct", testReadingStruct),
|
||||
("testReadingStructWithEnums", testReadingStructWithEnums),
|
||||
("testWritingAndMutatingBools", testWritingAndMutatingBools),
|
||||
]
|
||||
}
|
||||
@@ -54,6 +48,7 @@ extension FlatBuffersTests {
|
||||
("testOffset", testOffset),
|
||||
("testReadCountry", testReadCountry),
|
||||
("testStartTable", testStartTable),
|
||||
("testWriteNullableStrings", testWriteNullableStrings),
|
||||
("testWriteOptionalValues", testWriteOptionalValues),
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user