OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_elements_
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/common_audio/
swap_queue.h
111
num_elements_
= 0;
127
if (
num_elements_
== queue_.size()) {
139
++
num_elements_
;
142
RTC_DCHECK_LE(
num_elements_
, queue_.size());
160
if (
num_elements_
== 0) {
172
--
num_elements_
;
175
RTC_DCHECK_LE(
num_elements_
, queue_.size());
196
// (next_read_index_ +
num_elements_
) % queue_.size() =
200
size_t
num_elements_
GUARDED_BY(crit_queue_) = 0;
/art/runtime/base/
hash_set.h
137
num_elements_
= 0;
144
:
num_elements_
(0u),
160
num_elements_
(0u),
174
num_elements_
(other.
num_elements_
),
194
num_elements_
(other.
num_elements_
),
201
other.
num_elements_
= 0u;
215
num_elements_
= static_cast<uint64_t>(temp);
218
CHECK_LE(
num_elements_
, num_buckets_)
668
size_t
num_elements_
; \/\/ Number of inserted elements.
member in class:art::HashSet
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map.h
719
num_elements_
(0),
935
num_elements_
= 0;
944
size_type size() const { return
num_elements_
; }
1342
size_type
num_elements_
;
member in class:google::protobuf::Map::InnerMap
[
all
...]
/external/gmock/include/gmock/
gmock-matchers.h
3047
size_t
num_elements_
;
member in class:testing::internal::MatchMatrix
[
all
...]
Completed in 99 milliseconds