Searched
full:friend (Results
376 -
400 of
2999) sorted by null
<<11121314151617181920>>
/external/clang/test/CXX/temp/temp.spec/ |
p5.cpp | 37 friend struct Nested;
|
/external/clang/test/Parser/ |
DelayedTemplateParsing.cpp | 16 friend void foo3() {
|
recovery.cpp | 27 friend void f()
|
/external/clang/test/SemaCXX/ |
defaulted-private-dtor.cpp | 6 friend class K;
|
literal-operators.cpp | 7 friend void operator "" _tag_good (const char *);
|
/external/clang/test/SemaTemplate/ |
class-template-id.cpp | 47 template <> class Party<T> { friend struct Party<>; }; // expected-error {{use of undeclared identifier 'T'}}
|
injected-class-name.cpp | 47 friend class A;
|
/external/eigen/unsupported/Eigen/src/AutoDiff/ |
AutoDiffScalar.h | 106 friend std::ostream & operator << (std::ostream & s, const AutoDiffScalar& a) 146 friend inline bool operator< (const Scalar& a, const AutoDiffScalar& b) { return a < b.value(); } 147 friend inline bool operator<=(const Scalar& a, const AutoDiffScalar& b) { return a <= b.value(); } 148 friend inline bool operator> (const Scalar& a, const AutoDiffScalar& b) { return a > b.value(); } 149 friend inline bool operator>=(const Scalar& a, const AutoDiffScalar& b) { return a >= b.value(); } 150 friend inline bool operator==(const Scalar& a, const AutoDiffScalar& b) { return a == b.value(); } 151 friend inline bool operator!=(const Scalar& a, const AutoDiffScalar& b) { return a != b.value(); } 165 friend inline const AutoDiffScalar<DerType&> operator+(const Scalar& a, const AutoDiffScalar& b) 175 // friend inline const AutoDiffScalar<DerType&> operator+(const Real& a, const AutoDiffScalar& b) 209 friend inline const AutoDiffScalar<CwiseUnaryOp<internal::scalar_opposite_op<Scalar>, const DerType> [all...] |
/external/llvm/include/llvm/Support/ |
Registry.h | 73 friend class node; 76 friend class listener; 83 friend class iterator; 139 friend void Registry::Announce(const entry &E);
|
/external/skia/include/svg/ |
SkSVGPaintState.h | 85 friend class SkSVGParser;
|
/external/skia/legacy/include/core/ |
SkDeque.h | 71 friend class Iter;
|
SkStroke.h | 56 friend class SkPaint;
|
/external/skia/legacy/src/animator/ |
SkAnimateActive.h | 76 friend class SkApply;
|
SkDisplayAdd.h | 61 friend class SkAdd;
|
SkDisplayEvent.h | 62 friend class SkEvents;
|
SkDisplayList.h | 67 friend class SkEvents;
|
/external/skia/src/animator/ |
SkAnimateActive.h | 76 friend class SkApply;
|
SkDisplayAdd.h | 61 friend class SkAdd;
|
SkDisplayEvent.h | 62 friend class SkEvents;
|
SkDisplayList.h | 67 friend class SkEvents;
|
/external/skia/src/core/ |
SkStroke.h | 53 friend class SkPaint;
|
/external/skia/src/gpu/ |
GrAtlas.h | 54 friend class GrAtlasMgr;
|
/external/v8/src/ |
frames.h | 289 friend class StackFrameIterator; 290 friend class StackHandlerIterator; 291 friend class SafeStackFrameIterator; 326 friend class StackFrameIterator; 345 friend class StackFrameIterator; 383 friend class StackFrameIterator; 442 friend class StackFrame; 443 friend class StackFrameIterator; 543 friend class StackFrameIterator; 544 friend class StackTracer [all...] |
/external/webkit/Source/JavaScriptCore/qt/api/ |
qscriptstring.h | 53 friend class QScriptStringPrivate;
|
qscriptsyntaxcheckresult.h | 48 friend class QScriptSyntaxCheckResultPrivate;
|
Completed in 660 milliseconds
<<11121314151617181920>>