Home
last modified time | relevance | path

Searched refs:getPositiveInt (Results 1 – 9 of 9) sorted by relevance

/dports/java/avis/avis-1.2.0/common/java/src/main/org/avis/io/
H A DXdrCoding.java136 int length = getPositiveInt (in); in getString()
229 int pairs = getPositiveInt (in); in getNameValues()
254 Object [] objects = new Object [getPositiveInt (in)]; in getObjects()
341 return getBytes (in, getPositiveInt (in)); in getBytes()
382 long [] longs = new long [getPositiveInt (in)]; in getLongArray()
407 String [] strings = new String [getPositiveInt (in)]; in getStringArray()
429 private static int getPositiveInt (ByteBuffer in) in getPositiveInt() method in XdrCoding
/dports/irc/py-limnoria/Limnoria-master-2019-09-08/src/
H A Dcommands.py298 def getPositiveInt(irc, msg, args, state, *L): function
797 'positiveInt': getPositiveInt,
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/compiler/
H A Devolution-test.c++411 case Expression::POSITIVE_INT: dval.setPositiveInt(dval.getPositiveInt() ^ 1); break; in fieldChangeType()
H A Dnode-translator.c++2545 return kj::strTree(exp.getPositiveInt()); in expressionStringTree()
2982 return src.getPositiveInt(); in compileValueInner()
H A Dgrammar.capnp.h796 inline ::uint64_t getPositiveInt() const;
880 inline ::uint64_t getPositiveInt();
3400 inline ::uint64_t Expression::Reader::getPositiveInt() const { in getPositiveInt() function
3407 inline ::uint64_t Expression::Builder::getPositiveInt() { in getPositiveInt() function
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/compiler/
H A Devolution-test.c++411 case Expression::POSITIVE_INT: dval.setPositiveInt(dval.getPositiveInt() ^ 1); break; in fieldChangeType()
H A Dparser.c++1136 return kj::strTree(exp.getPositiveInt()); in expressionStringTree()
H A Dnode-translator.c++2100 return src.getPositiveInt(); in compileValueInner()
H A Dgrammar.capnp.h798 inline ::uint64_t getPositiveInt() const;
882 inline ::uint64_t getPositiveInt();
3402 inline ::uint64_t Expression::Reader::getPositiveInt() const { in getPositiveInt() function
3409 inline ::uint64_t Expression::Builder::getPositiveInt() { in getPositiveInt() function