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

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DTypeCodeOutputStream.java117 public int getTopLevelPosition() { method in class:TypeCodeOutputStream
119 int pos = ((TypeCodeOutputStream)enclosure).getTopLevelPosition() + getPosition();
124 //System.out.println("TypeCodeOutputStream.getTopLevelPosition using getTopLevelPosition " +
125 //((TypeCodeOutputStream)enclosure).getTopLevelPosition() +
133 //System.out.println("TypeCodeOutputStream.getTopLevelPosition returning getPosition() = " +
229 int topPos = getTopLevelPosition();
230 //if (TypeCodeImpl.debug) System.out.println("TypeCodeOutputStream.getRealIndex using getTopLevelPosition " +
H A DTypeCodeReader.java72 public int getTopLevelPosition(); method in interface:TypeCodeReader
H A DTypeCodeInputStream.java126 public int getTopLevelPosition() { method in class:TypeCodeInputStream
131 int topPos = ((TypeCodeReader)enclosure).getTopLevelPosition();
136 //System.out.println("TypeCodeInputStream.getTopLevelPosition using getTopLevelPosition " + topPos +
144 //System.out.println("TypeCodeInputStream.getTopLevelPosition returning getPosition() = " +
H A DWrapperInputStream.java180 public int getTopLevelPosition() { method in class:WrapperInputStream
181 //if (TypeCodeImpl.debug) System.out.println("WrapperInputStream.getTopLevelPosition " +
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.java1300 int myPosition = tcis.getTopLevelPosition()-4;
1323 int topPos = tcis.getTopLevelPosition();
1666 int topPos = tcos.getTopLevelPosition();
1676 // topStream.addIDAtPosition(_id, tcos.getTopLevelPosition());
1688 topStream.addIDAtPosition(_id, tcos.getTopLevelPosition()-4);

Completed in 102 milliseconds