Lines Matching +full:objective +full:- +full:c
1 // Protocol Buffers - Google's data interchange format
3 // https://developers.google.com/protocol-buffers/
32 * The Objective C runtime has complete enough info that most protos don’t end
48 // If the headers are imported into Objective-C++, we can run into an issue
49 // where the definition of NS_ENUM (really CF_ENUM) changes based on the C++
50 // standard that is in effect. If it isn't C++11 or higher, the definition
68 * - (void)bazMethod:(enum Foo_Enum):value;
95 * Attribute used for Objective-C proto interface deprecations without messages.
102 * Attribute used for Objective-C proto interface deprecations with messages.
113 …http://stackoverflow.com/questions/18723226/how-do-i-annotate-an-objective-c-property-with-an-objc…
123 // ----------------------------------------------------------------------------
133 // - Gets bumped when the runtime makes changes to the interfaces between the
138 // - Gets changed when support for the older generated code is dropped.