OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:friend
(Results
76 - 100
of
2999
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/include/clang/Edit/
FileOffset.h
37
friend
bool operator==(FileOffset LHS, FileOffset RHS) {
40
friend
bool operator!=(FileOffset LHS, FileOffset RHS) {
43
friend
bool operator<(FileOffset LHS, FileOffset RHS) {
48
friend
bool operator>(FileOffset LHS, FileOffset RHS) {
53
friend
bool operator>=(FileOffset LHS, FileOffset RHS) {
56
friend
bool operator<=(FileOffset LHS, FileOffset RHS) {
/ndk/sources/cxx-stl/llvm-libc++/include/
cstddef
78
friend
_LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR bool operator==(nullptr_t, nullptr_t) {return true;}
79
friend
_LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR bool operator!=(nullptr_t, nullptr_t) {return false;}
80
friend
_LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR bool operator<(nullptr_t, nullptr_t) {return false;}
81
friend
_LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR bool operator<=(nullptr_t, nullptr_t) {return true;}
82
friend
_LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR bool operator>(nullptr_t, nullptr_t) {return false;}
83
friend
_LIBCPP_ALWAYS_INLINE _LIBCPP_CONSTEXPR bool operator>=(nullptr_t, nullptr_t) {return true;}
/ndk/sources/cxx-stl/llvm-libc++/test/containers/
test_allocator.h
27
template <class U>
friend
class test_allocator;
68
friend
bool operator==(const test_allocator& x, const test_allocator& y)
70
friend
bool operator!=(const test_allocator& x, const test_allocator& y)
79
template <class U>
friend
class other_allocator;
96
friend
bool operator==(const other_allocator& x, const other_allocator& y)
98
friend
bool operator!=(const other_allocator& x, const other_allocator& y)
/ndk/sources/cxx-stl/llvm-libc++/test/re/
test_allocator.h
27
template <class U>
friend
class test_allocator;
68
friend
bool operator==(const test_allocator& x, const test_allocator& y)
70
friend
bool operator!=(const test_allocator& x, const test_allocator& y)
79
template <class U>
friend
class other_allocator;
96
friend
bool operator==(const other_allocator& x, const other_allocator& y)
98
friend
bool operator!=(const other_allocator& x, const other_allocator& y)
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/
test_allocator.h
27
template <class U>
friend
class test_allocator;
68
friend
bool operator==(const test_allocator& x, const test_allocator& y)
70
friend
bool operator!=(const test_allocator& x, const test_allocator& y)
79
template <class U>
friend
class other_allocator;
96
friend
bool operator==(const other_allocator& x, const other_allocator& y)
98
friend
bool operator!=(const other_allocator& x, const other_allocator& y)
/external/chromium/crypto/
capi_util.cc
26
friend
class Singleton<CAPIUtilSingleton>;
27
friend
struct DefaultSingletonTraits<CAPIUtilSingleton>;
/external/clang/test/CXX/temp/temp.param/
p9.cpp
21
template<template<int> class TT = X0> // expected-error{{not permitted on a
friend
template}}
22
friend
void f2();
/external/clang/test/PCH/
rdar10830559.cpp
30
friend
class Foo;
34
friend
class Templated< Bar::BarImpl >::s;
/external/clang/test/SemaCXX/
libstdcxx_map_base_hack.cpp
3
// libstdc++ 4.2.x contains a bug where a
friend
struct template
20
friend
struct __detail::_Map_base;
/external/clang/test/SemaTemplate/
inject-templated-friend.cpp
3
// PR8007:
friend
function not instantiated.
15
friend
std_ostream& operator << (std_ostream& o, const Streamer& f) // expected-error{{redefinition of 'operator<<'}}
/external/icu4c/test/intltest/
ucdtest.h
43
friend
void U_CALLCONV unicodeDataLineFn(void *context,
47
friend
void U_CALLCONV
/external/oprofile/libabi/
abi.h
35
friend
std::ostream & operator<<(std::ostream & o, abi const & abi);
36
friend
std::istream & operator>>(std::istream & i, abi & abi);
/external/skia/legacy/src/animator/
SkAnimatorScript2.h
40
friend
class SkDump;
41
friend
struct SkScriptNAnswer;
SkDisplayMovie.h
45
friend
class SkAnimateMaker;
46
friend
class SkPost;
SkPostParts.h
28
friend
class SkPost;
/external/skia/src/animator/
SkAnimatorScript2.h
40
friend
class SkDump;
41
friend
struct SkScriptNAnswer;
SkDisplayMovie.h
45
friend
class SkAnimateMaker;
46
friend
class SkPost;
SkPostParts.h
28
friend
class SkPost;
/ndk/sources/cxx-stl/llvm-libc++/test/strings/basic.string/
input_iterator.h
26
friend
bool operator==(const input_iterator& x, const input_iterator& y)
28
friend
bool operator!=(const input_iterator& x, const input_iterator& y)
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/tuple/tuple.tuple/
alloc_first.h
41
friend
bool operator==(const alloc_first& x, const alloc_first& y)
43
friend
bool operator< (const alloc_first& x, const alloc_first& y)
alloc_last.h
41
friend
bool operator==(const alloc_last& x, const alloc_last& y)
43
friend
bool operator< (const alloc_last& x, const alloc_last& y)
/external/chromium/chrome/browser/extensions/
external_registry_extension_loader_win.h
19
friend
class base::RefCountedThreadSafe<ExternalExtensionLoader>;
/external/skia/src/svg/
SkSVGText.h
23
friend
class SkSVGParser;
SkSVGUse.h
25
friend
class SkSVGClipPath;
/external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkhistory.h
56
friend
class QWKHistory;
57
friend
class QWKHistoryItemPrivate;
78
friend
class QWKHistoryPrivate;
79
friend
class QWKPagePrivate;
Completed in 507 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>