HomeSort by relevance Sort by last modified time
    Searched full:overload (Results 76 - 100 of 898) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/
gtest-message.h 127 // This function is an overload of the previous one. When you
133 // The reason for this overload is that streaming a NULL pointer to
200 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/clang/test/CXX/over/over.over/
p2-resolve-single-template-id.cpp 120 { static_cast<void>(cant_resolve<int>); } // expected-error {{address of overload}}
121 { bool b = cant_resolve<int>; } // expected-error {{address of overload}}
122 { (void) cant_resolve<int>; } // expected-error {{address of overload}}
  /external/gtest/include/gtest/
gtest-message.h 127 // This function is an overload of the previous one. When you
133 // The reason for this overload is that streaming a NULL pointer to
200 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h 127 // This function is an overload of the previous one. When you
133 // The reason for this overload is that streaming a NULL pointer to
200 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/mesa3d/src/gtest/include/gtest/
gtest-message.h 127 // This function is an overload of the previous one. When you
133 // The reason for this overload is that streaming a NULL pointer to
200 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/open-vcdiff/gtest/include/gtest/
gtest-message.h 122 // This function is an overload of the previous one. When you
128 // The reason for this overload is that streaming a NULL pointer to
194 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/protobuf/gtest/include/gtest/
gtest-message.h 122 // This function is an overload of the previous one. When you
128 // The reason for this overload is that streaming a NULL pointer to
194 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 117 constructor Create; overload;
118 constructor Create(const ACapacity: Integer); overload;
156 class function ListToString(const Coll: IList<IANTLRInterface>): String; overload; static;
157 class function ListToString(const Coll: IList<String>): String; overload; static;
  /external/chromium/chrome/common/
child_process_logging.h 49 // Sets the list of "active" extensions in this process. We overload "active" to
  /external/chromium/net/url_request/
url_request_throttler_entry_interface.h 37 // is helpful to avoid traffic overload.
  /external/chromium_org/base/android/
command_line_android.cc 74 // TODO(port): Make an overload of Init() that takes StringVector rather than
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps.h 36 * a base class, and overload the appropriate virtual functions such as
  /external/chromium_org/net/url_request/
url_request_throttler_entry_interface.h 43 // is helpful to avoid traffic overload.
  /external/chromium_org/testing/gtest/include/gtest/
gtest-message.h 116 // Some libraries overload << for STL containers. These
137 // This function is an overload of the previous one. When you
143 // The reason for this overload is that streaming a NULL pointer to
204 // tr1::type_traits-like is_pointer works, and we can overload on that.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLStyleElement.h 72 // overload from HTMLElement
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILIntrinsicInfo.cpp 73 // Overload Table
  /external/chromium_org/third_party/mesa/src/src/glsl/
linker.h 68 * Classes that overload this function should call \c ::process from the
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 281 /// \brief 0-arg overload
289 /// \brief 1-arg overload
297 /// \brief 2-arg overload
306 /// \brief Variadic overload.
Registry.cpp 54 /// It will try every overload and generate appropriate errors for when none or
78 if (Constructed.empty()) return MatcherList(); // No overload matched.
115 /// us detect the Adapter class and create overload functions for the
177 // Polymorphic + argument overload:
  /external/clang/test/SemaTemplate/
member-access-expr.cpp 111 // In theory we can do overload resolution at template-definition time on this.
  /external/llvm/lib/Target/R600/
AMDILIntrinsicInfo.cpp 70 // Overload Table
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILIntrinsicInfo.cpp 73 // Overload Table
  /external/mesa3d/src/glsl/
linker.h 68 * Classes that overload this function should call \c ::process from the
  /hardware/libhardware/tests/camera2/
TestForkerEventListener.cpp 103 //TODO: overload the default event listener to suppress this message
  /ndk/sources/third_party/googletest/googletest/include/gtest/
gtest-message.h 116 // Some libraries overload << for STL containers. These
137 // This function is an overload of the previous one. When you
143 // The reason for this overload is that streaming a NULL pointer to
204 // tr1::type_traits-like is_pointer works, and we can overload on that.

Completed in 2202 milliseconds

1 2 34 5 6 7 8 91011>>