HomeSort by relevance Sort by last modified time
    Searched full:overloading (Results 1 - 25 of 265) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/clang/test/SemaTemplate/
instantiate-method.cpp 27 class Overloading {
33 void test_ovl(Overloading<int, long> *oil, int i, long l) {
39 Overloading<float, float> off; // expected-note{{in instantiation of template class 'Overloading<float, float>' requested here}}
function-template-specialization.cpp 6 // Simple function template specialization (using overloading)
  /external/clang/test/SemaCXX/
atomic-type.cxx 16 // Test overloading behavior of atomics.
overload-call.cpp 143 // Test overloading based on qualification vs. no qualification
160 // Test overloading based on qualification ranking (C++ 13.3.2)p3.
192 // Test overloading based on derived-to-base conversions
228 // Test overloading of references.
271 // Test overloading with cv-qualification differences in reference
281 // Test overloading with derived-to-base differences in reference
nullptr.cpp 54 // Overloading
142 namespace overloading { namespace
cxx0x-initializer-references.cpp 56 void overloading() { function in namespace:reference
using-decl-1.cpp 32 // FIXME: give this operator() a 'float' parameter to test overloading
  /art/runtime/native/
java_lang_Object.cc 21 // TODO: better support for overloading.
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page.h 42 // Import show here so that overloading works.
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
language_options_util.h 48 // overloading to handle string and integer preferences in
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
language_options_util.h 50 // overloading to handle string and integer preferences in
  /external/clang/test/SemaObjCXX/
arc-overloading.mm 20 // Simple overloading
38 // Simple overloading
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathValue.h 66 // This is needed to safely implement constructing from bool - with normal function overloading, any pointer type would match.
  /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
blocks.mm 59 namespace overloading {
  /external/proguard/src/proguard/obfuscate/
MemberNameCollector.java 82 // Check whether we're allowed to do aggressive overloading
MemberObfuscator.java 84 // Check whether we're allowed to do aggressive overloading
  /external/chromium/base/mac/
mac_util.h 133 // of macros and function overloading is used instead.
  /external/chromium/chrome/browser/tabs/
tab_strip_model_observer.h 75 // TODO(sky): consider not overloading this. Instead rename this to
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 191 // TODO: maybe we should use function overloading, but that might risk silent errors,
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jritypes.h 91 /* convenience types (these must be distinct struct types for c++ overloading): */
  /external/eigen/doc/
D11_UnalignedArrayAssert.dox 102 Eigen normally takes care of these alignment issues for you, by setting an alignment attribute on them and by overloading their "operator new".
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 191 // TODO: maybe we should use function overloading, but that might risk silent errors,
  /external/stlport/test/unit/
stack_allocator.h 51 //overloading when one of the overloaded version is a template
  /ndk/tests/device/test-gnustl-full/unit/
stack_allocator.h 51 //overloading when one of the overloaded version is a template
  /ndk/tests/device/test-stlport/unit/
stack_allocator.h 51 //overloading when one of the overloaded version is a template

Completed in 333 milliseconds

1 2 3 4 5 6 7 8 91011