Home | History | Annotate | Download | only in objectivec

Lines Matching full:initwith

585 //%  return [[[self alloc] initWith##VNAME$u##s:NULL forKeys:NULL count:0] autorelease];
590 //% // Cast is needed so the compiler knows what class we are invoking initWith##VNAME$u##s:forKeys:count:
592 //% return [[(GPB##KEY_NAME##VALUE_NAME##Dictionary*)[self alloc] initWith##VNAME$u##s:&##VNAME
600 //% // Cast is needed so the compiler knows what class we are invoking initWith##VNAME$u##s:forKeys:count:
602 //% return [[(GPB##KEY_NAME##VALUE_NAME##Dictionary*)[self alloc] initWith##VNAME$u##s:##VNAME##s
618 //% return [self initWith##VNAME$u##s:NULL forKeys:NULL count:0];
621 //%- (instancetype)initWith##VNAME$u##s:(const VALUE_TYPE [])##VNAME##s
637 //% self = [self initWith##VNAME$u##s:NULL forKeys:NULL count:0];
648 //% return [self initWith##VNAME$u##s:NULL forKeys:NULL count:0];
960 //% return [[[self alloc] initWith##VNAME$u##s:NULL forKeys:NULL count:0] autorelease];
965 //% // Cast is needed so the compiler knows what class we are invoking initWith##VNAME$u##s:forKeys:count:
967 //% return [[(GPBBool##VALUE_NAME##Dictionary*)[self alloc] initWith##VNAME$u##s:&##VNAME
975 //% // Cast is needed so the compiler knows what class we are invoking initWith##VNAME$u##s:forKeys:count:
977 //% return [[(GPBBool##VALUE_NAME##Dictionary*)[self alloc] initWith##VNAME$u##s:##VNAME##s
993 //% return [self initWith##VNAME$u##s:NULL forKeys:NULL count:0];
1000 //% return [self initWith##VNAME$u##s:NULL forKeys:NULL count:0];