Home
last modified time | relevance | path

Searched refs:TSet (Results 1 – 25 of 909) sorted by last modified time

12345678910>>...37

/dports/devel/thrift-cpp/thrift-0.14.0/lib/cpp/src/thrift/protocol/
H A DTBinaryProtocol.tcc344 TSet set(elemType, size); in readSetBegin()
/dports/audio/epos-devel/epos-2.5.37/src/nnet/
H A Dmap.h7 template<class T1, class T2> class TMap : public TSet< TPair<T1,T2> > {
36 return TSet<TData>::find (x); in find()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/shapes/gen-swift/test/fixtures/shapes/
H A DB.java1140 TSet _set = oprot.readSetBegin(); in read0()
1305 TSet _set1 = oprot.readSetBegin(); in read0()
1411 TSet _set1 = oprot.readSetBegin(); in read0()
1583 TSet _set = oprot.readSetBegin(); in read0()
1748 TSet _set1 = oprot.readSetBegin(); in read0()
1830 TSet _set = oprot.readSetBegin(); in read0()
1934 oprot.writeSetBegin(new TSet(TType.I32, _iter0.size())); in write0()
2022 oprot.writeSetBegin(new TSet(TType.I32, _iter1.getValue().size())); in write0()
2070 oprot.writeSetBegin(new TSet(TType.I32, _iter1.size())); in write0()
2151 oprot.writeSetBegin(new TSet(TType.I32, _iter0.size())); in write0()
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/hs/Thrift/Protocol/
H A DBinary.hs111 buildBinaryValue (TSet ty entries) =
156 TSet t <$> parseBinaryList t n
202 TSet{} -> T_SET T_VOID
H A DJSON.hs115 buildJSONValue (TSet ty entries) = buildJSONValue (TList ty entries)
163 TSet ty <$> if len > 0
H A DPrettyJSON.hs76 buildJSONValue i l (TSet _ entries) = "[" <>
H A DSimpleJSON.hs104 buildJSONValue (TSet _ entries) = "[" <> buildJSONList entries <> "]"
139 TSet ty <$> between '[' ']' (parseJSONList ty)
H A DCompact.hs125 buildCompactValue (TSet ty entries) = buildCompactValue (TList ty entries)
170 parseCompactValue (T_SET ty) = TSet ty <$> parseCompactList
287 TSet{} -> 0x0A
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/hs/Thrift/
H A DProtocol.hs129 TSet{} -> T_SET T_VOID
H A DTypes.hs45 | TSet ThriftType [ThriftVal] constructor
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/refs/gen-java/
H A DStructWithContainers.java534 TSet _set19 = iprot.readSetBegin(); in read()
593 TSet _set29 = iprot.readSetBegin(); in read()
659 oprot.writeSetBegin(new TSet(TType.I32, this.set_ref.size())); in write()
693 oprot.writeSetBegin(new TSet(TType.I32, this.set_ref_shared.size())); in write()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/compiler/test/fixtures/refs/gen-swift/test/fixtures/refs/
H A DStructWithContainers.java276 TSet _set = oprot.readSetBegin(); in read0()
331 TSet _set = oprot.readSetBegin(); in read0()
388 oprot.writeSetBegin(new TSet(TType.I32, _iter0.size())); in write0()
419 oprot.writeSetBegin(new TSet(TType.I32, _iter0.size())); in write0()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/java/src/main/java/com/facebook/thrift/protocol/
H A DAbstractTSimpleJSONProtocol.java51 private static final TSet EMPTY_SET = new TSet();
203 public void writeSetBegin(TSet set) throws TException { in writeSetBegin()
846 public TSet readSetBegin() throws TException { in readSetBegin()
848 return new TSet(getTypeIDForPeekedByte(reader_.peek()), -1); in readSetBegin()
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()
H A DTProtocol.java70 public abstract void writeSetBegin(TSet set) throws TException; in writeSetBegin()
146 public abstract TSet readSetBegin() throws TException; in readSetBegin()
H A DTProtocolDecorator.java93 public void writeSetBegin(TSet tSet) throws TException { in writeSetBegin()
177 public TSet readSetBegin() throws TException { in readSetBegin()
H A DTSet.java20 public final class TSet { class
21 public TSet() { in TSet() method in TSet
25 public TSet(byte t, int s) { in TSet() method in TSet
30 public TSet(TList list) { in TSet() method in TSet
H A DTBinaryProtocol.java153 public void writeSetBegin(TSet set) throws TException { in writeSetBegin()
271 public TSet readSetBegin() throws TException { in readSetBegin()
276 return new TSet(type, size); in readSetBegin()
H A DTCompactProtocol.java278 public void writeSetBegin(TSet set) throws TException { in writeSetBegin()
595 public TSet readSetBegin() throws TException { in readSetBegin()
596 return new TSet(readListBegin()); in readSetBegin()
H A DTProtocolUtil.java131 TSet set = prot.readSetBegin(); in skip()
H A DTSimpleJSONProtocol.java134 public void writeSetBegin(TSet set) throws TException { in writeSetBegin()
270 public TSet readSetBegin() throws TException { in readSetBegin()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/java/src/test/java/com/facebook/thrift/swift/adapters/
H A DApacheToFacebookProtocolAdapter.java29 import com.facebook.thrift.protocol.TSet;
163 public void writeSetBegin(TSet set) throws TException { in writeSetBegin()
165 apacheProtocol.writeSetBegin(new org.apache.thrift.protocol.TSet(set.elemType, set.size)); in writeSetBegin()
348 public TSet readSetBegin() throws TException { in readSetBegin()
349 org.apache.thrift.protocol.TSet set = null; in readSetBegin()
352 return new TSet(set.elemType, set.size); in readSetBegin()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/android_lite/src/com/facebook/thrift/lite/protocol/
H A DTBinaryProtocol.java85 public void writeSetBegin(TSet set) throws IOException { in writeSetBegin()
H A DTSet.java20 public final class TSet { class
25 public TSet() { in TSet() method in TSet
29 public TSet(byte t, int s) { in TSet() method in TSet
34 public TSet(TList list) { in TSet() method in TSet

12345678910>>...37