Home
last modified time | relevance | path

Searched defs:count (Results 1 – 20 of 20) sorted by relevance

/thrift-3.4.0/test/netstd/Client/Performance/
DTestDataFactory.cs29 public static CrazyNesting? CreateCrazyNesting(int count = 10) in CreateCrazyNesting()
43 private static HashSet<Insanity> CreateSetField(int count) in CreateSetField()
51 private static Insanity CreateInsanity(int count) in CreateInsanity()
60 private static List<Xtruct> CreateXtructs(int count) in CreateXtructs()
68 private static Xtruct CreateXtruct(int count) in CreateXtruct()
79 private static Dictionary<Numberz, long> CreateUserMap(int count) in CreateUserMap()
93 …Set<int>, Dictionary<int, HashSet<List<Dictionary<Insanity, string>>>>>> CreateListField(int count) in CreateListField()
101 …<int>, Dictionary<int, HashSet<List<Dictionary<Insanity, string>>>>> CreateListFieldData(int count) in CreateListFieldData()
109 private static HashSet<int> CreateIntHashSet(int count) in CreateIntHashSet()
117 …tic Dictionary<int, HashSet<List<Dictionary<Insanity, string>>>> CreateListFieldDataDict(int count) in CreateListFieldDataDict()
[all …]
/thrift-3.4.0/lib/go/thrift/
Dmiddleware_test.go28 count int member
/thrift-3.4.0/lib/cpp/test/concurrency/
DTests.cpp102 size_t count = 0; in main() local
DThreadManagerTests.h63 Task(Monitor& monitor, size_t& count, int64_t timeout) in Task()
201 …k(Monitor& entryMonitor, Monitor& blockMonitor, bool& blocked, Monitor& doneMonitor, size_t& count) in BlockTask()
/thrift-3.4.0/lib/cpp/src/thrift/
DVirtualProfiling.cpp318 size_t const count = it->second; in profile_print_info() local
334 size_t const count = it->second; in profile_print_info() local
358 uintptr_t count = it->second; in profile_write_pprof_file() local
/thrift-3.4.0/contrib/fb303/cpp/
DFacebookBase.cpp67 int64_t count = it->second.value + amount; in incrementCounter() local
DServiceTracker.cpp251 uint64_t count; in reportCheckpoint() local
/thrift-3.4.0/lib/d/src/thrift/internal/
Dresource_pool.d283 ushort count; member
Dssl.d107 auto count = sk_GENERAL_NAME_num(alternatives); in authorize() local
/thrift-3.4.0/lib/netstd/Thrift/Transport/Client/
DTMemoryBufferTransport.cs136 …public override Task WriteAsync(byte[] buffer, int offset, int count, CancellationToken cancellati… in WriteAsync()
/thrift-3.4.0/test/cpp/src/
DStressTestNonBlocking.cpp72 void count(const char* method) { in count() function in Server
533 count_map count = serviceHandler->getCount(); in main() local
DStressTest.cpp70 void count(const char* method) { in count() function in Server
596 count_map count = serviceHandler->getCount(); in main() local
/thrift-3.4.0/lib/cpp/src/thrift/concurrency/
DThreadManager.cpp579 shared_ptr<ThreadManager> ThreadManager::newSimpleThreadManager(size_t count, in newSimpleThreadManager()
/thrift-3.4.0/lib/cpp/src/thrift/server/
DTNonblockingServer.h665 void setResizeBufferEveryN(int32_t count) { resizeBufferEveryN_ = count; } in setResizeBufferEveryN()
/thrift-3.4.0/compiler/cpp/src/thrift/generate/
Dt_markdown_generator.cc442 int count = 0; in is_utf8_sequence() local
Dt_html_generator.cc413 int count = 0; in is_utf8_sequence() local
Dt_java_generator.cc5362 int count = 0; in needs_isset() local
/thrift-3.4.0/lib/netstd/Thrift/Protocol/
DTCompactProtocol.cs74 public int count; field
/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTSSLSocket.cpp752 const int count = sk_GENERAL_NAME_num(alternatives); in authorize() local
/thrift-3.4.0/compiler/cpp/tests/catch/
Dcatch.hpp3361 u_int count; in registerTestMethods() local
5868 std::size_t count; member
8591 pluralise::pluralise( std::size_t count, std::string const& label ) in pluralise()