HomeSort by relevance Sort by last modified time
    Searched full:operator (Results 1701 - 1725 of 6015) sorted by null

<<61626364656667686970>>

  /device/samsung/crespo/libstagefrighthw/
SEC_OMX_Plugin.h 71 SECOMXPlugin &operator=(const SECOMXPlugin &);
  /external/chromium/base/i18n/
file_util_icu.h 31 // used to sort directory listings. It behaves like "operator<" for use in
  /external/chromium/base/
string16_unittest.cc 13 // We define a custom operator<< for string16 so we can use it with logging.
  /external/chromium/base/win/
scoped_handle.h 64 operator HANDLE() { return handle_; }
  /external/chromium/chrome/browser/autofill/
autofill_type.h 58 AutofillType& operator=(const AutofillType& autofill_type);
credit_card.h 51 void operator=(const CreditCard& credit_card);
62 bool operator==(const CreditCard& credit_card) const;
63 bool operator!=(const CreditCard& credit_card) const;
131 std::ostream& operator<<(std::ostream& os, const CreditCard& credit_card);
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler.h 35 bool operator==(const ProtocolHandler &other) const;
  /external/chromium/chrome/browser/download/
download_types.h 40 DownloadSaveInfo& operator=(const DownloadSaveInfo& info);
  /external/chromium/chrome/browser/sync/
js_arg_list.h 50 // Copy constructor and assignment operator welcome.
  /external/chromium/chrome/common/extensions/
extension_extent.cc 20 ExtensionExtent& ExtensionExtent::operator=(const ExtensionExtent& rhs) {
  /external/chromium/chrome/common/net/gaia/
gaia_auth_consumer.h 25 bool operator==(const ClientLoginResult &b) const;
  /external/chromium/net/base/
ssl_info.cc 31 SSLInfo& SSLInfo::operator=(const SSLInfo& info) {
  /external/chromium/testing/gtest/samples/
sample10_unittest.cc 55 // operator new and operator delete help us control water allocation.
56 void* operator new(size_t allocation_size) {
61 void operator delete(void* block, size_t /* allocation_size */) {
  /external/chromium/webkit/glue/
form_data.h 43 bool operator==(const FormData& form) const;
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 158 /// Create the location for the operator of the binary expression.
201 bool operator==(const PathDiagnosticLocation &X) const {
205 bool operator!=(const PathDiagnosticLocation &X) const {
278 PathDiagnosticPiece& operator=(const PathDiagnosticPiece &P);
539 bool operator==(const iterator &X) const { return I == X.I; }
540 bool operator!=(const iterator &X) const { return I != X.I; }
542 PathDiagnosticPiece& operator*() const { return **I; }
543 PathDiagnosticPiece *operator->() const { return *I; }
545 iterator &operator++() { ++I; return *this; }
546 iterator &operator--() { --I; return *this;
    [all...]
  /external/clang/test/CXX/basic/basic.def.odr/
p2-typeid.cpp 5 // operand of the typeid operator and the expression does not
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
p2.cpp 10 operator auto(*)()->int(); // expected-error{{'auto' not allowed here}} expected-error {{C++ requires a type specifier}}
  /external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
p5-examples.cpp 31 operator B();
  /external/clang/test/CXX/temp/temp.res/temp.local/
p3.cpp 31 WebVector<T>& operator=(const C& other) { } // expected-error{{undeclared identifier 'T'}}
  /external/clang/test/CodeCompletion/
call.cpp 11 operator int() const;
member-access.cpp 25 Derived *operator->() const;
  /external/clang/test/CodeGenCXX/
member-functions.cpp 55 T operator+(const T&);
  /external/clang/test/CodeGenObjCXX/
block-in-template-inst.mm 47 R (^(^operator()(Arg0 a))(Arg1))(Arg2)
  /external/clang/test/Index/
complete-cxx-inline-methods.cpp 17 // CHECK: CXXMethod:{ResultType MyCls::Vec &}{TypedText operator=}{LeftParen (}{Placeholder const MyCls::Vec &}{RightParen )} (34)
  /external/clang/test/Parser/
cxx-ambig-paren-expr.cpp 21 struct S{int operator()();};

Completed in 600 milliseconds

<<61626364656667686970>>