Home
last modified time | relevance | path

Searched refs:Is (Results 1 – 3 of 3) sorted by relevance

/system/ulib/fbl/include/fbl/
A Dtype_info.h83 template <size_t... Is>
84 constexpr TypeInfo(std::index_sequence<Is...>) in TypeInfo() argument
85 : name{(Is < Size - 1 ? BaseName[Offset + Is] : '\0')...} {} in TypeInfo()
/system/ulib/lockdep/include/lockdep/
A Dguard_multiple.h82 template <size_t... Is, template <typename> class... Locks>
83 GuardMultiple(std::index_sequence<Is...>, Locks<LockType>*... locks) { in GuardMultiple() argument
87 {{OrderedLock, lock_pointers[Is], in GuardMultiple()
88 reinterpret_cast<uintptr_t>(lock_pointers[Is])}...}}; in GuardMultiple()
/system/ulib/fit/
A DREADME.md37 - Is the feature lightweight, general-purpose, and platform-independent?
38 - Is the feature not well served by other means, particularly by the C++
40 - Is the feature needed by a Fuchsia SDK library?

Completed in 14 milliseconds