Home
last modified time | relevance | path

Searched refs:last (Results 1 – 9 of 9) sorted by relevance

/NW4C-1.2.23/include/nw/ut/
Dut_Signal.h39 ResultType operator()(TInputIterator first, TInputIterator last, const TInvoker& invoker) in operator()
42 while (first != last) in operator()
58 void operator()(TInputIterator first, TInputIterator last, const TInvoker& invoker)
60 while (first != last)
Dut_MoveArray.h394 TIterator erase(TIterator first, TIterator last);
497 void destroy_range(iterator first, iterator last) in destroy_range() argument
501 for (; first != last; ++first) in destroy_range()
558 …me TIterator> TIterator Erase(TIterator first, TIterator last) { return this->erase( first, last )… in Erase() argument
1044 TIterator last in erase() argument
1048 TIterator source = last; in erase()
1049 for (; dest != last && source != end(); ++dest, ++source) in erase()
1055 if (dest != last) in erase()
1057 destroy_range(dest, last); in erase()
1058 destroy_range(last, end()); in erase()
/NW4C-1.2.23/sources/libraries/font/
Dfont_ResFontBase.cpp353 const CMapScanEntry* last = &(scanInfo->GetEntries()[scanInfo->num - 1]); in FindGlyphIndex() local
355 while( first <= last ) in FindGlyphIndex()
357 const CMapScanEntry* mid = first + (last - first) / 2; in FindGlyphIndex()
365 last = mid - 1; in FindGlyphIndex()
Dfont_PackedFont.cpp1073 OrderNode& last = GetNode(root.prevIndex); in Unuse() local
1075 target.nextIndex = last.nextIndex; in Unuse()
1077 last.nextIndex = static_cast<u16>(index); in Unuse()
/NW4C-1.2.23/documents/CreativeStudio/html/common/
Dibox.js493 register: function(func, last) { argument
494 if (last === undefined) var last = false;
495 if (!last) {
/NW4C-1.2.23/documents/CreativeStudio/html/assets/
Dtreeview-skin.css70 /* last sibling, no children */
/NW4C-1.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel412 $ret[1] = `findKeyframe -w "last" ($animRange + "." + "nw4c_AnimRange" + $i)`;
2199 // save last accessed folder
2259 // save last accessed folder
2608 // now search for the last item in the $retval for a duplicate
DNW4C_SetUserData.mel910 textScrollList -e -a "-----" nw4cSetUserData_List; // for add last
DNW4C_ExpDialog.mel967 $val = substitute("\".*$", $val, ""); // cut last double quote