Lines Matching refs:GPBMessage
35 #import "GPBMessage.h"
47 @interface GPBMessage () {
112 NS_INLINE void GPBPrepareReadOnlySemaphore(GPBMessage *self) {
120 GPBMessage *GPBCreateMessageWithAutocreator(Class msgClass,
121 GPBMessage *autocreator,
128 BOOL GPBWasMessageAutocreatedBy(GPBMessage *message, GPBMessage *parent);
132 void GPBBecomeVisibleToAutocreator(GPBMessage *self);
136 void GPBAutocreatedArrayModified(GPBMessage *self, id array);
137 void GPBAutocreatedDictionaryModified(GPBMessage *self, id dictionary);
141 void GPBClearMessageAutocreator(GPBMessage *self);