Home
last modified time | relevance | path

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

/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 __anonccef26e70111::AudioTogglePlaybackTest
/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.h1196 return static_cast<int>(impl_.ByteCount(cur_) - start_count_); in ByteCount()
1255 int64 start_count_; variable
Dcoded_stream.cc935 start_count_(stream->ByteCount()) { in CodedOutputStream()