OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_cmp
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/media/mm-core/inc/
qc_omx_component.h
50
OMX_COMPONENTTYPE
m_cmp
;
member in class:qc_omx_component
/hardware/qcom/media/mm-core/omxcore/inc/
qc_omx_component.h
50
OMX_COMPONENTTYPE
m_cmp
;
member in class:qc_omx_component
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/binary_heap_/
binary_heap_.hpp
266
const entry_cmp&
m_cmp
= static_cast<entry_cmp&>(*this);
local
268
std::make_heap(m_a_entries, end,
m_cmp
);
279
const entry_cmp&
m_cmp
= static_cast<entry_cmp&>(*this);
local
281
std::push_heap(m_a_entries, end,
m_cmp
);
288
const entry_cmp&
m_cmp
= static_cast<entry_cmp&>(*this);
local
290
std::pop_heap(m_a_entries, end,
m_cmp
);
296
const entry_cmp&
m_cmp
= static_cast<entry_cmp&>(*this);
local
298
bool p = std::__is_heap(m_a_entries, end,
m_cmp
);
Completed in 1318 milliseconds