/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
find_format.hpp | 87 \overload 207 \overload
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
alloc_traits.h | 151 // overload construct for non-standard pointer types 160 // overload destroy for non-standard pointer types
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
alloc_traits.h | 151 // overload construct for non-standard pointer types 160 // overload destroy for non-standard pointer types
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
alloc_traits.h | 151 // overload construct for non-standard pointer types 160 // overload destroy for non-standard pointer types
|
/system/connectivity/shill/ |
property_store_unittest.h | 74 // Convenience overloads for GetProperty. Normally, we don't overload 131 // Convenience overloads for RegisterProperty. Normally, we don't overload
|
/external/opencv3/modules/cudafeatures2d/include/opencv2/ |
cudafeatures2d.hpp | 158 /** @overload 186 /** @overload 232 /** @overload 263 /** @overload 315 /** @overload 347 /** @overload
|
/external/opencv3/modules/objdetect/include/opencv2/ |
objdetect.hpp | 152 /** @overload */ 155 /** @overload */ 158 /** @overload */ 161 /** @overload */ 273 /** @overload 296 /** @overload
|
/external/clang/include/clang/Basic/ |
AttrDocs.td | 190 which overload is selected based on the values of the function's arguments. 207 overload candidate could not be selected to be displayed in diagnostics. The 217 evaluation, then this overload will not be chosen and the provided string may 241 share ODR-equivalent enable_if expressions, the overload resolution is 242 ambiguous. Otherwise, enable_if overload resolution continues with the next 245 overload out of a number of viable overloads using enable_if. 315 ``pass_object_size`` plays a part in overload resolution. If two overload 316 candidates are otherwise equally good, then the overload with one or more 326 void Foo(char *a, char *b); // Overload [all...] |
/external/clang/lib/Sema/ |
SemaOverload.cpp | 14 #include "clang/Sema/Overload.h" 549 /// to the form used in overload-candidate information. 817 // We can't handle overloaded expressions here because overload 819 if (placeholder->getKind() == BuiltinType::Overload) return false; 855 // overload of the declarations in Old. This routine returns false if 877 // When we process #3, Old is an overload set containing #1 and #2. We 935 // We can overload with these, which can show up when doing 939 // We can always overload with tags by hiding them. [all...] |
SemaCoroutine.cpp | 20 #include "clang/Sema/Overload.h" 336 !E->getType()->isSpecificPlaceholderType(BuiltinType::Overload)) { 343 // of scope, we should treat the operand as an xvalue for this overload
|
/external/opencv3/modules/core/include/opencv2/core/ |
persistence.hpp | 329 /** @overload 341 /** @overload */ 400 /** @overload */ 408 /** @overload */ 482 /** @overload 488 /** @overload 499 /** @overload 504 /** @overload 590 /** @overload 597 /** @overload [all...] |
/external/opencv3/modules/core/include/opencv2/ |
core.hpp | 234 /** @overload */ 439 /** @overload */ 650 /** @overload 658 /** @overload [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-internal.h | 199 // correct overload of FormatForComparisonFailureMessage (see below) [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-internal.h | 228 // correct overload of FormatForComparisonFailureMessage (see below) [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-internal.h | 199 // correct overload of FormatForComparisonFailureMessage (see below) [all...] |
/external/llvm/include/llvm/ADT/ |
APFloat.h | 308 /// \brief Operator+ overload which provides the default 316 /// \brief Operator- overload which provides the default 324 /// \brief Operator* overload which provides the default 332 /// \brief Operator/ overload which provides the default 460 /// \brief Overload to compute a hash code for an APFloat value.
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 355 * double overload in global namespace. We do not use a using statement to avoid 356 * import of invalid overload. 482 //The MS native pow version has a bugged overload so it is not imported 525 * problem we provide all abs overload before the 'using' call. 526 * Beware: This header inclusion has to be after all abs overload of this file.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/ |
cp-tree.def | 97 TEMPLATE_DECL, OVERLOAD, or TEMPLATE_ID_EXPR corresponding to the 203 USING_DECL_DECLS contains the _DECL or OVERLOAD so named. This is 223 TEMPLATE_DECL, or an OVERLOAD. If the template-id refers to a 229 DEFTREECODE (OVERLOAD, "overload", tcc_exceptional, 0)
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_cmath.h | 355 * double overload in global namespace. We do not use a using statement to avoid 356 * import of invalid overload. 482 //The MS native pow version has a bugged overload so it is not imported 525 * problem we provide all abs overload before the 'using' call. 526 * Beware: This header inclusion has to be after all abs overload of this file.
|
/external/clang/test/SemaCXX/ |
overloaded-operator.cpp | 422 void operator[](float (*fn)(int)); // expected-note 2 {{not viable: no overload of 'bar' matching 'float (*)(int)'}} 438 // If these fail, it's because we're not letting the overload 439 // resolution for operator| resolve the overload of 'bar'.
|
/external/llvm/include/llvm/IR/ |
InstVisitor.h | 233 // Next level propagators: If the user does not overload a specific 234 // instruction type, they can overload one of these to get the whole class 284 // An overload that will never actually be called, it is used only from dead
|
/external/opencv3/modules/viz/include/opencv2/viz/ |
types.hpp | 156 /** @overload 162 /** @overload 168 /** @overload
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
read.hpp | 64 * @note This overload is equivalent to calling: 103 * @note This overload is equivalent to calling: 271 * @note This overload is equivalent to calling:
|
connect.hpp | 50 * @note This overload assumes that a default constructed object of type @c 82 * @note This overload assumes that a default constructed object of type @c 202 * @note This overload assumes that a default constructed object of type @c 266 * @note This overload assumes that a default constructed object of type @c 480 * @note This overload assumes that a default constructed object of type @c 637 * @note This overload assumes that a default constructed object of type @c
|
/external/clang/include/clang/ASTMatchers/Dynamic/ |
VariantValue.h | 85 /// appropriate overload when needed. 89 /// matcher, or a polymorphic one with only one overload.
|