Home
last modified time | relevance | path

Searched defs:Type (Results 1 – 15 of 15) sorted by relevance

/thrift-3.4.0/lib/ts/
Dthrift.d.ts46 interface Type { interface
65 var Type: Type; variable
/thrift-3.4.0/lib/netstd/Thrift/Protocol/Entities/
DTField.cs32 public TType Type { get; set; } property
DTMessage.cs32 public TMessageType Type { get; set; } property
/thrift-3.4.0/lib/d/src/thrift/server/transport/
Dbase.d81 enum Type { enum
/thrift-3.4.0/lib/netstd/Thrift/Protocol/
DTProtocolException.cs34 protected int Type = UNKNOWN; field in Thrift.Protocol.TProtocolException
/thrift-3.4.0/lib/netstd/Thrift/Transport/
DTTransportException.cs58 public ExceptionType Type => ExType; field in Thrift.Transport.TTransportException
/thrift-3.4.0/lib/d/src/thrift/protocol/
Dbase.d204 enum Type { enum
342 enum Type { enum
/thrift-3.4.0/lib/netstd/Thrift/
DTApplicationException.cs47 public ExceptionType Type { get; private set; } property in Thrift.TApplicationException
/thrift-3.4.0/lib/nodejs/lib/thrift/
Dthrift.js21 var Type = exports.Type = { variable
Dbinary_protocol.js24 var Type = Thrift.Type; variable
Djson_protocol.js22 var Type = Thrift.Type; variable
Dcompact_protocol.js23 var Type = Thrift.Type; variable
/thrift-3.4.0/lib/d/src/thrift/transport/
Dbase.d309 enum Type { enum
/thrift-3.4.0/lib/js/src/
Dthrift.js72 Type: { class in Thrift
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp4587 enum Type { Positional, ShortOpt, LongOpt }; enum