Searched defs:saveFrom (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbytes.cpp100 void bytes::saveFrom(const void* ptr_, size_t len_) { function in class:bytes
123 junk.saveFrom(*this);
H A Dbytes.h42 void saveFrom(const void* ptr_, size_t len_);
43 void saveFrom(const char* str) { saveFrom(str, strlen(str)); } function in struct:bytes
47 void saveFrom(bytes& other) { function in struct:bytes
48 saveFrom(other.ptr, other.len);

Completed in 23 milliseconds