OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FormatAdapter
(Results
1 - 15
of
15
) sorted by null
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatAdapters.h
20
template <typename T> class
FormatAdapter
: public detail::format_adapter {
22
explicit
FormatAdapter
(T &&Item) : Item(Item) {}
28
template <typename T> class AlignAdapter final : public
FormatAdapter
<T> {
34
:
FormatAdapter
<T>(std::forward<T>(Item)), Where(Where), Amount(Amount) {}
42
template <typename T> class PadAdapter final : public
FormatAdapter
<T> {
48
:
FormatAdapter
<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
58
template <typename T> class RepeatAdapter final : public
FormatAdapter
<T> {
63
:
FormatAdapter
<T>(std::forward<T>(Item)), Count(Count) {}
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
FormatAdapters.h
20
template <typename T> class
FormatAdapter
: public detail::format_adapter {
22
explicit
FormatAdapter
(T &&Item) : Item(Item) {}
28
template <typename T> class AlignAdapter final : public
FormatAdapter
<T> {
35
:
FormatAdapter
<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
44
template <typename T> class PadAdapter final : public
FormatAdapter
<T> {
50
:
FormatAdapter
<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
60
template <typename T> class RepeatAdapter final : public
FormatAdapter
<T> {
65
:
FormatAdapter
<T>(std::forward<T>(Item)), Count(Count) {}
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
FormatAdapters.h
20
template <typename T> class
FormatAdapter
: public detail::format_adapter {
22
explicit
FormatAdapter
(T &&Item) : Item(Item) {}
28
template <typename T> class AlignAdapter final : public
FormatAdapter
<T> {
35
:
FormatAdapter
<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
44
template <typename T> class PadAdapter final : public
FormatAdapter
<T> {
50
:
FormatAdapter
<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
60
template <typename T> class RepeatAdapter final : public
FormatAdapter
<T> {
65
:
FormatAdapter
<T>(std::forward<T>(Item)), Count(Count) {}
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
FormatAdapters.h
20
template <typename T> class
FormatAdapter
: public detail::format_adapter {
22
explicit
FormatAdapter
(T &&Item) : Item(Item) {}
28
template <typename T> class AlignAdapter final : public
FormatAdapter
<T> {
35
:
FormatAdapter
<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
44
template <typename T> class PadAdapter final : public
FormatAdapter
<T> {
50
:
FormatAdapter
<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
60
template <typename T> class RepeatAdapter final : public
FormatAdapter
<T> {
65
:
FormatAdapter
<T>(std::forward<T>(Item)), Count(Count) {}
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
FormatAdapters.h
20
template <typename T> class
FormatAdapter
: public detail::format_adapter {
22
explicit
FormatAdapter
(T &&Item) : Item(Item) {}
28
template <typename T> class AlignAdapter final : public
FormatAdapter
<T> {
35
:
FormatAdapter
<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
44
template <typename T> class PadAdapter final : public
FormatAdapter
<T> {
50
:
FormatAdapter
<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
60
template <typename T> class RepeatAdapter final : public
FormatAdapter
<T> {
65
:
FormatAdapter
<T>(std::forward<T>(Item)), Count(Count) {}
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
FormatAdapters.h
20
template <typename T> class
FormatAdapter
: public detail::format_adapter {
22
explicit
FormatAdapter
(T &&Item) : Item(Item) {}
28
template <typename T> class AlignAdapter final : public
FormatAdapter
<T> {
35
:
FormatAdapter
<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
44
template <typename T> class PadAdapter final : public
FormatAdapter
<T> {
50
:
FormatAdapter
<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
60
template <typename T> class RepeatAdapter final : public
FormatAdapter
<T> {
65
:
FormatAdapter
<T>(std::forward<T>(Item)), Count(Count) {}
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
FormatAdapters.h
20
template <typename T> class
FormatAdapter
: public detail::format_adapter {
22
explicit
FormatAdapter
(T &&Item) : Item(Item) {}
28
template <typename T> class AlignAdapter final : public
FormatAdapter
<T> {
35
:
FormatAdapter
<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
44
template <typename T> class PadAdapter final : public
FormatAdapter
<T> {
50
:
FormatAdapter
<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
60
template <typename T> class RepeatAdapter final : public
FormatAdapter
<T> {
65
:
FormatAdapter
<T>(std::forward<T>(Item)), Count(Count) {}
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
FormatAdapters.h
20
template <typename T> class
FormatAdapter
: public detail::format_adapter {
22
explicit
FormatAdapter
(T &&Item) : Item(Item) {}
28
template <typename T> class AlignAdapter final : public
FormatAdapter
<T> {
34
:
FormatAdapter
<T>(std::forward<T>(Item)), Where(Where), Amount(Amount) {}
42
template <typename T> class PadAdapter final : public
FormatAdapter
<T> {
48
:
FormatAdapter
<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
58
template <typename T> class RepeatAdapter final : public
FormatAdapter
<T> {
63
:
FormatAdapter
<T>(std::forward<T>(Item)), Count(Count) {}
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
FormatAdapters.h
20
template <typename T> class
FormatAdapter
: public detail::format_adapter {
22
explicit
FormatAdapter
(T &&Item) : Item(Item) {}
28
template <typename T> class AlignAdapter final : public
FormatAdapter
<T> {
35
:
FormatAdapter
<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
44
template <typename T> class PadAdapter final : public
FormatAdapter
<T> {
50
:
FormatAdapter
<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
60
template <typename T> class RepeatAdapter final : public
FormatAdapter
<T> {
65
:
FormatAdapter
<T>(std::forward<T>(Item)), Count(Count) {}
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
FormatAdapters.h
20
template <typename T> class
FormatAdapter
: public detail::format_adapter {
22
explicit
FormatAdapter
(T &&Item) : Item(Item) {}
28
template <typename T> class AlignAdapter final : public
FormatAdapter
<T> {
35
:
FormatAdapter
<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
44
template <typename T> class PadAdapter final : public
FormatAdapter
<T> {
50
:
FormatAdapter
<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
60
template <typename T> class RepeatAdapter final : public
FormatAdapter
<T> {
65
:
FormatAdapter
<T>(std::forward<T>(Item)), Count(Count) {}
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
FormatAdapters.h
20
template <typename T> class
FormatAdapter
: public detail::format_adapter {
22
explicit
FormatAdapter
(T &&Item) : Item(Item) {}
28
template <typename T> class AlignAdapter final : public
FormatAdapter
<T> {
35
:
FormatAdapter
<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
44
template <typename T> class PadAdapter final : public
FormatAdapter
<T> {
50
:
FormatAdapter
<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
60
template <typename T> class RepeatAdapter final : public
FormatAdapter
<T> {
65
:
FormatAdapter
<T>(std::forward<T>(Item)), Count(Count) {}
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
FormatAdapters.h
20
template <typename T> class
FormatAdapter
: public detail::format_adapter {
22
explicit
FormatAdapter
(T &&Item) : Item(Item) {}
28
template <typename T> class AlignAdapter final : public
FormatAdapter
<T> {
35
:
FormatAdapter
<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
44
template <typename T> class PadAdapter final : public
FormatAdapter
<T> {
50
:
FormatAdapter
<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
60
template <typename T> class RepeatAdapter final : public
FormatAdapter
<T> {
65
:
FormatAdapter
<T>(std::forward<T>(Item)), Count(Count) {}
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
FormatAdapters.h
20
template <typename T> class
FormatAdapter
: public detail::format_adapter {
22
explicit
FormatAdapter
(T &&Item) : Item(Item) {}
28
template <typename T> class AlignAdapter final : public
FormatAdapter
<T> {
35
:
FormatAdapter
<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
44
template <typename T> class PadAdapter final : public
FormatAdapter
<T> {
50
:
FormatAdapter
<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
60
template <typename T> class RepeatAdapter final : public
FormatAdapter
<T> {
65
:
FormatAdapter
<T>(std::forward<T>(Item)), Count(Count) {}
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
FormatAdapters.h
20
template <typename T> class
FormatAdapter
: public detail::format_adapter {
22
explicit
FormatAdapter
(T &&Item) : Item(Item) {}
28
template <typename T> class AlignAdapter final : public
FormatAdapter
<T> {
35
:
FormatAdapter
<T>(std::forward<T>(Item)), Where(Where), Amount(Amount),
44
template <typename T> class PadAdapter final : public
FormatAdapter
<T> {
50
:
FormatAdapter
<T>(std::forward<T>(Item)), Left(Left), Right(Right) {}
60
template <typename T> class RepeatAdapter final : public
FormatAdapter
<T> {
65
:
FormatAdapter
<T>(std::forward<T>(Item)), Count(Count) {}
/frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp
107
typedef AudioFormatAdapter<AudioEqualizer, kBufferSize>
FormatAdapter
;
112
FormatAdapter
adapter;
Completed in 364 milliseconds