Searched defs:inner (Results 1 – 9 of 9) sorted by relevance
/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() 52 public TProtocolException(string message, Exception inner = null) in TProtocolException()
|
/thrift-3.4.0/lib/netstd/Thrift/Transport/ |
D | TTransportException.cs | 41 public TTransportException(ExceptionType exType, Exception inner = null) in TTransportException() 47 public TTransportException(ExceptionType exType, string message, Exception inner = null) in TTransportException() 53 public TTransportException(string message, Exception inner = null) in TTransportException()
|
/thrift-3.4.0/lib/netstd/Thrift/ |
D | TException.cs | 29 public TException(string message, Exception inner) in TException()
|
/thrift-3.4.0/compiler/cpp/src/thrift/generate/ |
D | validator_parser.h | 123 validation_rule(std::string name, validation_rule* inner) : name(name), inner(inner){}; in validation_rule() function 133 validation_rule* inner = nullptr; variable
|
D | t_haxe_generator.cc | 2892 string inner = inner_types.substr(comma_start, comma_pos - comma_start); in get_cap_name() local
|
/thrift-3.4.0/lib/rs/src/protocol/ |
D | stored.rs | 82 inner: &'a mut dyn TInputProtocol, field
|
D | multiplexed.rs | 61 inner: P, field
|
/thrift-3.4.0/test/swift/CrossTests/Sources/TestClient/ |
D | main.swift | 218 let inner = Xtruct(string_thing: "Zero", byte_thing: 1, i32_thing: -3, i64_thing: -5) in testNest() variable
|
/thrift-3.4.0/lib/py/src/transport/ |
D | TTransport.py | 37 def __init__(self, type=UNKNOWN, message=None, inner=None): argument
|