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

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

Best Java code snippets using com.ociweb.pronghorn.struct.StructRationalListener.value (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.structStructRationalListenervalue

Popular methods of StructRationalListener

    Popular in Java

    • Reading from database using SQL prepared statement
    • startActivity (Activity)
    • onCreateOptionsMenu (Activity)
    • findViewById (Activity)
    • FlowLayout (java.awt)
      A flow layout arranges components in a left-to-right flow, much like lines of text in a paragraph. F
    • BufferedWriter (java.io)
      Wraps an existing Writer and buffers the output. Expensive interaction with the underlying reader is
    • HttpURLConnection (java.net)
      An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
    • Time (java.sql)
      Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
    • CountDownLatch (java.util.concurrent)
      A synchronization aid that allows one or more threads to wait until a set of operations being perfor
    • LoggerFactory (org.slf4j)
      The LoggerFactory is a utility class producing Loggers for various logging APIs, most notably for lo
    • Top PhpStorm plugins
    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