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

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyConstructedImpl.java46 protected static final byte REPRESENTATION_COMPONENTS = 4; field in class:DynAnyConstructedImpl
198 if ((representations & REPRESENTATION_COMPONENTS) == 0) {
201 representations |= REPRESENTATION_COMPONENTS;
207 representations |= REPRESENTATION_COMPONENTS;
220 if ((representations & REPRESENTATION_COMPONENTS) != 0) {
221 //System.out.println(this + " checkInitAny: reps has REPRESENTATION_COMPONENTS");
230 representations |= REPRESENTATION_COMPONENTS;

Completed in 42 milliseconds