Home
last modified time | relevance | path

Searched refs:StringStringDictionarySerializer (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-updates/ios/Tests/
H A DStringStringDictionarySerializerSpec.swift11 …expect(try StringStringDictionarySerializer.serialize(dictionary: ["hello": "world"])) == "hello=\… in spec()
12 …expect(try StringStringDictionarySerializer.serialize(dictionary: ["*hello": "world"])) == "*hello… in spec()
13 … expect(try StringStringDictionarySerializer.serialize(dictionary: ["*_-.*": ""])) == "*_-.*=\"\"" in spec()
16 …expect(try StringStringDictionarySerializer.serialize(dictionary: ["test": "\\test\""])) == "test=… in spec()
20 try StringStringDictionarySerializer.serialize(dictionary: ["": "world"]) in spec()
25 try StringStringDictionarySerializer.serialize(dictionary: ["Hello": "world"]) in spec()
30 try StringStringDictionarySerializer.serialize(dictionary: ["Hello": "world"]) in spec()
35 try StringStringDictionarySerializer.serialize(dictionary: ["Hell&o": "world"]) in spec()
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DStringStringDictionarySerializer.swift33 public class StringStringDictionarySerializer { class
H A DFileDownloader.swift241 …extraHeaders["Expo-Extra-Params"] = try StringStringDictionarySerializer.serialize(dictionary: ext…
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DStringStringDictionarySerializer.swift33 public class StringStringDictionarySerializer { class
H A DFileDownloader.swift241 …extraHeaders["Expo-Extra-Params"] = try StringStringDictionarySerializer.serialize(dictionary: ext…
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/Database/
H A DUpdatesDatabase.swift558 _ = try StringStringDictionarySerializer.serialize(dictionary: extraParamsToWrite) in setExtraParam()
/expo/packages/expo-updates/ios/EXUpdates/Database/
H A DUpdatesDatabase.swift558 _ = try StringStringDictionarySerializer.serialize(dictionary: extraParamsToWrite) in setExtraParam()