Searched refs:last (Results 1 – 9 of 9) sorted by relevance
| /NW4C-1.2.23/include/nw/ut/ |
| D | ut_Signal.h | 39 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)
|
| D | ut_MoveArray.h | 394 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/ |
| D | font_ResFontBase.cpp | 353 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()
|
| D | font_PackedFont.cpp | 1073 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/ |
| D | ibox.js | 493 register: function(func, last) { argument 494 if (last === undefined) var last = false; 495 if (!last) {
|
| /NW4C-1.2.23/documents/CreativeStudio/html/assets/ |
| D | treeview-skin.css | 70 /* last sibling, no children */
|
| /NW4C-1.2.23/tools/DccPlugin/Maya/scripts/ |
| D | NW4C_SetAnimRange.mel | 412 $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
|
| D | NW4C_SetUserData.mel | 910 textScrollList -e -a "-----" nw4cSetUserData_List; // for add last
|
| D | NW4C_ExpDialog.mel | 967 $val = substitute("\".*$", $val, ""); // cut last double quote
|