@@ -5855,67 +5855,67 @@ class cocos2d::ZipUtils {
58555855class DS_Dictionary {
58565856 DS_Dictionary () = imac 0x179900 , m1 0x13f8f8 , ios 0x160ef8 ;
58575857
5858- static void copyFile (char const * , char const * );
5858+ static void copyFile (char const * , char const * ) = m1 0x1422d0 , imac 0x17c880 , ios 0x16126c ;
58595859
5860- void addBoolValuesToMapForKey (gd::map< gd::string , bool >& , char const * , bool ) = m1 0x1469f0 ;
5861- void addBoolValuesToMapForKeySpecial (gd::map< gd::string , bool >& , char const * , bool ) = m1 0x1466c8 ;
5862- void checkCompatibility ();
5860+ void addBoolValuesToMapForKey (gd::map< gd::string , bool >& , char const * , bool ) = m1 0x1469f0 , imac 0x1817a0 , ios 0x162eec ;
5861+ void addBoolValuesToMapForKeySpecial (gd::map< gd::string , bool >& , char const * , bool ) = m1 0x1466c8 , imac 0x181440 , ios 0x162c4c ;
5862+ void checkCompatibility () = m1 0x140980 , imac 0x17aae0 , ios 0x160ff8 ;
58635863 gd::string cleanStringWhiteSpace (gd::string const & );
5864- cocos2d::CCObject* decodeObjectForKey (char const * , bool , int );
5864+ cocos2d::CCObject* decodeObjectForKey (char const * , bool , int ) = m1 0x147004 , imac 0x181e60 , ios 0x163298 ;
58655865 gd::vector < gd::string > getAllKeys ();
58665866 cocos2d::CCArray* getArrayForKey (char const * , bool ) = imac 0x180a90 , m1 0x145dfc , ios 0x16270c ;
5867- bool getBoolForKey (char const * ) = m1 0x143204 , ios 0x1618f0 ;
5868- cocos2d::CCDictionary* getDictForKey (char const * , bool ) = m1 0x146b94 ;
5869- float getFloatForKey (char const * ) = imac 0x17db50 , m1 0x1432fc ;
5870- unsigned int getIndexOfKey (char const * );
5871- unsigned int getIndexOfKeyWithClosestAlphaNumericalMatch (char const * );
5867+ bool getBoolForKey (char const * ) = m1 0x143204 , imac 0x17da50 , ios 0x1618f0 ;
5868+ cocos2d::CCDictionary* getDictForKey (char const * , bool ) = m1 0x146b94 , imac 0x181970 , ios 0x16300c ;
5869+ float getFloatForKey (char const * ) = ios 0x1619c8 , imac 0x17db50 , m1 0x1432fc ;
5870+ unsigned int getIndexOfKey (char const * ) = m1 0x142d20 , imac 0x17d4e0 ;
5871+ unsigned int getIndexOfKeyWithClosestAlphaNumericalMatch (char const * ) = m1 0x142dd8 , imac 0x17d5a0 ;
58725872 int getIntegerForKey (char const * ) = imac 0x17d910 , m1 0x1430f8 , ios 0x1617e4 ;
5873- gd::string getKey (unsigned int ) = imac 0x17d250 , m1 0x142aa8 ;
5874- unsigned int getNumKeys ();
5873+ gd::string getKey (unsigned int ) = imac 0x17d250 , m1 0x142aa8 , ios 0x161690 ;
5874+ unsigned int getNumKeys () = m1 0x142a3c , imac 0x17d1d0 , ios 0x161624 ;
58755875 cocos2d::CCObject* getObjectForKey (char const * ) = m1 0x145f64 , ios 0x162828 , imac 0x180c10 ;
58765876 gd::vector < cocos2d::CCRect> getRectArrayForKey (char const * );
58775877 cocos2d::CCRect getRectForKey (char const * );
58785878 gd::vector < gd::string > getStringArrayForKey (char const * );
58795879 gd::string getStringForKey (char const * ) = m1 0x14341c , imac 0x17dc90 , ios 0x161ae8 ;
58805880 gd::vector < cocos2d::CCPoint> getVec2ArrayForKey (char const * );
5881- cocos2d::CCPoint getVec2ForKey (char const * );
5882- bool loadRootSubDictFromCompressedFile (char const * );
5883- bool loadRootSubDictFromFile (char const * );
5881+ cocos2d::CCPoint getVec2ForKey (char const * ) = m1 0x1435a4 , imac 0x17de40 ;
5882+ bool loadRootSubDictFromCompressedFile (char const * ) = m1 0x140cec , imac 0x17ae90 ;
5883+ bool loadRootSubDictFromFile (char const * ) = m1 0x1409e0 , imac 0x17ab30 ;
58845884 bool loadRootSubDictFromString (gd::string const & ) = m1 0x141010 , imac 0x17b200 , ios 0x161058 ;
58855885 bool rectFromString (gd::string const & , cocos2d::CCRect& );
5886- void removeAllKeys ();
5887- void removeKey (char const * );
5888- void removeKey (unsigned int );
5889- bool saveRootSubDictToCompressedFile (char const * );
5890- bool saveRootSubDictToFile (char const * );
5886+ void removeAllKeys () = m1 0x143054 , imac 0x17d830 ;
5887+ void removeKey (char const * ) = m1 0x142f70 , imac 0x17d740 , ios 0x161720 ;
5888+ void removeKey (unsigned int ) = m1 0x142e94 , imac 0x17d660 ;
5889+ bool saveRootSubDictToCompressedFile (char const * ) = m1 0x141b80 , imac 0x17bfa0 ;
5890+ bool saveRootSubDictToFile (char const * ) = m1 0x1411e0 , imac 0x17b420 ;
58915891 gd::string saveRootSubDictToString () = imac 0x17c810 , m1 0x142258 , ios 0x1611f4 ;
5892- void setArrayForKey (char const * , cocos2d::CCArray* ) = imac 0x180730 , m1 0x144760 ;
5893- void setBoolForKey (char const * , bool ) = ios 0x161f88 ;
5894- void setBoolForKey (char const * , bool , bool );
5895- void setBoolMapForKey (char const * , gd::map< gd::string , bool >& ) = imac 0x181200 , ios 0x162b28 ;
5892+ void setArrayForKey (char const * , cocos2d::CCArray* ) = ios 0x162484 , imac 0x180730 , m1 0x145a8c ;
5893+ void setBoolForKey (char const * , bool ) = m1 0x1442d8 , imac 0x17ecf0 , ios 0x161f88 ;
5894+ void setBoolForKey (char const * , bool , bool ) = m1 0x144380 , imac 0x17eda0 , ios 0x161f90 ;
5895+ void setBoolMapForKey (char const * , gd::map< gd::string , bool >& ) = m1 0x1464a0 , imac 0x181200 , ios 0x162b28 ;
58965896 void setDictForKey (char const * , cocos2d::CCDictionary* ) = imac 0x180fc0 , m1 0x1462ac , ios 0x162a1c ;
5897- void setFloatForKey (char const * , float) = imac 0x17ef20 , m1 0x1444c0 ;
5898- void setFloatForKey (char const * , float, bool );
5897+ void setFloatForKey (char const * , float) = imac 0x17ef20 , m1 0x1444c0 , ios 0x1620c4 ;
5898+ void setFloatForKey (char const * , float, bool ) = m1 0x1444c8 , imac 0x17ef30 , ios 0x1620cc ;
58995899 void setIntegerForKey (char const * , int ) = imac 0x17ea10 , m1 0x14406c , ios 0x161d54 ;
5900- void setIntegerForKey (char const * , int , bool );
5901- void setObjectForKey (char const * , cocos2d::CCObject* );
5900+ void setIntegerForKey (char const * , int , bool ) = m1 0x144074 , imac 0x17ea20 , ios 0x161d5c ;
5901+ void setObjectForKey (char const * , cocos2d::CCObject* ) = m1 0x145bc8 , imac 0x180880 , ios 0x162558 ;
59025902 void setRectArrayForKey (char const * , gd::vector < cocos2d::CCRect> const & );
59035903 void setRectArrayForKey (char const * , gd::vector < cocos2d::CCRect> const & , bool );
59045904 void setRectForKey (char const * , cocos2d::CCRect const & );
59055905 void setRectForKey (char const * , cocos2d::CCRect const & , bool );
59065906 void setStringArrayForKey (char const * , gd::vector < gd::string > const & );
59075907 void setStringArrayForKey (char const * , gd::vector < gd::string > const & , bool );
5908- void setStringForKey (char const * , gd::string const & ) = imac 0x17f220 , ios 0x162304 ;
5909- void setStringForKey (char const * , gd::string const & , bool );
5910- void setSubDictForKey (char const * ) = ios inline;
5911- void setSubDictForKey (char const * , bool , bool ) = ios 0x161c0c ;
5908+ void setStringForKey (char const * , gd::string const & ) = m1 0x144744 , imac 0x17f220 , ios 0x162304 ;
5909+ void setStringForKey (char const * , gd::string const & , bool ) = m1 0x14474c , imac 0x17f230 , ios 0x16230c ;
5910+ void setSubDictForKey (char const * ) = m1 0x143dcc , imac 0x17e6f0 , ios inline;
5911+ void setSubDictForKey (char const * , bool , bool ) = m1 0x143e70 , imac 0x17e7a0 , ios 0x161c0c ;
59125912 void setVec2ArrayForKey (char const * , gd::vector < cocos2d::CCPoint> const & );
59135913 void setVec2ArrayForKey (char const * , gd::vector < cocos2d::CCPoint> const & , bool );
59145914 void setVec2ForKey (char const * , cocos2d::CCPoint const & );
59155915 void setVec2ForKey (char const * , cocos2d::CCPoint const & , bool );
59165916 void split (gd::string const & , char const * , gd::vector < gd::string >& );
59175917 bool splitWithForm (gd::string const & , gd::vector < gd::string >& );
5918- void stepBackToRootSubDict ();
5918+ void stepBackToRootSubDict () = m1 0x142910 , imac 0x17d050 ;
59195919 bool stepIntoSubDictWithKey (char const * ) = m1 0x14274c , imac 0x17ce10 , ios 0x161520 ;
59205920 void stepOutOfSubDict () = imac 0x17d020 , m1 0x1428f4 , ios inline;
59215921 bool vec2FromString (gd::string const & , cocos2d::CCPoint& );
0 commit comments