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

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dbytes.h81 struct fillbytes { struct
110 fillbytes& append(const void* ptr_, size_t len_)
112 fillbytes& append(bytes& other)
114 fillbytes& append(const char* str)
118 struct ptrlist : fillbytes {
121 cvptr* base() { return (cvptr*) fillbytes::base(); }
123 cvptr* limit() { return (cvptr*) fillbytes::limit(); }
135 struct intlist : fillbytes {
137 int* base() { return (int*) fillbytes::base(); }
139 int* limit() { return (int*) fillbytes
[all...]

Completed in 326 milliseconds