Lines Matching refs:GPBMessage
35 #import "GPBMessage.h"
51 @interface GPBMessage () {
97 void GPBPrepareReadOnlySemaphore(GPBMessage *self);
101 GPBMessage *GPBCreateMessageWithAutocreator(Class msgClass,
102 GPBMessage *autocreator,
109 BOOL GPBWasMessageAutocreatedBy(GPBMessage *message, GPBMessage *parent);
113 void GPBBecomeVisibleToAutocreator(GPBMessage *self);
117 void GPBAutocreatedArrayModified(GPBMessage *self, id array);
118 void GPBAutocreatedDictionaryModified(GPBMessage *self, id dictionary);
122 void GPBClearMessageAutocreator(GPBMessage *self);