Home
last modified time | relevance | path

Searched defs:max (Results 1 – 5 of 5) sorted by relevance

/thrift-3.4.0/lib/swift/Tests/ThriftTests/
DTCompactProtocolTests.swift137 let max = Int32.max in testInt32ZigZag() variable
169 let max = Int64.max in testInt64ZigZag() variable
/thrift-3.4.0/lib/d/test/
Dtransport_test.d77 this(size_t min, size_t max) { in this()
94 size_t max() const @property { in max() function
/thrift-3.4.0/lib/py/src/ext/
Dprotocol.tcc25 #define CHECK_RANGE(v, min, max) (((v) <= (max)) && ((v) >= (min))) argument
224 bool parse_pyint(PyObject* o, T* ret, int32_t min, int32_t max) { in parse_pyint()
/thrift-3.4.0/lib/cpp/test/
DTransportTest.cpp81 RandomSizeGenerator(uint32_t min, uint32_t max) in RandomSizeGenerator()
109 GenericSizeGenerator(uint32_t min, uint32_t max) in GenericSizeGenerator()
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp7152 static constexpr result_type max() { return 1000000; } in max() function