OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_sentinel_
(Results
1 - 4
of
4
) sorted by null
/external/deqp-deps/SPIRV-Tools/source/util/
ilist_node.h
102
bool
is_sentinel_
;
member in class:spvtools::utils::IntrusiveNodeBase
111
: next_node_(nullptr), previous_node_(nullptr),
is_sentinel_
(false) {}
118
is_sentinel_
= false;
124
assert(!
is_sentinel_
);
135
is_sentinel_
(that.
is_sentinel_
) {
136
if (
is_sentinel_
) {
145
assert(
is_sentinel_
|| !IsInAList());
162
if (!next_node_->
is_sentinel_
) return next_node_;
168
if (!previous_node_->
is_sentinel_
) return previous_node_
[
all
...]
ilist.h
212
sentinel_.
is_sentinel_
= true;
219
sentinel_.
is_sentinel_
= true;
347
if (p->
is_sentinel_
) sentinel_count++;
357
if (p->
is_sentinel_
) sentinel_count++;
/external/swiftshader/third_party/SPIRV-Tools/source/util/
ilist_node.h
102
bool
is_sentinel_
;
member in class:spvtools::utils::IntrusiveNodeBase
111
: next_node_(nullptr), previous_node_(nullptr),
is_sentinel_
(false) {}
118
is_sentinel_
= false;
124
assert(!
is_sentinel_
);
135
is_sentinel_
(that.
is_sentinel_
) {
136
if (
is_sentinel_
) {
145
assert(
is_sentinel_
|| !IsInAList());
162
if (!next_node_->
is_sentinel_
) return next_node_;
168
if (!previous_node_->
is_sentinel_
) return previous_node_
[
all
...]
ilist.h
212
sentinel_.
is_sentinel_
= true;
219
sentinel_.
is_sentinel_
= true;
347
if (p->
is_sentinel_
) sentinel_count++;
357
if (p->
is_sentinel_
) sentinel_count++;
Completed in 154 milliseconds