Home
last modified time | relevance | path

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

/thrift-3.4.0/lib/cpp/src/thrift/protocol/
DTProtocolException.h49 DEPTH_LIMIT = 6 enumerator
87 case DEPTH_LIMIT: in what()
DTProtocol.h545 throw TProtocolException(TProtocolException::DEPTH_LIMIT); in incrementInputRecursionDepth()
552 throw TProtocolException(TProtocolException::DEPTH_LIMIT); in incrementOutputRecursionDepth()
/thrift-3.4.0/lib/php/lib/Exception/
DTProtocolException.php44 const DEPTH_LIMIT = 6; define in Thrift\\Exception\\TProtocolException
/thrift-3.4.0/lib/netstd/Thrift/Protocol/
DTProtocolException.cs32 public const int DEPTH_LIMIT = 6; field in Thrift.Protocol.TProtocolException
DTProtocol.cs64 … throw new TProtocolException(TProtocolException.DEPTH_LIMIT, "Depth limit exceeded"); in IncrementRecursionDepth()
/thrift-3.4.0/lib/java/src/main/java/org/apache/thrift/protocol/
DTProtocolException.java34 public static final int DEPTH_LIMIT = 6; field in TProtocolException
/thrift-3.4.0/lib/lua/
DTProtocol.lua29 DEPTH_LIMIT = 6,
44 elseif self.errorCode == self.DEPTH_LIMIT then
/thrift-3.4.0/lib/go/thrift/
Dprotocol_exception.go40 DEPTH_LIMIT = 6 const
Dprotocol.go97 return NewTProtocolExceptionWithType(DEPTH_LIMIT, errors.New("Depth limit exceeded"))
/thrift-3.4.0/lib/dart/lib/src/protocol/
Dt_protocol_error.dart27 static const int DEPTH_LIMIT = 6;
Dt_protocol_util.dart33 TProtocolErrorType.DEPTH_LIMIT, "Depth limit exceeded");
/thrift-3.4.0/lib/haxe/src/org/apache/thrift/protocol/
DTProtocolException.hx34 public static inline var DEPTH_LIMIT : Int = 6;
DTProtocolImplBase.hx58 throw new TProtocolException(TProtocolException.DEPTH_LIMIT, "Depth limit exceeded");
/thrift-3.4.0/lib/d/src/thrift/protocol/
Dbase.d211 DEPTH_LIMIT /// enumerator
224 case Type.DEPTH_LIMIT: return "Exceeded size limit"; in msgForType()
/thrift-3.4.0/lib/rb/lib/thrift/protocol/
Dbase_protocol.rb32 DEPTH_LIMIT = 6 constant in Thrift.ProtocolException
/thrift-3.4.0/lib/nodejs/lib/thrift/
Dthrift.js150 DEPTH_LIMIT: 6
/thrift-3.4.0/lib/perl/lib/Thrift/
DProtocol.pm41 use constant DEPTH_LIMIT => 6; constant
/thrift-3.4.0/lib/delphi/src/
DThrift.Protocol.pas122 DEPTH_LIMIT = 6
1259 TExceptionType.DEPTH_LIMIT: Result := TProtocolExceptionDepthLimit.Create(msg);
1307 result := TExceptionType.DEPTH_LIMIT;
/thrift-3.4.0/lib/py/src/protocol/
DTProtocol.py39 DEPTH_LIMIT = 6 variable in TProtocolException
/thrift-3.4.0/lib/ocaml/src/
DThrift.ml264 | DEPTH_LIMIT Constructor
/thrift-3.4.0/lib/js/src/
Dthrift.js282 DEPTH_LIMIT: 6 property in Thrift.TProtocolExceptionType