Home
last modified time | relevance | path

Searched refs:TSet (Results 126 – 150 of 909) sorted by relevance

12345678910>>...37

/dports/devel/thrift-c_glib/thrift-0.14.0/lib/java/src/org/apache/thrift/protocol/
H A DTProtocol.java69 protected void checkReadBytesAvailable(TSet set) throws TException { in checkReadBytesAvailable()
107 public abstract void writeSetBegin(TSet set) throws TException; in writeSetBegin()
151 public abstract TSet readSetBegin() throws TException; in readSetBegin()
/dports/devel/thrift-cpp/thrift-0.14.0/lib/java/src/org/apache/thrift/protocol/
H A DTProtocol.java69 protected void checkReadBytesAvailable(TSet set) throws TException { in checkReadBytesAvailable()
107 public abstract void writeSetBegin(TSet set) throws TException; in writeSetBegin()
151 public abstract TSet readSetBegin() throws TException; in readSetBegin()
/dports/devel/thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/protocol/
H A DTProtocol.java69 protected void checkReadBytesAvailable(TSet set) throws TException { in checkReadBytesAvailable()
107 public abstract void writeSetBegin(TSet set) throws TException; in writeSetBegin()
151 public abstract TSet readSetBegin() throws TException; in readSetBegin()
/dports/devel/node-thrift/thrift-0.14.0/lib/java/src/org/apache/thrift/protocol/
H A DTProtocol.java69 protected void checkReadBytesAvailable(TSet set) throws TException { in checkReadBytesAvailable()
107 public abstract void writeSetBegin(TSet set) throws TException; in writeSetBegin()
151 public abstract TSet readSetBegin() throws TException; in readSetBegin()
/dports/biology/seqan1/seqan-1.3.1/seqan/index/
H A Dindex_esa_algs.h300 typedef typename Set<TFraction>::Type TSet; // c..char, begin/end indices in posList
302 TSet set;
373 typedef typename TFractionCompound::TSet TSet;
374 typedef typename Iterator<TSet>::Type TSetIterator;
375 typedef typename Iterator<TSet const>::Type TConstSetIterator;
476 TSet const &set = (*it).set;
477 typename Iterator<TSet const>::Type sit = begin(set), sitEnd = end(set);
519 typedef typename TCompound::TSet TSet;
520 typedef typename Iterator<TSet>::Type TSetIterator;
711 typedef typename TFractionCompound::TSet TSet;
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/webtbf/
H A Dtw31973.pp14 TIntegerSet = specialize TSet<Integer, TIntegerSetCompare>;
19 Iterator: TSet.TIterator; //should be TIntegerSet.TIterator;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/corelib/test/
H A Dtest_hash.cpp215 template<class TSet>
216 bool TestSet(TSet& hs, const string& set_name, const TKeys& keys) in TestSet()
225 pair<typename TSet::const_iterator, bool> res = hs.insert(keys[i]); in TestSet()
233 pair<typename TSet::const_iterator, bool> res = hs.insert(keys[i]); in TestSet()
241 typename TSet::const_iterator f = hs.find(keys[i]); in TestSet()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/java/src/main/java/com/facebook/thrift/protocol/
H A DTCompactJSONProtocol.java88 public void writeSetBegin(TSet set) throws TException { in writeSetBegin()
177 public TSet readSetBegin() throws TException { in readSetBegin()
179 return new TSet(getTypeIDForPeekedByte(reader_.peek()), -1); in readSetBegin()
H A DTJSONProtocol.java104 public void writeSetBegin(TSet set) throws TException { in writeSetBegin()
178 public TSet readSetBegin() throws TException { in readSetBegin()
182 return new TSet(elemType, size); in readSetBegin()
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtarrconstr5.pp6 TSet = set of (One, Two, Three);
10 TSetArray =array of TSet;
43 procedure CheckSet(aActual, aExpected: array of TSet);
99 sa2: array of TSet;
100 sa3: specialize TArray<TSet>;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dcaligner-aligntail.cpp9 void CAligner::MakeLocalSpliceSet( CIntron::TSet& iSet, int qdir, int qpos ) const in MakeLocalSpliceSet()
15 for( CIntron::TSet::const_iterator i = ss.begin() ; i != ss.end(); ++i ) { in MakeLocalSpliceSet()
21 for( CIntron::TSet::const_iterator i = ss.begin(); i != ss.end(); ++i ) { in MakeLocalSpliceSet()
91 CIntron::TSet iSet; in AlignTail()
115 CIntron::TSet::const_iterator iPos = iSet.begin(); in AlignTail()
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/index/
H A Dindex_esa_algs.h337 … typedef typename Set<TFraction>::Type TSet; // c..char, begin/end indices in posList
339 TSet set;
410 typedef typename TFractionCompound::TSet TSet;
411 typedef typename Iterator<TSet>::Type TSetIterator;
412 typedef typename Iterator<TSet const>::Type TConstSetIterator;
519 TSet const &set = (*it).set;
520 typename Iterator<TSet const>::Type sit = begin(set), sitEnd = end(set);
562 typedef typename TCompound::TSet TSet;
563 typedef typename Iterator<TSet>::Type TSetIterator;
768 typedef typename TFractionCompound::TSet TSet;
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/index/
H A Dindex_esa_algs.h337 … typedef typename Set<TFraction>::Type TSet; // c..char, begin/end indices in posList
339 TSet set;
410 typedef typename TFractionCompound::TSet TSet;
411 typedef typename Iterator<TSet>::Type TSetIterator;
412 typedef typename Iterator<TSet const>::Type TConstSetIterator;
519 TSet const &set = (*it).set;
520 typename Iterator<TSet const>::Type sit = begin(set), sitEnd = end(set);
562 typedef typename TCompound::TSet TSet;
563 typedef typename Iterator<TSet>::Type TSetIterator;
768 typedef typename TFractionCompound::TSet TSet;
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/index/
H A Dindex_esa_algs.h337 … typedef typename Set<TFraction>::Type TSet; // c..char, begin/end indices in posList
339 TSet set;
410 typedef typename TFractionCompound::TSet TSet;
411 typedef typename Iterator<TSet>::Type TSetIterator;
412 typedef typename Iterator<TSet const>::Type TConstSetIterator;
519 TSet const &set = (*it).set;
520 typename Iterator<TSet const>::Type sit = begin(set), sitEnd = end(set);
562 typedef typename TCompound::TSet TSet;
563 typedef typename Iterator<TSet>::Type TSetIterator;
768 typedef typename TFractionCompound::TSet TSet;
[all …]
/dports/devel/pire/pire-release-0.0.6/pire/
H A Dfsm.cpp240 TSet<Char> ret; in OutgoingLetters()
335 TSet<Transition> usedTransitions; in AppendStrings()
336 TSet<char> usedFirsts; in AppendStrings()
400 TSet<size_t> targets; in Import()
633 TSet<size_t> Fsm::DeadStates() const in DeadStates()
635 TSet<size_t> res; in DeadStates()
699 TSet<size_t> dead = DeadStates(); in RemoveDeadEnds()
728 TSet<size_t> connStates; in MergeEpsilonConnection()
863 TSet<size_t> terminals; in TerminalStates()
1011 TSet<size_t> mTerminals;
[all …]
/dports/devel/pire/pire-release-0.0.6/pire/stub/
H A Dstl.h124 class TSet: public std::set<T, C, A> {
126 TSet(): std::set<T, C, A>() {} in TSet() function
128 TSet(std::initializer_list<T> il): std::set<T, C, A>(il) {} in TSet() function
131 TSet(Arg1 arg1): std::set<T, C, A>(arg1) {} in TSet() function
134 TSet(Arg1 arg1, Arg2 arg2): std::set<T, C, A>(arg1, arg2) {} in TSet() function
137 TSet(Arg1 arg1, Arg2 arg2, Arg3 arg3): std::set<T, C, A>(arg1, arg2, arg3) {} in TSet() function
/dports/devel/thrift-cpp/thrift-0.14.0/lib/javame/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java118 public void writeSetBegin(TSet set) throws TException { in writeSetBegin()
248 public TSet readSetBegin() throws TException { in readSetBegin()
249 TSet set = new TSet(); in readSetBegin()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java118 public void writeSetBegin(TSet set) throws TException { in writeSetBegin()
248 public TSet readSetBegin() throws TException { in readSetBegin()
249 TSet set = new TSet(); in readSetBegin()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/csharp/src/Protocol/
H A DTBinaryProtocol.cs143 public override void WriteSetBegin(TSet set) in WriteSetBegin()
302 public override TSet ReadSetBegin() in ReadSetBegin()
304 TSet set = new TSet(); in ReadSetBegin()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java118 public void writeSetBegin(TSet set) throws TException { in writeSetBegin()
248 public TSet readSetBegin() throws TException { in readSetBegin()
249 TSet set = new TSet(); in readSetBegin()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/csharp/src/Protocol/
H A DTBinaryProtocol.cs143 public override void WriteSetBegin(TSet set) in WriteSetBegin()
302 public override TSet ReadSetBegin() in ReadSetBegin()
304 TSet set = new TSet(); in ReadSetBegin()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/javame/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java118 public void writeSetBegin(TSet set) throws TException { in writeSetBegin()
248 public TSet readSetBegin() throws TException { in readSetBegin()
249 TSet set = new TSet(); in readSetBegin()
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/javame/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java118 public void writeSetBegin(TSet set) throws TException { in writeSetBegin()
248 public TSet readSetBegin() throws TException { in readSetBegin()
249 TSet set = new TSet(); in readSetBegin()
/dports/devel/thrift/thrift-0.14.0/lib/javame/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java118 public void writeSetBegin(TSet set) throws TException { in writeSetBegin()
248 public TSet readSetBegin() throws TException { in readSetBegin()
249 TSet set = new TSet(); in readSetBegin()
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/javame/src/org/apache/thrift/protocol/
H A DTBinaryProtocol.java118 public void writeSetBegin(TSet set) throws TException { in writeSetBegin()
248 public TSet readSetBegin() throws TException { in readSetBegin()
249 TSet set = new TSet(); in readSetBegin()

12345678910>>...37