Warning, /frameworks/syntax-highlighting/autotests/folding/highlight_objectivecxx.mm.fold is written in an unsupported language. File is not indexed.

0001 #include <cstdio>
0002 
0003 #import <Fondation/Fondation.h>
0004 
0005 void cxx_method(const std::string &myText)
0006 <beginfold id='1'>{</beginfold id='1'>
0007         NSString *string = [NSString stringWithCString:myText.c_str()
0008                                                   encoding:[NSString defaultCStringEncoding]];
0009         NSLog(@"String:%@",string);
0010 <endfold id='1'>}</endfold id='1'>