MCPcopy Create free account
hub / github.com/davisking/dlib / size

Method size

dlib/java/java_array.h:351–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

349 }
350
351 size_t size() const
352 {
353 if (ref)
354 return JNI_GetEnv()->GetArrayLength(ref);
355 else
356 return 0;
357 }
358
359 array(const array& item)
360 {

Callers 6

sortMethod · 0.95
resizeMethod · 0.95
pop_backMethod · 0.95
push_backMethod · 0.95
tassignFunction · 0.45
make_an_arrayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected