Home
last modified time | relevance | path

Searched defs:size_t (Results 1 – 13 of 13) sorted by relevance

/6.0.3/goproj/src/github.com/couchbase/indexing/secondary/fdb/examples/custom_comparator/
Dcomparator.go12 func CompareBytesReversed(k1 unsafe.Pointer, k1len C.size_t, k2 unsafe.Pointer, k2len C.size_t) int…
/6.0.3/godeps/src/github.com/couchbase/goforestdb/examples/custom_comparator/
Dcomparator.go12 func CompareBytesReversed(k1 unsafe.Pointer, k1len C.size_t, k2 unsafe.Pointer, k2len C.size_t) int…
/6.0.3/platform/tests/pipe_test/
H A Dpipe_benchmark.cc73 pipe.produce([](void*, size_t) -> size_t { return 4; }); in Consume() argument
90 pipe.produce([](void*, size_t) -> size_t { return 4; }); in Rdata() argument
/6.0.3/kv_engine/engines/nobucket/
H A Dnobucket.cc104 const size_t, in item_allocate()
116 size_t, in item_allocate_ex() argument
315 size_t, in dcp_get_failover_log() argument
343 size_t, in dcp_mutation() argument
362 size_t, in dcp_deletion() argument
377 size_t, in dcp_deletion_v2() argument
392 size_t, in dcp_expiration() argument
/6.0.3/kv_engine/engines/ep/benchmarks/
H A Dbenchmark_memory_tracker.cc83 void BenchmarkMemoryTracker::NewHook(const void* ptr, size_t) { in NewHook() argument
/6.0.3/kv_engine/engines/ep/src/
H A Dconfiguration.h80 virtual void sizeValueChanged(const std::string &key, size_t) { in sizeValueChanged() argument
166 virtual void validateSize(const std::string& key, size_t) { in validateSize() argument
H A Dmemory_tracker.cc82 void MemoryTracker::NewHook(const void* ptr, size_t) { in NewHook() argument
H A Dconfiguration.cc43 TYPENAME(size_t) in TYPENAME() argument
/6.0.3/moxi/conflate/
H A Drest.c207 size_t (response_handler)(void *, size_t, size_t, void *)) { in setup_handle() argument
/6.0.3/kv_engine/tests/memory_tracking_test/
H A Dmemory_tracking_test.cc40 static void NewHook(const void* ptr, size_t) { in NewHook() argument
/6.0.3/godeps/src/github.com/couchbase/goforestdb/
Dconfig.go29last_oldfile_offset C.size_t, last_newfile_offset C.size_t, ctx unsafe.Pointer) C.fdb_compact_deci…
/6.0.3/platform/src/
H A Dcb_win32.cc137 int cb_get_thread_name(char*, size_t) in cb_get_thread_name() argument
/6.0.3/subjson/contrib/jsonsl/
H A Djsonsl.h45 typedef unsigned int size_t; typedef