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

<<919293949596979899100>>

  /external/chromium/chrome/browser/autofill/
autofill_profile.h 44 AutofillProfile& operator=(const AutofillProfile& profile);
121 bool operator==(const AutofillProfile& profile) const;
122 virtual bool operator!=(const AutofillProfile& profile) const;
177 std::ostream& operator<<(std::ostream& os, const AutofillProfile& profile);
  /external/chromium/chrome/browser/custom_handlers/
protocol_handler.cc 52 bool ProtocolHandler::operator==(const ProtocolHandler &other) const {
  /external/chromium/chrome/browser/download/
download_prefs.h 63 bool operator()(const FilePath::StringType& a,
  /external/chromium/chrome/browser/notifications/
notification.h 29 Notification& operator=(const Notification& notification);
  /external/chromium/chrome/browser/password_manager/
password_store_change.h 29 bool operator==(const PasswordStoreChange& other) const {
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_unittest_helper.h 24 // TODO(shess): There's an == operator defined in
  /external/chromium/chrome/browser/sync/glue/
extension_data.h 33 // Implicit copy constructor and assignment operator welcome.
  /external/chromium/chrome/browser/sync/syncable/
syncable_id.cc 18 ostream& operator<<(ostream& out, const Id& id) {
  /external/chromium/net/base/
host_port_pair.h 31 bool operator<(const HostPortPair& other) const {
ssl_info.h 26 SSLInfo& operator=(const SSLInfo& info);
  /external/chromium/net/http/
http_byte_range.h 20 // Since this class is POD, we use constructor, assignment operator
  /external/chromium/sdch/open-vcdiff/src/google/
vcdecoder.h 132 // Make the copy constructor and assignment operator private
135 void operator=(const VCDiffStreamingDecoder&);
176 // Make the copy constructor and assignment operator private
179 void operator=(const VCDiffDecoder&);
  /external/chromium/testing/gmock/scripts/generator/cpp/
keywords.py 42 OTHERS = set('true false asm class namespace using explicit this operator sizeof'.split())
  /external/chromium/third_party/libjingle/overrides/talk/xmllite/
qname.cc 50 QName::operator==(const QName & other) const {
  /external/clang/include/clang/Index/
Program.h 29 Program &operator=(const Program &); // do not implement
  /external/clang/include/clang/Sema/
IdentifierResolver.h 111 NamedDecl *operator*() const {
118 bool operator==(const iterator &RHS) const {
121 bool operator!=(const iterator &RHS) const {
126 iterator& operator++() {
  /external/clang/lib/Basic/
VersionTuple.cpp 28 raw_ostream& clang::operator<<(raw_ostream &Out,
  /external/clang/lib/Index/
ProgramImpl.h 38 ProgramImpl &operator=(const ProgramImpl &); // do not implement
  /external/clang/lib/Lex/
TokenLexer.cpp 138 // If we found the stringify operator, get the argument stringified. The
165 // the #/#@ operator.
196 // (##) operator before or after the argument.
201 // If it is not the LHS/RHS of a ## operator, we must pre-expand the
263 // Remove the paste operator, report use of the extension.
288 // Do not do this if the paste operator occurs before the macro argument,
309 // buffer) the paste operator after it.
315 // If this is on the RHS of a paste operator, we've already copied the
316 // paste operator to the ResultToks list. Remove it.
329 // Remove the paste operator, report use of the extension
    [all...]
  /external/clang/test/CodeGenCXX/
implicit-copy-constructor.cpp 76 struct A { A(const A&); A&operator=(const A&); };
weak-external.cpp 55 runtime_error& operator=(const runtime_error&) _NOEXCEPT;
  /external/clang/test/CodeGenObjCXX/
property-reference.mm 33 struct A { A(); A(const A&); A&operator=(const A&); ~A(); };
  /external/clang/test/FixIt/
fixit-cxx0x.cpp 9 explicit operator int(); // expected-note{{conversion to integral type}}
  /external/clang/test/Sema/
ext_vector_casts.c 51 __real f2; // expected-error{{invalid type 'float2' to __real operator}}
  /external/clang/test/SemaCXX/
cxx98-compat-pedantic.cpp 29 operator int();

Completed in 771 milliseconds

<<919293949596979899100>>