HomeSort by relevance Sort by last modified time
    Searched full:overload (Results 251 - 275 of 776) sorted by null

<<11121314151617181920>>

  /external/clang/lib/CodeGen/
CGBuilder.h 84 // This overload is required to prevent string literals from
85 // ending up in the IsVolatile overload.
  /external/clang/test/SemaCXX/
member-pointer.cpp 191 // We can't call this with an overload set because we're not allowed
192 // to look into overload sets unless the parameter has some kind of
cxx1y-contextual-conversion-tweaks.cpp 89 //expected-error@71 {{cannot overload a member function without a ref-qualifier with a member function with ref-qualifier '&&'}}
  /external/gtest/include/gtest/internal/
gtest-internal.h 816 // C++Builder cannot use member overload resolution during template
839 // STL-style container class, the first overload of IsContainerTest
842 // be picked over the second overload as 'int' is a perfect match for
844 // a valid type, the first overload is not viable, and the second
845 // overload will be picked. Therefore, we can determine whether C is
    [all...]
  /external/libbrillo/brillo/dbus/
data_serialization.cc 167 // std::vector<T> overload.
174 // std::map<KEY, VALUE> overload.
  /external/libbrillo/brillo/http/
http_transport_fake.h 215 // Specialized overload to send the binary data as an array of simple
227 // Specialized overload to send the binary data.
  /external/libbrillo/brillo/streams/
memory_containers.h 84 // Overload to provide the pointer to the read-only data for the container at
89 // Overload to provide the pointer to the read/write data for the container at
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-internal.h 816 // C++Builder cannot use member overload resolution during template
839 // STL-style container class, the first overload of IsContainerTest
842 // be picked over the second overload as 'int' is a perfect match for
844 // a valid type, the first overload is not viable, and the second
845 // overload will be picked. Therefore, we can determine whether C is
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 805 // C++Builder cannot use member overload resolution during template
828 // STL-style container class, the first overload of IsContainerTest
831 // be picked over the second overload as 'int' is a perfect match for
833 // a valid type, the first overload is not viable, and the second
834 // overload will be picked. Therefore, we can determine whether C is
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
bind.hpp 249 // overload for "main" form
250 // agurt, 15/mar/02: MSVC 6.5 fails to properly resolve the overload
  /system/media/audio_utils/
channels.c 156 * NOTE: Overload of the summed channels is avoided by averaging the two input channels.
189 * NOTE: Overload of the summed channels is avoided by averaging the two input channels.
  /external/opencv3/modules/features2d/include/opencv2/
features2d.hpp 149 /** @overload
175 /** @overload
356 /** @overload */
411 /** @overload */
    [all...]
  /art/runtime/mirror/
string.h 142 // TODO: do we need this overload? give it a more intention-revealing name.
  /external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
CommonToken.pm 7 use overload
  /external/clang/include/clang/AST/
AttrIterator.h 34 // warnings if a matching delete overload is not declared, even though the
  /external/clang/include/clang/Basic/
DiagnosticOptions.def 68 Ovl_All) /// Overload candidates to show.
OperatorKinds.def 101 // ?: can *not* be overloaded, but we need the overload
  /external/clang/test/SemaTemplate/
constexpr-instantiate.cpp 198 // is actually chosen by overload resolution.
  /external/curl/tests/data/
test1086 15 # Overload some standard FTP responses to make them shorter and faster
test1112 14 # Overload some standard FTP responses to make them shorter and faster
  /external/google-breakpad/src/common/windows/
string_utils-inl.h 54 // also available via an overload, it is not reliably chosen. _snwprintf
  /external/icu/icu4c/source/i18n/unicode/
locdspnm.h 42 * Convenience overload of
  /external/kernel-headers/original/uapi/asm-arm/asm/
kvm.h 157 /* VFP registers: we could overload CP10 like ARM does, but that's ugly. */
  /external/kernel-headers/original/uapi/linux/can/
error.h 83 #define CAN_ERR_PROT_OVERLOAD 0x20 /* bus overload */
  /external/libchrome/base/
scoped_generic.h 114 // present in the overload set, but we call swap unqualified so that

Completed in 561 milliseconds

<<11121314151617181920>>