Home
last modified time | relevance | path

Searched defs:NSString (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/
DGPBDescriptor.m236 - (GPBFieldDescriptor *)fieldWithName:(NSString *)name {
245 - (GPBOneofDescriptor *)oneofWithName:(NSString *)name {
265 syntax:(GPBFileSyntax)syntax {
317 - (GPBFieldDescriptor *)fieldWithName:(NSString *)name {
655 enumVerifier:(GPBEnumValidationFunc)enumVerifier {
670 extraTextFormatInfo:(const char *)extraTextFormatInfo {
686 enumVerifier:(GPBEnumValidationFunc)enumVerifier {
732 - (BOOL)getValue:(int32_t *)outValue forEnumName:(NSString *)name {
759 - (BOOL)getValue:(int32_t *)outValue forEnumTextFormatName:(NSString *)textFormatName {
DGPBDictionary.m9428 forKey:(NSString *)key {
9438 count:(NSUInteger)count {
9462 count:(NSUInteger)count {
9593 - (BOOL)getUInt32:(nullable uint32_t *)value forKey:(NSString *)key {
9610 - (void)setUInt32:(uint32_t)value forKey:(NSString *)key {
9621 - (void)removeUInt32ForKey:(NSString *)aKey {
9643 forKey:(NSString *)key {
9653 count:(NSUInteger)count {
9677 count:(NSUInteger)count {
9808 - (BOOL)getInt32:(nullable int32_t *)value forKey:(NSString *)key {
[all …]
DGPBCodedOutputStream.m284 - (void)writeStringNoTag:(const NSString *)value {
336 - (void)writeString:(int32_t)fieldNumber value:(NSString *)value {
DGPBMessage.m2802 - (NSString *)description {
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDictionaryTests+String.m48 + (instancetype)dictionaryWithEnum:(int32_t)value forKey:(NSString *)key;
51 count:(NSUInteger)count;
67 + (instancetype)dictionaryWithEnum:(int32_t)value forKey:(NSString *)key {
77 count:(NSUInteger)count {
DGPBTestUtilities.m70 dataToWrite:(NSData *)dataToWrite {