Home
last modified time | relevance | path

Searched defs:il (Results 1 – 1 of 1) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/
DOptional.h245 Optional(InplaceT, std::initializer_list<U> il) : base_flag(true) { in Optional()
452 void emplace(std::initializer_list<U> il) { in emplace()