Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 186) sorted by relevance

12345678

/thrift-3.4.0/lib/json/
Dschema.json32 "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/
DFieldValueMetaData.java28 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/
Dresult.js34 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/
DFieldValueMetaData.java48 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/
DTTransportException.java44 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/
DTProtocolException.java45 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()
DTProtocolUtil.java58 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/
DTTransportException.java42 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/
DTProtocolException.java42 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()
DTProtocolUtil.java52 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/
Dbase.d117 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/
DTFieldData.java29 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/
Dthrift_TBinaryProtocol.py27 def testNaked(type, data): argument
85 def testField(type, data): argument
/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTTransportException.h59 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/
Dcompact.cpp46 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/
Dbase.d68 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/
DTApplicationException.java54 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/
Dvalidator_parser.cc49 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/
Dmultiplexed_protocol.js32 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/
DTProtocolException.h54 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/
DTApplicationException.java56 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/
Dparse.cc30 const t_type* type = this; in get_true_type() local
Dt_typedef.cc30 const t_type* type = get_program()->scope()->get_type(symbolic_); in get_type() local
/thrift-3.4.0/lib/netstd/Thrift/Protocol/
DTProtocolException.cs40 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/
DTApplicationException.h53 TApplicationException(TApplicationExceptionType type) : TException(), type_(type) {} in TApplicationException()
57 TApplicationException(TApplicationExceptionType type, const std::string& message) in TApplicationException()

12345678