Home
last modified time | relevance | path

Searched refs:start_count_ (Results 1 – 8 of 8) sorted by relevance

/third_party/grpc/src/cpp/server/load_reporter/
Dload_data_store.h129 : start_count_(start_count), in start_count_() function
140 start_count_ += other.start_count_; in MergeFrom()
154 return static_cast<int64_t>(start_count_ - ok_count_ - error_count_); in GetNumCallsInProgressDelta()
158 return "[start_count_=" + std::to_string(start_count_) + in ToString()
173 uint64_t start_count() const { return start_count_; } in start_count()
184 uint64_t start_count_ = 0;
/third_party/cef/tests/ceftests/
Daudio_output_unittest.cc1053 start_count_++; in OnAudioStreamStarted()
1057 EXPECT_EQ(start_count_, ++stop_count_); in OnAudioStreamStopped()
1063 int start_count_ = 0; member in __anon2d9bc0080111::AudioTogglePlaybackTest
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc844 : start_count_(other->start_count_), in Segment()
854 : start_count_(start_count), in Segment()
863 return start_count_; in start_count()
868 start_count_ = start_count; in set_start_count()
Dcmap_table.h360 int32_t start_count_;
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dcmap_table.cc844 : start_count_(other->start_count_), in Segment()
854 : start_count_(start_count), in Segment()
863 return start_count_; in start_count()
868 start_count_ = start_count; in set_start_count()
Dcmap_table.h360 int32_t start_count_;
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h1190 return static_cast<int>(impl_.ByteCount(cur_) - start_count_); in ByteCount()
1249 int64 start_count_; variable
Dcoded_stream.cc935 start_count_(stream->ByteCount()) { in CodedOutputStream()