Searched refs:understoodBits (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DHeaderList.java127 private int understoodBits; field in class:HeaderList
152 this.understoodBits = that.understoodBits;
204 understoodBits |= 1 << index;
224 return understoodBits == (understoodBits | (1 << index));
905 * old understoodBits = MMMMMMMMMMMMRLLLLLLLLLLLLLLLLLLL
911 * new understoodBits = 0MMMMMMMMMMMMLLLLLLLLLLLLLLLLLLL
915 int shiftedUpperBits = understoodBits >>> -31 + index << index;
916 int lowerBits = understoodBits <<
[all...]

Completed in 30 milliseconds