Searched defs:Activate (Results 1 - 2 of 2) sorted by relevance

/system/nvram/messages/include/nvram/messages/
H A Doptional.h33 ValueType& Activate() { function in class:nvram::Optional
H A Dtagged_union.h47 // |TaggedUnion::Activate()| activates a member. It returns a reference to the
50 // value.Activate<Variant_String>() = "-1";
212 // Activate the member identified by |tag|. First, the currently active member
217 typename MemberLookup<tag>::Type::Type& Activate() { function in class:nvram::TaggedUnion
251 // |Destroy()| into each instance of the |Activate()| function.
261 Activate<CurrentMember::kTag>();
279 Activate<CurrentMember::kTag>();

Completed in 556 milliseconds