OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveFirst
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/talk/media/base/
streamparams.cc
229
static void
RemoveFirst
(std::list<uint32_t>* ssrcs, uint32_t value) {
247
RemoveFirst
(&sp_ssrcs, sg->ssrcs[i]);
255
RemoveFirst
(&sp_ssrcs, group.ssrcs[1]);
/frameworks/native/libs/binder/include/binder/
SafeInterface.h
513
//
RemoveFirst
strips the first element from a tuple.
514
// For example, given T = std::tuple<A, B, C>,
RemoveFirst
<T>::type = std::tuple<B, C>
516
struct
RemoveFirst
;
518
struct
RemoveFirst
<std::tuple<T, Args...>> {
537
typename
RemoveFirst
<Unconverted>::type>::type;
666
//
RemoveFirst
approach in SafeBpInterface
Completed in 2003 milliseconds