Searched defs:begin (Results 1 – 13 of 13) sorted by relevance
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_SceneHelper.h | 45 static void ResolveReference(TIterator begin, TIterator end) in ResolveReference() 88 ForeachRootNodes(TIterator begin, TIterator end, TFunction function) in ForeachRootNodes()
|
| /NW4C-2.0.3/include/nw/ut/ |
| D | ut_Foreach.h | 102 NW_INLINE static_any<Type*> begin(static_any_t cur, contain_type<Type[Size]>*) in begin() function 136 NW_INLINE static_any<typename Type::iterator> begin(static_any_t cur, contain_type<Type>*) in begin() function 142 NW_INLINE static_any<typename Type::const_iterator> begin(static_any_t cur, contain_type<const Type… in begin() function 182 NW_INLINE static_any<Type> begin(static_any_t cur, contain_type<std::pair<Type, Type> >*) in begin() function 215 NW_INLINE static_any<Type*> begin(static_any_t cur, contain_type<std::pair<Type*, Type*> >*) in begin() function
|
| D | ut_Children.h | 180 iterator begin() { return m_Children.begin(); } in begin() function 181 const_iterator begin() const { return m_Children.begin(); } in begin() function
|
| D | ut_LinkList.h | 212 iterator begin() { return iterator(m_BaseNode.GetNext()); } in begin() function 213 const_iterator begin() const { return const_iterator(m_BaseNode.GetNext()); } in begin() function 596 iterator begin() { return iterator(Base::begin()); } in begin() function 597 const_iterator begin() const { return const_iterator(const_cast<Self*>(this)->begin()); } in begin() function
|
| D | ut_ResArray.h | 282 iterator begin() { return iterator(m_pBegin); } in begin() function 283 const_iterator begin() const { return const_iterator(m_pBegin); } in begin() function 383 const_iterator begin() const { return const_iterator(m_pBegin); } in begin() function
|
| D | ut_MoveArray.h | 339 iterator begin() { return m_Elements; } in begin() function 342 const_iterator begin() const { return m_Elements; } in begin() function
|
| /NW4C-2.0.3/sources/libraries/snd/ |
| D | snd_MemorySoundArchive.cpp | 158 io::FileStream* MemorySoundArchive::OpenStream( void* buffer, int size, u32 begin, u32 length ) in OpenStream() 172 u32 begin, in OpenExtStream()
|
| D | snd_InstancePool.cpp | 71 void* begin = buffer; in DestroyImpl() local
|
| D | snd_HioSoundArchive.cpp | 97 u32 begin, in OpenStream() 110 u32 begin, in OpenExtStream()
|
| D | snd_HardwareChannel.cpp | 156 const void* begin, const void* end ) const in IsDataAddressCovered()
|
| D | snd_RomSoundArchive.cpp | 156 RomSoundArchive::OpenStream( void* buffer, int size, u32 begin, u32 length ) in OpenStream() 177 u32 begin, in OpenExtStream()
|
| D | snd_SoundArchive.cpp | 322 u32 begin, in OpenExtStreamImpl()
|
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_GraphicsSystem.cpp | 457 … nw::gfx::UserRenderNodeArray::const_iterator begin = sceneContext->GetUserRenderNodesBegin(); in SubmitView() local
|