Ezgi Çiçek
2b1e036a15
[inferbo] Add model for NSDictionary.dictionary
...
Reviewed By: roro47
Differential Revision: D23396825
fbshipit-source-id: 3d99c5e74
4 years ago
Ezgi Çiçek
06489dced0
[cost] Add FP test for NSDictionary initialization
...
Reviewed By: roro47
Differential Revision: D23396528
fbshipit-source-id: adc1ae05f
4 years ago
Qianyi Shu
b71521a90a
[cost] add iterator support for nsdictionary
...
Summary: As title.
Reviewed By: ezgicicek
Differential Revision: D23371818
fbshipit-source-id: d894c956f
4 years ago
Qianyi Shu
829c5da6b2
[cost] add inferbo model for most common function of NSDictionary
...
Summary: As title
Reviewed By: skcho
Differential Revision: D22572603
fbshipit-source-id: d9871cc3f
4 years ago
Qianyi Shu
2756189175
[cost] add test for unmodeled inferbo functions that acts as control variable
...
Summary: Create test for the most common unmodeled function in inferbo that acts as control variable.
Reviewed By: skcho
Differential Revision: D22331168
fbshipit-source-id: 1913682db
4 years ago
Qianyi Shu
9e0d5de91d
[cost] add objc test for NSDictionary and NSMutableDictionary
...
Summary:
Add test for ```NSDictionary``` and ```NSMutableDictionary```.
```NSMutableDictionary``` is a subclass of ```NSDictionary```.
[Doc]
```NSDictionary```
https://developer.apple.com/documentation/foundation/nsdictionary?language=objc
```NSMutableDictionary```
https://developer.apple.com/documentation/foundation/nsmutabledictionary?language=objc
Reviewed By: skcho
Differential Revision: D22041942
fbshipit-source-id: d1a1aa781
5 years ago