OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:which_
(Results
1 - 1
of
1
) sorted by null
/system/nvram/messages/include/nvram/messages/
tagged_union.h
196
TagType which() const { return
which_
; }
202
return
which_
== tag ? GetUnchecked<tag>() : nullptr;
209
return
which_
== tag ? GetUnchecked<tag>() : nullptr;
239
which_
= tag;
245
if (CurrentMember::kTag ==
which_
) {
260
if (CurrentMember::kTag !=
which_
) {
278
if (CurrentMember::kTag !=
which_
) {
298
TagType
which_
;
member in class:nvram::TaggedUnion
Completed in 77 milliseconds