/thrift-3.4.0/lib/json/ |
D | schema.json | 32 "type": "object", string 42 "type": "object", string 54 "type": "object", string 68 "type": "object", string 80 "type": "object", string 82 "typeId": { "type": "string" }, string 83 "class": { "type": "string" } string 99 "type": "object", string 101 "name": { "type": "string" }, string 102 "doc": { "type": "string" } string [all …]
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/meta_data/ |
D | FieldValueMetaData.java | 28 public final byte type; field in FieldValueMetaData 34 public FieldValueMetaData(byte type, boolean binary) { in FieldValueMetaData() 41 public FieldValueMetaData(byte type) { in FieldValueMetaData() 45 public FieldValueMetaData(byte type, String typedefName) { in FieldValueMetaData()
|
/thrift-3.4.0/test/ |
D | result.js | 34 render: function(data, type, row) { argument 40 render: function(data, type, row) { argument 49 render: function(data, type, row) { argument
|
/thrift-3.4.0/lib/javame/src/org/apache/thrift/meta_data/ |
D | FieldValueMetaData.java | 48 public final byte type; field in FieldValueMetaData 50 public FieldValueMetaData(byte type){ in FieldValueMetaData()
|
/thrift-3.4.0/lib/javame/src/org/apache/thrift/transport/ |
D | TTransportException.java | 44 public TTransportException(int type) { in TTransportException() 49 public TTransportException(int type, String message) { in TTransportException() 58 public TTransportException(int type, Throwable cause) { in TTransportException() 71 public TTransportException(int type, String message, Throwable cause) { in TTransportException()
|
/thrift-3.4.0/lib/javame/src/org/apache/thrift/protocol/ |
D | TProtocolException.java | 45 public TProtocolException(int type) { in TProtocolException() 50 public TProtocolException(int type, String message) { in TProtocolException() 59 public TProtocolException(int type, Throwable cause) { in TProtocolException() 72 public TProtocolException(int type, String message, Throwable cause) { in TProtocolException()
|
D | TProtocolUtil.java | 58 public static void skip(TProtocol prot, byte type) in skip() 71 public static void skip(TProtocol prot, byte type, int maxDepth) in skip()
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/transport/ |
D | TTransportException.java | 42 public TTransportException(int type) { in TTransportException() 47 public TTransportException(int type, String message) { in TTransportException() 56 public TTransportException(int type, Throwable cause) { in TTransportException() 69 public TTransportException(int type, String message, Throwable cause) { in TTransportException()
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/ |
D | TProtocolException.java | 42 public TProtocolException(int type) { in TProtocolException() 47 public TProtocolException(int type, String message) { in TProtocolException() 56 public TProtocolException(int type, Throwable cause) { in TProtocolException() 69 public TProtocolException(int type, String message, Throwable cause) { in TProtocolException()
|
D | TProtocolUtil.java | 52 public static void skip(TProtocol prot, byte type) throws TException { in skip() 64 public static void skip(TProtocol prot, byte type, int maxDepth) throws TException { in skip()
|
/thrift-3.4.0/lib/d/src/thrift/server/transport/ |
D | base.d | 117 Type type() const nothrow @property { in type() function 125 string errorMsg(Type type) { in errorMsg()
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/partial/ |
D | TFieldData.java | 29 public static int encode(byte type) { in encode() 33 public static int encode(byte type, short id) { in encode()
|
/thrift-3.4.0/lib/py/test/ |
D | thrift_TBinaryProtocol.py | 27 def testNaked(type, data): argument 85 def testField(type, data): argument
|
/thrift-3.4.0/lib/cpp/src/thrift/transport/ |
D | TTransportException.h | 59 TTransportException(TTransportExceptionType type) : apache::thrift::TException(), type_(type) {} in TTransportException() 64 TTransportException(TTransportExceptionType type, const std::string& message) in TTransportException() 67 TTransportException(TTransportExceptionType type, const std::string& message, int errno_copy) in TTransportException()
|
/thrift-3.4.0/lib/py/src/ext/ |
D | compact.cpp | 46 bool CompactProtocol::readFieldBegin(TType& type, int16_t& tag) { in readFieldBegin() 74 TType CompactProtocol::getTType(uint8_t type) { in getTType()
|
/thrift-3.4.0/lib/d/src/thrift/protocol/ |
D | base.d | 68 TType type; member 88 TMessageType type; variable 216 static string msgForType(Type type) { in msgForType() 247 Type type() const @property { in type() function 358 static string msgForType(Type type) { in msgForType() 393 Type type() @property const { in type() function
|
/thrift-3.4.0/lib/javame/src/org/apache/thrift/ |
D | TApplicationException.java | 54 public TApplicationException(int type) { in TApplicationException() 59 public TApplicationException(int type, String message) { in TApplicationException() 77 int type = UNKNOWN; in read() local
|
/thrift-3.4.0/compiler/cpp/src/thrift/generate/ |
D | validator_parser.cc | 49 t_type* type, in parse_field() 93 t_type* type, in parse_bool_field() 102 t_type* type, in parse_enum_field() 112 t_type* type, in parse_double_field() 126 t_type* type, in parse_integer_field() 140 t_type* type, in parse_string_field() 156 t_type* type, in parse_set_field() 163 t_type* type, in parse_list_field() 191 t_type* type, in parse_map_field() 229 t_type* type, in parse_struct_field() [all …]
|
/thrift-3.4.0/lib/nodejs/lib/thrift/ |
D | multiplexed_protocol.js | 32 MultiplexProtocol.prototype.writeMessageBegin = function(name, type, seqid) { argument 35 MultiplexProtocol.super_.prototype.writeMessageBegin.call(this, argument 40 MultiplexProtocol.super_.prototype.writeMessageBegin.call(this, name, type, seqid); argument
|
/thrift-3.4.0/lib/cpp/src/thrift/protocol/ |
D | TProtocolException.h | 54 TProtocolException(TProtocolExceptionType type) : apache::thrift::TException(), type_(type) {} in TProtocolException() 59 TProtocolException(TProtocolExceptionType type, const std::string& message) in TProtocolException()
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/ |
D | TApplicationException.java | 56 public TApplicationException(int type) { in TApplicationException() 61 public TApplicationException(int type, String message) { in TApplicationException() 88 int type = UNKNOWN; in read() local
|
/thrift-3.4.0/compiler/cpp/src/thrift/parse/ |
D | parse.cc | 30 const t_type* type = this; in get_true_type() local
|
D | t_typedef.cc | 30 const t_type* type = get_program()->scope()->get_type(symbolic_); in get_type() local
|
/thrift-3.4.0/lib/netstd/Thrift/Protocol/ |
D | TProtocolException.cs | 40 public TProtocolException(int type, Exception inner = null) in TProtocolException() 46 public TProtocolException(int type, string message, Exception inner = null) in TProtocolException()
|
/thrift-3.4.0/lib/cpp/src/thrift/ |
D | TApplicationException.h | 53 TApplicationException(TApplicationExceptionType type) : TException(), type_(type) {} in TApplicationException() 57 TApplicationException(TApplicationExceptionType type, const std::string& message) in TApplicationException()
|