Lines Matching refs:name
15 // * Neither the name of Google Inc. nor the names of its
38 // GPB descriptor classes wherever a library symbol name is represented as a
46 // Macros for generating a Class from a class name. These are used in
49 #define GPBObjCClassSymbol(name) OBJC_CLASS_$_##name
50 #define GPBObjCClass(name) \
51 ((__bridge Class)&(GPBObjCClassSymbol(name)))
52 #define GPBObjCClassDeclaration(name) \
53 extern const GPBObjcClass_t GPBObjCClassSymbol(name)
306 // Helper for text format name encoding.