Tabnine Logo
StructRationalListener
Code IndexAdd Tabnine to your IDE (free)

How to use
StructRationalListener
in
com.ociweb.pronghorn.struct

Best Java code snippets using com.ociweb.pronghorn.struct.StructRationalListener (Showing top 6 results out of 315)

origin: oci-pronghorn/Pronghorn

private void visitSingleRational(StructRationalListener visitor, int totalCount, final int[] curPos,
    final int[] curSize, int c) {
  long numerator   = channelReader.readPackedLong();
  long denominator = channelReader.readPackedLong();
  
  boolean isNull = false;
  if (0==numerator) {
    isNull = channelReader.wasPackedNull();
  }
  visitor.value(numerator, denominator, isNull, curPos, curSize, c, totalCount);
}
origin: com.ociweb/pronghorn-pipes

private void visitSingleRational(StructRationalListener visitor, int totalCount, final int[] curPos,
    final int[] curSize, int c) {
  long numerator   = channelReader.readPackedLong();
  long denominator = channelReader.readPackedLong();
  
  boolean isNull = false;
  if (0==numerator) {
    isNull = channelReader.wasPackedNull();
  }
  visitor.value(numerator, denominator, isNull, curPos, curSize, c, totalCount);
}
origin: com.ociweb/PronghornPipes

private void visitSingleRational(StructRationalListener visitor, int totalCount, final int[] curPos,
    final int[] curSize, int c) {
  long numerator   = channelReader.readPackedLong();
  long denominator = channelReader.readPackedLong();
  
  boolean isNull = false;
  if (0==numerator) {
    isNull = channelReader.wasPackedNull();
  }
  visitor.value(numerator, denominator, isNull, curPos, curSize, c, totalCount);
}
origin: oci-pronghorn/Pronghorn

visitor.value(0, 1, true, EMPTY, EMPTY, 0, 0);
origin: com.ociweb/pronghorn-pipes

visitor.value(0, 1, true, EMPTY, EMPTY, 0, 0);
origin: com.ociweb/PronghornPipes

visitor.value(0, 1, true, EMPTY, EMPTY, 0, 0);
com.ociweb.pronghorn.structStructRationalListener

Most used methods

  • value

Popular in Java

  • Reading from database using SQL prepared statement
  • startActivity (Activity)
  • onCreateOptionsMenu (Activity)
  • findViewById (Activity)
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • SSLHandshakeException (javax.net.ssl)
    The exception that is thrown when a handshake could not be completed successfully.
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • LoggerFactory (org.slf4j)
    The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now