Searched defs:addConstructor (Results 1 - 7 of 7) sorted by relevance

/external/javassist/src/main/javassist/
H A DCtNewClass.java52 public void addConstructor(CtConstructor c) method in class:CtNewClass
56 super.addConstructor(c);
99 addConstructor(cons);
H A DCtMember.java78 void addConstructor(CtMember cons) { method in class:CtMember.Cache
H A DCtClass.java894 public void addConstructor(CtConstructor c) method in class:CtClass
H A DCtClassType.java854 cache.addConstructor(newCons);
1293 public void addConstructor(CtConstructor c) method in class:CtClassType
1300 getMembers().addConstructor(c);
1496 cache.addConstructor(new CtConstructor(m, this));
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DOutputHLSL.cpp1038 addConstructor(variable->getType(), scopedStruct(variable->getType().getTypeName()), NULL);
1254 addConstructor(node->getType(), "vec1", &node->getSequence());
1258 addConstructor(node->getType(), "vec2", &node->getSequence());
1262 addConstructor(node->getType(), "vec3", &node->getSequence());
1266 addConstructor(node->getType(), "vec4", &node->getSequence());
1270 addConstructor(node->getType(), "bvec1", &node->getSequence());
1274 addConstructor(node->getType(), "bvec2", &node->getSequence());
1278 addConstructor(node->getType(), "bvec3", &node->getSequence());
1282 addConstructor(node->getType(), "bvec4", &node->getSequence());
1286 addConstructor(nod
1876 void OutputHLSL::addConstructor(const TType &type, const TString &name, const TIntermSequence *parameters) function in class:sh::OutputHLSL
[all...]
H A DParseHelper.cpp1084 TIntermTyped* TParseContext::addConstructor(TIntermNode* node, const TType* type, TOperator op, TFunction* fnCall, TSourceLoc line) function in class:TParseContext
/external/doclava/src/com/google/doclava/
H A DClassInfo.java1497 public void addConstructor(MethodInfo ctor) { method in class:ClassInfo

Completed in 1025 milliseconds