Searched defs:begin (Results 1 – 12 of 12) sorted by relevance
| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_SceneHelper.h | 43 static void ResolveReference(TIterator begin, TIterator end) in ResolveReference() 86 ForeachRootNodes(TIterator begin, TIterator end, TFunction function) in ForeachRootNodes()
|
| /NW4C-1.3.3/include/nw/ut/ |
| D | ut_Foreach.h | 100 NW_INLINE static_any<Type*> begin(static_any_t cur, contain_type<Type[Size]>*) in begin() function 134 NW_INLINE static_any<typename Type::iterator> begin(static_any_t cur, contain_type<Type>*) in begin() function 140 NW_INLINE static_any<typename Type::const_iterator> begin(static_any_t cur, contain_type<const Type… in begin() function 180 NW_INLINE static_any<Type> begin(static_any_t cur, contain_type<std::pair<Type, Type> >*) in begin() function 213 NW_INLINE static_any<Type*> begin(static_any_t cur, contain_type<std::pair<Type*, Type*> >*) in begin() function
|
| D | ut_Children.h | 178 iterator begin() { return m_Children.begin(); } in begin() function 179 const_iterator begin() const { return m_Children.begin(); } in begin() function
|
| D | ut_LinkList.h | 210 iterator begin() { return iterator(m_BaseNode.GetNext()); } in begin() function 211 const_iterator begin() const { return const_iterator(m_BaseNode.GetNext()); } in begin() function 593 iterator begin() { return iterator(Base::begin()); } in begin() function 594 const_iterator begin() const { return const_iterator(const_cast<Self*>(this)->begin()); } in begin() function
|
| D | ut_ResArray.h | 280 iterator begin() { return iterator(m_pBegin); } in begin() function 281 const_iterator begin() const { return const_iterator(m_pBegin); } in begin() function 381 const_iterator begin() const { return const_iterator(m_pBegin); } in begin() function
|
| D | ut_MoveArray.h | 337 iterator begin() { return m_Elements; } in begin() function 340 const_iterator begin() const { return m_Elements; } in begin() function
|
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_MemorySoundArchive.cpp | 156 io::FileStream* MemorySoundArchive::OpenStream( void* buffer, int size, u32 begin, u32 length ) in OpenStream() 170 u32 begin, in OpenExtStream()
|
| D | snd_InstancePool.cpp | 69 void* begin = buffer; in DestroyImpl() local
|
| D | snd_HioSoundArchive.cpp | 95 u32 begin, in OpenStream() 108 u32 begin, in OpenExtStream()
|
| D | snd_HardwareChannel.cpp | 154 const void* begin, const void* end ) const in IsDataAddressCovered()
|
| D | snd_RomSoundArchive.cpp | 154 RomSoundArchive::OpenStream( void* buffer, int size, u32 begin, u32 length ) in OpenStream() 175 u32 begin, in OpenExtStream()
|
| D | snd_SoundArchive.cpp | 320 u32 begin, in OpenExtStreamImpl()
|