Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/ut/
Dut_Signal.h41 ResultType operator()(TInputIterator first, TInputIterator last, const TInvoker& invoker) in operator()
44 while (first != last) in operator()
60 void operator()(TInputIterator first, TInputIterator last, const TInvoker& invoker)
62 while (first != last)
Dut_MoveArray.h411 TIterator erase(TIterator first, TIterator last);
514 void destroy_range(iterator first, iterator last) in destroy_range() argument
518 for (; first != last; ++first) in destroy_range()
575 …me TIterator> TIterator Erase(TIterator first, TIterator last) { return this->erase( first, last )… in Erase() argument
1065 TIterator last in erase() argument
1069 TIterator source = last; in erase()
1070 for (; dest != last && source != end(); ++dest, ++source) in erase()
1076 if (dest != last) in erase()
1078 destroy_range(dest, last); in erase()
1079 destroy_range(last, end()); in erase()
/NW4C-2.0.3/sources/libraries/font/
Dfont_ResFontBase.cpp355 const CMapScanEntry* last = &(scanInfo->GetEntries()[scanInfo->num - 1]); in FindGlyphIndex() local
357 while( first <= last ) in FindGlyphIndex()
359 const CMapScanEntry* mid = first + (last - first) / 2; in FindGlyphIndex()
367 last = mid - 1; in FindGlyphIndex()
Dfont_PackedFont.cpp1075 OrderNode& last = GetNode(root.prevIndex); in Unuse() local
1077 target.nextIndex = last.nextIndex; in Unuse()
1079 last.nextIndex = static_cast<u16>(index); in Unuse()
/NW4C-2.0.3/documents/CreativeStudio/html/common/
Dibox.js493 register: function(func, last) { argument
494 if (last === undefined) var last = false;
495 if (!last) {
/NW4C-2.0.3/documents/CreativeStudio/html/assets/
Dtreeview-skin.css70 /* last sibling, no children */
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel411 $ret[1] = `findKeyframe -w "last" ($animRange + "." + "nw4c_AnimRange" + $i)`;
2226 // save last accessed folder
2286 // save last accessed folder
2635 // now search for the last item in the $retval for a duplicate
DNW4C_SetUserData.mel922 textScrollList -e -a "-----" nw4cSetUserData_List; // for add last
DNW4C_ExpDialog.mel1026 $val = substitute("\".*$", $val, ""); // cut last double quote