Home
last modified time | relevance | path

Searched refs:mConstructors (Results 1 – 3 of 3) sorted by relevance

/external/doclava/src/com/google/doclava/
DClassInfo.java135 mConstructors = null; in init()
343 if (mConstructors == null) { in constructors()
348 mConstructors = new ArrayList<MethodInfo>(); in constructors()
351 mConstructors.add(m); in constructors()
355 Collections.sort(mConstructors, MethodInfo.comparator); in constructors()
357 return mConstructors; in constructors()
1450 private ArrayList<MethodInfo> mConstructors; field in ClassInfo
1501 mConstructors = null; // flush this, hopefully it hasn't been used yet. in addConstructor()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DOutputHLSL.h111 Constructors mConstructors; variable
DOutputHLSL.cpp108 …for (Constructors::iterator constructor = mConstructors.begin(); constructor != mConstructors.end(… in header()
2079 mConstructors.insert(constructor); in addConstructor()