Home
last modified time | relevance | path

Searched defs:N (Results 1 – 3 of 3) sorted by relevance

/thrift-3.4.0/lib/cpp/test/
DTMemoryBufferTest.cpp134 #define N 73 in BOOST_AUTO_TEST_CASE() macro
207 #define N 73 in BOOST_AUTO_TEST_CASE() macro
296 #define N 73 in BOOST_AUTO_TEST_CASE() macro
/thrift-3.4.0/lib/rs/src/protocol/
Dmod.rs667 pub fn new<N, S, I>(name: N, field_type: TType, id: I) -> TFieldIdentifier in new()
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp11147 const std::size_t N = static_cast<std::size_t>( std::distance( itMessage, itEnd ) ); in printRemainingMessages() local