kElementType 167 core/XMLObject.cpp case XMLTag::kElementType:
kElementType 313 core/XMLObject.cpp if ( pNewElement && (XMLTag::kElementType != tag.nodeType))
kElementType 238 core/XMLParser16.cpp tag.nodeType = XMLTag::kElementType;
kElementType 76 core/avmplusList.h static const ListElementType kElementType = LIST_GCObjects;
kElementType 82 core/avmplusList.h static const ListElementType kElementType = LIST_GCObjects;
kElementType 88 core/avmplusList.h static const ListElementType kElementType = LIST_RCObjects;
kElementType 94 core/avmplusList.h static const ListElementType kElementType = LIST_NonGCObjects;
kElementType 106 core/avmplusList.h static const ListElementType kElementType = _ListElementType<_isGCObject::value, _isGCFinalizedObject::value, _isRCObject::value>::kElementType;
kElementType 121 core/avmplusList.h template<class T, ListElementType kElementType, class ListAllocPolicy>
kElementType 175 core/avmplusList.h template <class T, ListElementType kElementType = _ListElementTypeHelper<T>::kElementType, class ListAllocPolicy = ListAllocPolicy_GC>
kElementType 176 core/avmplusList.h class List : public ListBase<T, kElementType, ListAllocPolicy>
kElementType 178 core/avmplusList.h using ListBase<T, kElementType, ListAllocPolicy>::data;
kElementType 179 core/avmplusList.h using ListBase<T, kElementType, ListAllocPolicy>::len;
kElementType 180 core/avmplusList.h using ListBase<T, kElementType, ListAllocPolicy>::max;
kElementType 181 core/avmplusList.h using ListBase<T, kElementType, ListAllocPolicy>::gc;
kElementType 182 core/avmplusList.h using ListBase<T, kElementType, ListAllocPolicy>::wb;
kElementType 201 core/avmplusList.h AvmAssert (_gc || kElementType == LIST_NonGCObjects);
kElementType 207 core/avmplusList.h if(kElementType == LIST_RCObjects) {
kElementType 278 core/avmplusList.h if(kElementType == LIST_RCObjects)
kElementType 285 core/avmplusList.h void add(const List<T, kElementType>& l)
kElementType 289 core/avmplusList.h AvmAssert(kElementType != LIST_RCObjects);
kElementType 296 core/avmplusList.h if(kElementType == LIST_RCObjects) {
kElementType 327 core/avmplusList.h if(kElementType == LIST_RCObjects)
kElementType 333 core/avmplusList.h if(kElementType != LIST_NonGCObjects)
kElementType 352 core/avmplusList.h if(kElementType == LIST_GCObjects)
kElementType 354 core/avmplusList.h if(kElementType == LIST_RCObjects)
kElementType 376 core/avmplusList.h void become(List<T, kElementType> &list) {
kElementType 385 core/avmplusList.h List<T,kElementType>& operator=(const List<T,kElementType>& other); // unimplemented
kElementType 386 core/avmplusList.h List(const List<T,kElementType>& other); // unimplemented