MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / find

Method find

deps/physx/physx/source/foundation/include/PsArray.h:277–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275 */
276
277 PX_INLINE Iterator find(const T& a)
278 {
279 uint32_t index;
280 for(index = 0; index < mSize && mData[index] != a; index++)
281 ;
282 return mData + index;
283 }
284
285 PX_INLINE ConstIterator find(const T& a) const
286 {

Callers 3

NamedAllocatorMethod · 0.45
PsAllocator.cppFile · 0.45
allocateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected