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

<<71727374757677787980>>

  /external/collada/include/1.4/dom/
domSpline.h 90 * Overloaded assignment operator
92 virtual domControl_vertices &operator=( const domControl_vertices &cpy ) { (void)cpy; return *this; }
174 * Overloaded assignment operator
176 virtual domSpline &operator=( const domSpline &cpy ) { (void)cpy; return *this; }
  /external/collada/include/dae/
daeWin32Platform.h 47 // warning C4512: 'daeDatabase' : assignment operator could not be generated
  /external/collada/src/dae/
daeStringRef.cpp 50 daeStringRef::operator= (daeString string)
  /external/icu4c/i18n/
currfmt.cpp 38 UBool CurrencyFormat::operator==(const Format& other) const {
currfmt.h 58 virtual UBool operator==(const Format& other) const;
  /external/icu4c/layout/
GlyphIterator.h 98 GlyphIterator &operator=(const GlyphIterator &other); // forbid copying of this class
LookupProcessor.h 75 LookupProcessor &operator=(const LookupProcessor &other); // forbid copying of this class
  /external/icu4c/test/intltest/
pptest.cpp 93 logln("PP operator= tested.");
95 errln("*** PP operator= operator== or operator != result");
  /external/javassist/src/main/javassist/compiler/ast/
AssignExpr.java 24 /* operator must be either of:
  /external/kernel-headers/original/asm-x86/
shmbuf.h 33 __kernel_pid_t shm_lpid; /* pid of last operator */
  /external/llvm/include/llvm/MC/
MCCodeEmitter.h 27 void operator=(const MCCodeEmitter &); // DO NOT IMPLEMENT
  /external/llvm/include/llvm/Support/
Endian.h 98 operator value_type() const {
108 operator value_type() const {
118 operator value_type() const {
128 operator value_type() const {
FileSystem.h 61 operator int() const {return v_;}
77 operator int() const {return v_;}
474 bool operator==(const directory_entry& rhs) const { return Path == rhs.Path; }
475 bool operator!=(const directory_entry& rhs) const { return !(*this == rhs); }
476 bool operator< (const directory_entry& rhs) const;
477 bool operator<=(const directory_entry& rhs) const;
478 bool operator> (const directory_entry& rhs) const;
479 bool operator>=(const directory_entry& rhs) const;
483 /// operator++ because we need an error_code. If it's really needed we can make
509 // No operator++ because we need error_code
    [all...]
  /external/llvm/test/CodeGen/Thumb/
2010-07-15-debugOrdering.ll 103 !54 = metadata !{i32 524334, i32 0, metadata !8, metadata !"operator+", metadata !"operator+", metadata !"_ZNK9ggVector3psEv", metadata !9, i32 107, metadata !55, i1 false, i1 false, i32 0, i32 0, null, i1 false, i1 false, null} ; [ DW_TAG_subprogram ]
106 !57 = metadata !{i32 524334, i32 0, metadata !8, metadata !"operator-", metadata !"operator-", metadata !"_ZNK9ggVector3ngEv", metadata !9, i32 108, metadata !58, i1 false, i1 false, i32 0, i32 0, null, i1 false, i1 false, null} ; [ DW_TAG_subprogram ]
109 !60 = metadata !{i32 524334, i32 0, metadata !8, metadata !"operator[]", metadata !"operator[]", metadata !"_ZNK9ggVector3ixEi", metadata !9, i32 290, metadata !61, i1 false, i1 false, i32 0, i32 0, null, i1 false, i1 false, null} ; [ DW_TAG_subprogram ]
112 !63 = metadata !{i32 524334, i32 0, metadata !8, metadata !"operator[]", metadata !"operator[]", metadata !"_ZN9ggVector3ixEi", metadata !9, i32 278, metadata !64, i1 false, i1 false, i32 0, i32 0, null, i1 false, i1 false, null} ; [ DW_TAG_subprogram ]
115 !66 = metadata !{i32 524334, i32 0, metadata !8, metadata !"operator+=", metadata !"operator+=", metadata !"_ZN9ggVector3pLERKS_", metadata !9, i32 303, metadata !67, i1 false, i1 false, i32 (…)
    [all...]
  /external/oprofile/libpp/
parse_filename.h 48 std::ostream & operator<<(std::ostream &, parsed_filename const &);
profile.h 169 count_type operator*() const { return it->second; }
170 const_iterator & operator++() { ++it; return *this; }
175 bool operator!=(const_iterator const & rhs) const {
178 bool operator==(const_iterator const & rhs) const {
symbol_sort.cpp 99 bool operator()(symbol_entry const * lhs,
101 return operator()(*lhs, *rhs);
104 bool operator()(symbol_entry const & lhs,
113 bool symbol_compare::operator()(symbol_entry const & lhs,
  /external/oprofile/libutil++/
glob_filter.h 51 bool operator()(std::string const & s);
  /external/protobuf/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/skia/gpu/include/
GrAllocator.h 120 void* operator[] (int i) {
129 const void* operator[] (int i) const {
228 T& operator[] (int i) {
235 const T& operator[] (int i) const {
  /external/skia/include/effects/
SkCornerPathEffect.h 55 SkCornerPathEffect& operator=(const SkCornerPathEffect&);
  /external/skia/include/views/
SkOSMenu.h 51 SkOSMenu& operator=(const SkOSMenu&);
  /external/skia/include/xml/
SkBML_WXMLParser.h 39 BML_WXMLParser& operator=(const BML_WXMLParser& src);
  /external/skia/src/animator/
SkBoundable.h 46 SkBoundableAuto& operator= (const SkBoundableAuto& );
  /external/stlport/stlport/stl/
_carray.h 48 _Tp& operator [] (size_t __i) {

Completed in 275 milliseconds

<<71727374757677787980>>