OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tparam
(Results
26 - 50
of
139
) sorted by null
1
2
3
4
5
6
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stream_iterator.h
148
* @
tparam
_Tp The type to write to the ostream.
149
* @
tparam
_CharT The ostream char_type.
150
* @
tparam
_Traits The ostream char_traits.
locale_classes.tcc
98
* @
tparam
_Facet The facet type to test the presence of.
125
* @
tparam
_Facet The facet type to access.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
sstream
50
* @
tparam
_CharT Type of character stream.
51
* @
tparam
_Traits Traits for character type, defaults to
53
* @
tparam
_Alloc Allocator type, defaults to allocator<_CharT>.
261
* @
tparam
_CharT Type of character stream.
262
* @
tparam
_Traits Traits for character type, defaults to
264
* @
tparam
_Alloc Allocator type, defaults to allocator<_CharT>.
376
* @
tparam
_CharT Type of character stream.
377
* @
tparam
_Traits Traits for character type, defaults to
379
* @
tparam
_Alloc Allocator type, defaults to allocator<_CharT>.
491
* @
tparam
_CharT Type of character stream
[
all
...]
array
77
* @
tparam
Tp Type of element. Required to be a complete type.
78
* @
tparam
N Number of elements.
fstream
56
* @
tparam
_CharT Type of character stream.
57
* @
tparam
_Traits Traits for character type, defaults to
417
* @
tparam
_CharT Type of character stream.
418
* @
tparam
_Traits Traits for character type, defaults to
589
* @
tparam
_CharT Type of character stream.
590
* @
tparam
_Traits Traits for character type, defaults to
766
* @
tparam
_CharT Type of character stream.
767
* @
tparam
_Traits Traits for character type, defaults to
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
trie_policy.hpp
63
* @
tparam
String String type.
64
* @
tparam
Min_E_Val Minimal element value.
65
* @
tparam
Max_E_Val Maximum element value.
66
* @
tparam
Reverse Reverse iteration should be used.
68
* @
tparam
_Alloc Allocator type.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/
trie_policy.hpp
63
* @
tparam
String String type.
64
* @
tparam
Min_E_Val Minimal element value.
65
* @
tparam
Max_E_Val Maximum element value.
66
* @
tparam
Reverse Reverse iteration should be used.
68
* @
tparam
_Alloc Allocator type.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/
trie_policy.hpp
62
* @
tparam
String String type.
63
* @
tparam
Min_E_Val Minimal element value.
64
* @
tparam
Max_E_Val Maximum element value.
65
* @
tparam
Reverse Reverse iteration should be used.
67
* @
tparam
_Alloc Allocator type.
/external/eigen/Eigen/src/Core/
Matrix.h
27
* \
tparam
_Scalar \anchor matrix_tparam_scalar Numeric type, e.g. float, double, int or std::complex<float>.
29
* \
tparam
_Rows Number of rows, or \b Dynamic
30
* \
tparam
_Cols Number of columns, or \b Dynamic
33
* \
tparam
_Options \anchor matrix_tparam_options A combination of either \b #RowMajor or \b #ColMajor, and of either
37
* \
tparam
_MaxRows Maximum number of rows. Defaults to \a _Rows (\ref maxrows "note").
38
* \
tparam
_MaxCols Maximum number of columns. Defaults to \a _Cols (\ref maxrows "note").
Map.h
21
* \
tparam
PlainObjectType the equivalent matrix type of the mapped data
22
* \
tparam
MapOptions specifies whether the pointer is \c #Aligned, or \c #Unaligned.
24
* \
tparam
StrideType optionally specifies strides. By default, Map assumes the memory layout
DenseCoeffsBase.h
24
* \
tparam
Derived Type of the derived class
25
* \
tparam
#ReadOnlyAccessors Constant indicating read-only access
264
* \
tparam
Derived Type of the derived class
265
* \
tparam
#WriteAccessors Constant indicating read/write access
556
* \
tparam
Derived Type of the derived class
557
* \
tparam
#DirectAccessors Constant indicating direct access
626
* \
tparam
Derived Type of the derived class
627
* \
tparam
#DirectWriteAccessors Constant indicating direct access
/external/eigen/Eigen/src/IterativeLinearSolvers/
ConjugateGradient.h
101
* \
tparam
_MatrixType the type of the sparse matrix A, can be a dense or a sparse matrix.
102
* \
tparam
_UpLo the triangular part that will be used for the computations. It can be Lower
104
* \
tparam
_Preconditioner the type of the preconditioner. Default is DiagonalPreconditioner
BasicPreconditioners.h
24
* \
tparam
_Scalar the type of the scalar.
BiCGSTAB.h
111
* \
tparam
_MatrixType the type of the sparse matrix A, can be a dense or a sparse matrix.
112
* \
tparam
_Preconditioner the type of the preconditioner. Default is DiagonalPreconditioner
/external/clang/test/Misc/
ast-dump-comment.cpp
38
/// \
tparam
Aaa xxx
/external/clang/test/Index/
comment-to-html-xml-conversion.cpp
291
/// \
tparam
308
/// \
tparam
T
325
/// \
tparam
T2 Bbb
326
/// \
tparam
T1 Aaa
330
// CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionTemplate=comment_to_html_conversion_20:{{.*}} FullCommentAsHTML=[<dl><dt class="
tparam
-name-index-0">T1</dt><dd class="
tparam
-descr-index-0"> Aaa</dd><dt class="
tparam
-name-index-1">T2</dt><dd class="
tparam
-descr-index-1"> Bbb </dd></dl>] FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_20</Name><USR>c:@FT@>2#T#Tcomment_to_html_conversion_20#t0.0#t0.1#</USR><Declaration>template <typename T1, typename T2>\nvoid comment_to_html_conversion_20(T1 aaa, T2 bbb)</Declaration><TemplateParameters><Parameter><Name>T1</Name><Index>0</Index><Discussion><Para> Aaa</Para></Discussion></Parameter><Parameter><Name>T2</Name><Index>1</Index><Discussion><Para> Bbb </Para></Discussion></Parameter></TemplateParameters></Function>]
343
/// \
tparam
T2 Bbb
344
/// \
tparam
U Zz
[
all
...]
/external/clang/include/clang/AST/
CommentCommandTraits.h
46
/// \\param and \\
tparam
commands -- these have special argument parsers.
67
/// a template parameter (\\
tparam
or an alias).
CommentParser.h
103
/// Parse arguments for \\
tparam
command.
/external/clang/include/clang/Basic/
DiagnosticCommentKinds.td
109
//
tparam
command
112
"'%select{\\|@}0
tparam
' command used in a comment that is not attached to "
/external/llvm/utils/TableGen/
SequenceToOffsetTable.h
32
/// @
tparam
SeqT The sequence container. (vector or string).
33
/// @
tparam
Less A stable comparator for SeqT elements.
/external/clang/bindings/xml/
comment-xml-schema.rng
175
variables, but the user can specify \
tparam
\param or \returns
211
namespaces, but the user can specify \
tparam
, \param or \returns
283
enums, but the user can specify \
tparam
\param or \returns in a
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
new_allocator.h
55
* @
tparam
_Tp Type of allocated object.
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.tcc
97
* @
tparam
_Facet The facet type to test the presence of.
123
* @
tparam
_Facet The facet type to access.
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_classes.tcc
97
* @
tparam
_Facet The facet type to test the presence of.
123
* @
tparam
_Facet The facet type to access.
/external/eigen/Eigen/src/PaStiXSupport/
PaStiXSupport.h
442
* \
tparam
_MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
443
* \
tparam
IsStrSym Indicates if the input matrix has a symmetric pattern, default is false
556
* \
tparam
MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
557
* \
tparam
UpLo The part of the matrix to use : Lower or Upper. The default is Lower as required by PaStiX
637
* \
tparam
MatrixType the type of the sparse matrix A, it must be a SparseMatrix<>
638
* \
tparam
UpLo The part of the matrix to use : Lower or Upper. The default is Lower as required by PaStiX
Completed in 1699 milliseconds
1
2
3
4
5
6