Home
last modified time | relevance | path

Searched refs:initWith (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/objectivec/Tests/
DGPBDictionaryTests.pddm97 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s
148 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s1
153 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s1
158 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s2
163 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s1
168 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s3
199 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s
220 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s
246 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s
264 //% [[GPB##KEY_NAME##VALUE_NAME##Dictionary alloc] initWith##VNAME$u##s:k##VNAME$u##s
[all …]
/external/antlr/runtime/ObjC/Framework/
DBaseTree.h39 - (id<BaseTree>) initWith:(id<BaseTree>)node;
114 - (id<BaseTree>) initWith:(id<BaseTree>)node;
DBaseTree.m75 return [[BaseTree alloc] initWith:(id<BaseTree>) node];
88 - (id) initWith:(id<BaseTree>)node
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp202 llvm::Constant *initWith = 0) { in createEntryBlockAlloca() argument
207 if (initWith) in createEntryBlockAlloca()
208 tmp.CreateStore(initWith, ret); in createEntryBlockAlloca()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp254 llvm::Constant *initWith = 0) { in createEntryBlockAlloca() argument
259 if (initWith) in createEntryBlockAlloca()
260 tmp.CreateStore(initWith, ret); in createEntryBlockAlloca()
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp259 llvm::Constant *initWith = 0) { in createEntryBlockAlloca() argument
264 if (initWith) in createEntryBlockAlloca()
265 tmp.CreateStore(initWith, ret); in createEntryBlockAlloca()
/external/clang/test/CodeGenObjC/
Darc.m95 - (id) initWith: (int) x;
140 id x = [[Test3 alloc] initWith: 5];
149 // Call to -initWith: with elided retain of consumed argument.
187 // Call to -initWith: with elided retain of consumed argument.
200 return [[Test3 alloc] initWith: 6];
/external/protobuf/objectivec/
DGPBDictionary.m585 //% 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:forKey…
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:forKey…
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];
[all …]