Searched refs:m_types (Results 1 – 9 of 9) sorted by relevance
/external/lldb/source/Symbol/ |
D | TypeList.cpp | 42 m_types () in TypeList() 58 m_types.insert(std::make_pair(type_sp->GetID(), type_sp)); in Insert() 68 iterator pos, end = m_types.end(); in InsertUnique() 70 for (pos = m_types.find(type_uid); pos != end && pos->second->GetID() == type_uid; ++pos) in InsertUnique() 111 m_types.clear(); in Clear() 117 return m_types.size(); in GetSize() 129 for (pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) in GetTypeAtIndex() 141 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) in ForEach() 151 for (auto pos = m_types.begin(), end = m_types.end(); pos != end; ++pos) in ForEach() 162 iterator pos = m_types.find(uid); in RemoveTypeWithUID() [all …]
|
/external/deqp/modules/egl/ |
D | teglMultiThreadTests.cpp | 736 Type m_types; member in deqp::egl::MultiThreadedObjectTest 762 , m_types ((Type)type) in MultiThreadedObjectTest() 922 if ((m_types & TYPE_WINDOW) != 0) in runThread() 925 if ((m_types & TYPE_PBUFFER) != 0) in runThread() 928 if ((m_types & TYPE_PIXMAP) != 0) in runThread() 948 …if ((m_types & TYPE_SINGLE_WINDOW) != 0 && (m_types & TYPE_PBUFFER) == 0 && (m_types & TYPE_PIXMAP… in runThread() 986 if ((m_types & TYPE_SINGLE_WINDOW) == 0) in runThread() 1005 if ((m_types & TYPE_PBUFFER) != 0) in createDestroyObjects() 1008 if ((m_types & TYPE_PIXMAP) != 0) in createDestroyObjects() 1011 if ((m_types & TYPE_WINDOW) != 0) in createDestroyObjects() [all …]
|
D | teglMemoryStressTests.cpp | 94 ObjectType m_types; member in deqp::egl::__anon53a20ca60111::MemoryAllocator 113 , m_types (types) in MemoryAllocator() 144 if ((m_types & OBJECTTYPE_CONTEXT) != 0) in allocateUntilFailure() 147 if ((m_types & OBJECTTYPE_PBUFFER) != 0) in allocateUntilFailure()
|
/external/deqp/modules/gles2/functional/ |
D | es2fLifetimeTests.cpp | 53 MovePtr<Types> m_types; member in deqp::gles2::Functional::__anond08f88a30111::TestGroup 61 m_types = MovePtr<Types>(new ES2Types(ltCtx)); in init() 62 addTestCases(*this, *m_types); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fLifetimeTests.cpp | 441 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types)); in ES3Types() 561 MovePtr<Types> m_types; member in deqp::gles3::Functional::__anonb99a33050111::TestGroup 569 m_types = MovePtr<Types>(new ES3Types(ltCtx)); in init() 571 addTestCases(*this, *m_types); in init()
|
/external/lldb/include/lldb/Symbol/ |
D | TypeList.h | 81 collection m_types; variable
|
/external/deqp/modules/glshared/ |
D | glsLifetimeTests.hpp | 265 const vector<Type*>& getTypes (void) { return m_types; } in getTypes() 272 vector<Type*> m_types; member in deqp::gls::LifetimeTests::details::Types
|
D | glsLifetimeTests.cpp | 594 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types)); in ES2Types()
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleObjCRuntimeV2.cpp | 986 if (instance_method_func(method->m_name.c_str(), method->m_types.c_str())) in Describe() 1268 std::string m_types; member 1309 m_types.assign((char*)string_buf.GetBytes(), count); in Read()
|