Home
last modified time | relevance | path

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

/external/Reactive-Extensions/RxCpp/Ix/CPP/src/cpplinq/
Dlinq_groupby.hpp124 group_type& newGroup = groups.back(); in insert() local
126 groupIndex.insert( std::make_pair(key, &newGroup) ); in insert()
128 newGroup.fin = elements.end(); in insert()
129 --(newGroup.start = newGroup.fin); in insert()
/external/deqp/executor/
DxeTestCase.cpp306 TestGroup* newGroup = curGroup->createGroup(components[ndx].c_str(), "" /* description */); in createCase() local
307 m_groupMap.insert(std::make_pair(curGroupPath, newGroup)); in createCase()
308 curGroup = newGroup; in createCase()
/external/aac/libDRCdec/src/
DdrcDec_reader.cpp1071 int newGroup = 1; in _skipEqInstructions() local
1076 newGroup = 0; in _skipEqInstructions()
1079 if (newGroup == 1) { in _skipEqInstructions()