HomeSort by relevance Sort by last modified time
    Searched full:friend (Results 226 - 250 of 2302) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/astl/include/
string 174 friend bool operator==(const string& left, const string& right);
175 friend bool operator==(const string& left, const value_type *right);
176 friend bool operator==(const value_type *left, const string& right) { return right == left; }
177 friend bool operator!=(const string& left, const string& right) { return !(left == right); }
178 friend bool operator!=(const string& left, const char* right) { return !(left == right); }
179 friend bool operator!=(const value_type *left, const string& right) { return !(left == right); }
226 friend string operator+(const string& left, const string& right) {
229 friend string operator+(const string& left, const value_type *right) {
232 friend string operator+(const value_type *left, const string& right) {
235 friend string operator+(const string& left, char right)
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 407 /// a friend declaration like the following:
411 /// friend void foo<>(T);
589 template <class decl_type> friend class RedeclarableTemplate;
681 friend class ASTDeclReader;
682 friend class ASTDeclWriter;
802 friend class FunctionDecl;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random 434 friend bool
448 friend bool
463 friend std::basic_ostream<_CharT, _Traits>&
484 friend std::basic_istream<_CharT, _Traits>&
606 friend bool
621 friend bool
640 friend std::basic_ostream<_CharT, _Traits>&
659 friend std::basic_istream<_CharT, _Traits>&
808 friend bool
823 friend boo
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 434 friend bool
448 friend bool
463 friend std::basic_ostream<_CharT, _Traits>&
484 friend std::basic_istream<_CharT, _Traits>&
606 friend bool
621 friend bool
640 friend std::basic_ostream<_CharT, _Traits>&
659 friend std::basic_istream<_CharT, _Traits>&
808 friend bool
823 friend boo
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 434 friend bool
448 friend bool
463 friend std::basic_ostream<_CharT, _Traits>&
484 friend std::basic_istream<_CharT, _Traits>&
606 friend bool
621 friend bool
640 friend std::basic_ostream<_CharT, _Traits>&
659 friend std::basic_istream<_CharT, _Traits>&
808 friend bool
823 friend boo
    [all...]
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
random 434 friend bool
448 friend bool
463 friend std::basic_ostream<_CharT, _Traits>&
484 friend std::basic_istream<_CharT, _Traits>&
606 friend bool
621 friend bool
640 friend std::basic_ostream<_CharT, _Traits>&
659 friend std::basic_istream<_CharT, _Traits>&
808 friend bool
823 friend boo
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
MemRegion.h 67 friend class MemRegionManager;
157 friend class MemRegionManager;
191 friend class MemRegionManager;
211 friend class MemRegionManager;
226 friend class MemRegionManager;
237 friend class MemRegionManager;
270 friend class MemRegionManager;
281 friend class MemRegionManager;
323 friend class MemRegionManager;
448 friend class MemRegionManager
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/activities/
InviteContactActivity.java 26 * and either connect ("add as friend", "follow") or invite them to the network
  /external/chromium/base/memory/
ref_counted.h 77 // friend class base::RefCounted<MyFoo>;
112 // friend with RefCountedThreadSafe instead of this struct, which is an
129 // friend class base::RefCountedThreadSafe<MyFoo>;
148 friend struct DefaultRefCountedThreadSafeTraits<T>;
  /external/chromium/base/
message_loop_proxy_impl.h 51 friend class MessageLoopProxy;
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_state.h 42 friend struct DefaultSingletonTraits<BrowserAccessibilityState>;
  /external/chromium/chrome/browser/chromeos/
gview_request_interceptor.h 38 friend struct DefaultSingletonTraits<GViewRequestInterceptor>;
wm_message_listener.h 49 friend struct DefaultSingletonTraits<WmMessageListener>;
  /external/chromium/chrome/browser/chromeos/login/
cryptohome_op.h 59 friend class base::RefCountedThreadSafe<CryptohomeOp>;
online_attempt.h 70 friend class OnlineAttemptTest;
screen_locker_tester.h 54 friend class chromeos::ScreenLocker;
wizard_accessibility_helper.h 50 friend struct DefaultSingletonTraits<WizardAccessibilityHelper>;
  /external/chromium/chrome/browser/debugger/
devtools_remote.h 28 friend class base::RefCountedThreadSafe<DevToolsRemoteListener>;
  /external/chromium/chrome/browser/extensions/
autoupdate_interceptor.h 37 friend class base::RefCountedThreadSafe<AutoUpdateInterceptor>;
extension_management_api.h 60 friend struct DefaultSingletonTraits<ExtensionManagementEventRouter>;
extension_processes_api.h 33 friend struct DefaultSingletonTraits<ExtensionProcessesEventRouter>;
extension_proxy_api.h 50 friend struct DefaultSingletonTraits<ExtensionProxyEventRouter>;
file_reader.h 33 friend class base::RefCountedThreadSafe<FileReader>;
pack_extension_job.h 51 friend class base::RefCountedThreadSafe<PackExtensionJob>;
  /external/chromium/chrome/browser/nacl_host/
nacl_broker_service_win.h 41 friend struct DefaultSingletonTraits<NaClBrokerService>;

Completed in 961 milliseconds

1 2 3 4 5 6 7 8 91011>>