/thrift-3.4.0/lib/cpp/src/thrift/protocol/ |
D | TProtocolException.h | 49 DEPTH_LIMIT = 6 enumerator 87 case DEPTH_LIMIT: in what()
|
D | TProtocol.h | 545 throw TProtocolException(TProtocolException::DEPTH_LIMIT); in incrementInputRecursionDepth() 552 throw TProtocolException(TProtocolException::DEPTH_LIMIT); in incrementOutputRecursionDepth()
|
/thrift-3.4.0/lib/php/lib/Exception/ |
D | TProtocolException.php | 44 const DEPTH_LIMIT = 6; define in Thrift\\Exception\\TProtocolException
|
/thrift-3.4.0/lib/netstd/Thrift/Protocol/ |
D | TProtocolException.cs | 32 public const int DEPTH_LIMIT = 6; field in Thrift.Protocol.TProtocolException
|
D | TProtocol.cs | 64 … throw new TProtocolException(TProtocolException.DEPTH_LIMIT, "Depth limit exceeded"); in IncrementRecursionDepth()
|
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/ |
D | TProtocolException.java | 34 public static final int DEPTH_LIMIT = 6; field in TProtocolException
|
/thrift-3.4.0/lib/lua/ |
D | TProtocol.lua | 29 DEPTH_LIMIT = 6, 44 elseif self.errorCode == self.DEPTH_LIMIT then
|
/thrift-3.4.0/lib/go/thrift/ |
D | protocol_exception.go | 40 DEPTH_LIMIT = 6 const
|
D | protocol.go | 97 return NewTProtocolExceptionWithType(DEPTH_LIMIT, errors.New("Depth limit exceeded"))
|
/thrift-3.4.0/lib/dart/lib/src/protocol/ |
D | t_protocol_error.dart | 27 static const int DEPTH_LIMIT = 6;
|
D | t_protocol_util.dart | 33 TProtocolErrorType.DEPTH_LIMIT, "Depth limit exceeded");
|
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/protocol/ |
D | TProtocolException.hx | 34 public static inline var DEPTH_LIMIT : Int = 6;
|
D | TProtocolImplBase.hx | 58 throw new TProtocolException(TProtocolException.DEPTH_LIMIT, "Depth limit exceeded");
|
/thrift-3.4.0/lib/d/src/thrift/protocol/ |
D | base.d | 211 DEPTH_LIMIT /// enumerator 224 case Type.DEPTH_LIMIT: return "Exceeded size limit"; in msgForType()
|
/thrift-3.4.0/lib/rb/lib/thrift/protocol/ |
D | base_protocol.rb | 32 DEPTH_LIMIT = 6 constant in Thrift.ProtocolException
|
/thrift-3.4.0/lib/nodejs/lib/thrift/ |
D | thrift.js | 150 DEPTH_LIMIT: 6
|
/thrift-3.4.0/lib/perl/lib/Thrift/ |
D | Protocol.pm | 41 use constant DEPTH_LIMIT => 6; constant
|
/thrift-3.4.0/lib/delphi/src/ |
D | Thrift.Protocol.pas | 122 DEPTH_LIMIT = 6 1259 TExceptionType.DEPTH_LIMIT: Result := TProtocolExceptionDepthLimit.Create(msg); 1307 result := TExceptionType.DEPTH_LIMIT;
|
/thrift-3.4.0/lib/py/src/protocol/ |
D | TProtocol.py | 39 DEPTH_LIMIT = 6 variable in TProtocolException
|
/thrift-3.4.0/lib/ocaml/src/ |
D | Thrift.ml | 264 | DEPTH_LIMIT Constructor
|
/thrift-3.4.0/lib/js/src/ |
D | thrift.js | 282 DEPTH_LIMIT: 6 property in Thrift.TProtocolExceptionType
|