Home
last modified time | relevance | path

Searched refs:VOID (Results 1 – 21 of 21) sorted by relevance

/thrift-3.4.0/lib/java/src/test/java/org/apache/thrift/protocol/
DTestTField.java35 uut = new TField("foo", TType.VOID, (short) 42); in testConstructor()
37 assertEquals(TType.VOID, uut.type); in testConstructor()
53 uut1 = new TField("foo", TType.VOID, (short) 1); in testEquality()
58 uut1 = new TField("foo", TType.VOID, (short) 5); in testEquality()
/thrift-3.4.0/lib/go/thrift/
Dtype.go27 VOID = 1 const
46 VOID: "VOID",
Djson_protocol.go289 return VOID, VOID, 0, e
477 return VOID, 0, e
485 return VOID, size, err
Dsimple_json_protocol.go412 return VOID, VOID, 0, e
1108 return VOID, 0, e
/thrift-3.4.0/lib/javame/src/org/apache/thrift/protocol/
DTType.java28 public static final byte VOID = 1; field in TType
/thrift-3.4.0/lib/php/lib/Type/
DTType.php31 const VOID = 1; define in Thrift\\Type\\TType
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTType.java25 public static final byte VOID = 1; field in TType
/thrift-3.4.0/lib/perl/lib/Thrift/
DType.pm33 use constant VOID => 1; constant
/thrift-3.4.0/lib/rb/lib/thrift/
Dtypes.rb25 VOID = 1 constant
/thrift-3.4.0/lib/dart/lib/src/protocol/
Dt_type.dart22 static const int VOID = 1;
/thrift-3.4.0/lib/py/src/
DThrift.py23 VOID = 1 variable in TType
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/protocol/
DTType.hx25 …public static inline var VOID_ : Int = 1; // VOID produces collisions with cpp targets in some c…
/thrift-3.4.0/lib/nodejs/lib/thrift/
Dthrift.js23 VOID: 1,
/thrift-3.4.0/lib/lua/
DThrift.lua55 VOID = 1,
/thrift-3.4.0/lib/d/src/thrift/protocol/
Dbase.d39 VOID = 1, /// enumerator
Dcompact.d478 case TType.VOID: in toCType()
Djson.d906 case TType.VOID: in getNameFromTType()
/thrift-3.4.0/lib/php/src/
DThrift.php29 const VOID = 1; define in TType
/thrift-3.4.0/lib/js/src/
Dthrift.js74 VOID: 1, property in Thrift.Type
/thrift-3.4.0/lib/netstd/Tests/Thrift.PublicInterfaces.Compile.Tests/
DCassandraTest.thrift430 VOID = 2,
/thrift-3.4.0/
DCHANGES.md242 - [THRIFT-5381](https://issues.apache.org/jira/browse/THRIFT-5381) - possible collisions at VOID ty…
321 - [THRIFT-5381](https://issues.apache.org/jira/browse/THRIFT-5381) - possible collisions at VOID ty…