HomeSort by relevance Sort by last modified time
    Searched refs:RepeatAdapter (Results 1 - 14 of 14) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatAdapters.h 58 template <typename T> class RepeatAdapter final : public FormatAdapter<T> {
62 RepeatAdapter(T &&Item, size_t Count)
85 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) {
86 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FormatAdapters.h 60 template <typename T> class RepeatAdapter final : public FormatAdapter<T> {
64 RepeatAdapter(T &&Item, size_t Count)
88 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) {
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FormatAdapters.h 60 template <typename T> class RepeatAdapter final : public FormatAdapter<T> {
64 RepeatAdapter(T &&Item, size_t Count)
88 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) {
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FormatAdapters.h 60 template <typename T> class RepeatAdapter final : public FormatAdapter<T> {
64 RepeatAdapter(T &&Item, size_t Count)
88 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) {
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FormatAdapters.h 60 template <typename T> class RepeatAdapter final : public FormatAdapter<T> {
64 RepeatAdapter(T &&Item, size_t Count)
88 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) {
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FormatAdapters.h 60 template <typename T> class RepeatAdapter final : public FormatAdapter<T> {
64 RepeatAdapter(T &&Item, size_t Count)
88 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) {
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FormatAdapters.h 60 template <typename T> class RepeatAdapter final : public FormatAdapter<T> {
64 RepeatAdapter(T &&Item, size_t Count)
88 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) {
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatAdapters.h 58 template <typename T> class RepeatAdapter final : public FormatAdapter<T> {
62 RepeatAdapter(T &&Item, size_t Count)
85 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) {
86 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FormatAdapters.h 60 template <typename T> class RepeatAdapter final : public FormatAdapter<T> {
64 RepeatAdapter(T &&Item, size_t Count)
88 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) {
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FormatAdapters.h 60 template <typename T> class RepeatAdapter final : public FormatAdapter<T> {
64 RepeatAdapter(T &&Item, size_t Count)
88 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) {
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FormatAdapters.h 60 template <typename T> class RepeatAdapter final : public FormatAdapter<T> {
64 RepeatAdapter(T &&Item, size_t Count)
88 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) {
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
FormatAdapters.h 60 template <typename T> class RepeatAdapter final : public FormatAdapter<T> {
64 RepeatAdapter(T &&Item, size_t Count)
88 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) {
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FormatAdapters.h 60 template <typename T> class RepeatAdapter final : public FormatAdapter<T> {
64 RepeatAdapter(T &&Item, size_t Count)
88 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) {
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FormatAdapters.h 60 template <typename T> class RepeatAdapter final : public FormatAdapter<T> {
64 RepeatAdapter(T &&Item, size_t Count)
88 detail::RepeatAdapter<T> fmt_repeat(T &&Item, size_t Count) {
89 return detail::RepeatAdapter<T>(std::forward<T>(Item), Count);

Completed in 389 milliseconds