HomeSort by relevance Sort by last modified time
    Searched full:overloaded (Results 576 - 600 of 1574) sorted by null

<<21222324252627282930>>

  /external/clang/test/SemaCXX/
attr-noreturn.cpp 179 // Taking the address of an overloaded noreturn function
  /external/deqp/external/openglcts/modules/gl/
gl3cGPUShader5Tests.hpp 186 * Verifies that compiler accepts overloaded functions and selects proper one.
  /external/eigen/Eigen/src/Core/
PlainObjectBase.h 155 /** This is an overloaded version of DenseCoeffsBase<Derived,ReadOnlyAccessors>::coeff(Index,Index) const
168 /** This is an overloaded version of DenseCoeffsBase<Derived,ReadOnlyAccessors>::coeff(Index) const
178 /** This is an overloaded version of DenseCoeffsBase<Derived,WriteAccessors>::coeffRef(Index,Index) const
191 /** This is an overloaded version of DenseCoeffsBase<Derived,WriteAccessors>::coeffRef(Index) const
    [all...]
SelfAdjointView.h 268 // such that Transpose<SelfAdjointView<.,.> > is valid. (currently TriangularBase::transpose() is overloaded to make it work)
  /external/eigen/doc/
TutorialArrayClass.dox 59 The parenthesis operator is overloaded to provide write and read access to the coefficients of an array, just as with matrices.
TutorialMatrixArithmetic.dox 14 For the Matrix class (matrices and vectors), operators are only overloaded to support
  /external/googletest/googlemock/docs/
CookBook.md 50 ## Mocking Overloaded Methods ##
52 You can mock overloaded functions as usual. No special attention is required:
61 // Overloaded on the types and/or numbers of arguments.
65 // Overloaded on the const-ness of this object.
80 **Note:** if you don't mock all versions of the overloaded method, the
487 * The general technique discussed here works for overloaded methods, but you'll need to tell the compiler which version you mean. To disambiguate a mock function (the one you specify inside the parentheses of `ON_CALL()`), see the "Selecting Between Overloaded Functions" section on this page; to disambiguate a fake function (the one you place inside `Invoke()`), use a `static_cast` to specify the function's type. For instance, if class `Foo` has methods `char DoThis(int n)` and `bool DoThis(double x) const`, and you want to invoke the latter, you need to write `Invoke(&fake_, static_cast<bool (FakeFoo::*)(double) const>(&FakeFoo::DoThis))` instead of `Invoke(&fake_, &FakeFoo::DoThis)` (The strange-looking thing inside the angled brackets of `static_cast` is the type of a function pointer to the second `DoThis()` method.).
739 ## Selecting Between Overloaded Functions ##
741 If you expect an overloaded function to be called, the compiler may
742 need some help on which overloaded version it is
    [all...]
  /external/googletest/googletest/include/gtest/
gtest-message.h 159 // Since the basic IO manipulators are overloaded for both narrow
  /external/libchrome/base/containers/
stack_container.h 229 // foo->push_back(22); // we have overloaded operator->
  /external/libexif/m4m/
gp-byteorder.m4 9 dnl are overloaded as they are optimized for the given platform, but when
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/
gtest-message.h 159 // Since the basic IO manipulators are overloaded for both narrow
  /external/libxml2/os400/
os400config.h.in 168 #define HAVE_STDARG_H 1 /* Overloaded */
  /external/mesa3d/src/gtest/include/gtest/
gtest-message.h 159 // Since the basic IO manipulators are overloaded for both narrow
  /external/parameter-framework/upstream/parameter/
ElementHandle.cpp 44 /** @return 0 by default, ie for non overloaded types. */
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
InstVisitor.h 210 // function. If this function is not overloaded in the user's subclass, then
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
simple_orc_jit.cc 196 // Unfortunately the double versions are overloaded on some systems, e.g.
  /external/tensorflow/tensorflow/contrib/specs/
README.md 126 with Python, the `__call__` operator is overloaded to perform partial
  /external/v8/testing/gtest/include/gtest/
gtest-message.h 159 // Since the basic IO manipulators are overloaded for both narrow
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
gtest-message.h 159 // Since the basic IO manipulators are overloaded for both narrow
  /frameworks/rs/rsov/compiler/
Builtin.cpp 239 // All RS runtime/builtin functions are overloaded, therefore
  /libcore/ojluni/src/main/java/java/lang/
StringBuilder.java 41 * overloaded so as to accept data of any type. Each effectively
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 237 //! Overloaded smoother function that takes in user-specidied smoothing factor
  /packages/apps/TV/tuner/src/com/android/tv/tuner/source/
TunerTsStreamer.java 219 * device is overloaded this can take a while, but usually it returns pretty quickly.
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 33 // implicitly host+device. host+device functions can't be overloaded, so that
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 33 // implicitly host+device. host+device functions can't be overloaded, so that

Completed in 4554 milliseconds

<<21222324252627282930>>