Home
last modified time | relevance | path

Searched defs:start_count (Results 1 – 10 of 10) sorted by relevance

/external/grpc-grpc/src/cpp/server/load_reporter/
Dload_data_store.h129 : start_count_(start_count), in start_count_() argument
173 uint64_t start_count() const { return start_count_; } in start_count() function
Dload_reporter.cc403 const uint64_t start_count = static_cast<uint64_t>(p.second); in ProcessViewDataCallStart() local
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/load_reporter/
Dload_data_store.h129 : start_count_(start_count), in start_count_() argument
173 uint64_t start_count() const { return start_count_; } in start_count() function
Dload_reporter.cc404 const uint64_t start_count = static_cast<uint64_t>(p.second); in ProcessViewDataCallStart() local
/external/llvm-project/libc/test/src/threads/
Dcall_once_test.cpp63 static atomic_uint start_count; variable
/external/webrtc/modules/audio_coding/codecs/ilbc/
Dencode.c59 size_t start_count, end_count; in WebRtcIlbcfix_EncodeImpl() local
/external/libcups/backend/
Dsocket.c75 start_count, /* Page count via SNMP at start */ in main() local
Dipp.c212 start_count, /* Page count via SNMP at start */ in main() local
/external/rust/crates/rayon-core/src/thread_pool/
Dtest.rs114 let start_count = wait_for_counter(start_count); in failed_thread_stack() localVariable
/external/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc850 CMapTable::CMapFormat4::Builder::Segment::Segment(int32_t start_count, in Segment()
862 int32_t CMapTable::CMapFormat4::Builder::Segment::start_count() { in start_count() function in sfntly::CMapTable::CMapFormat4::Builder::Segment
867 CMapTable::CMapFormat4::Builder::Segment::set_start_count(int32_t start_count) { in set_start_count()