Searched
full:operator (Results
1551 -
1575 of
6015) sorted by null
<<61626364656667686970>>
/external/collada/include/1.4/dom/ |
domInstance_camera.h | 83 * Overloaded assignment operator 85 virtual domInstance_camera &operator=( const domInstance_camera &cpy ) { (void)cpy; return *this; }
|
domInstance_force_field.h | 83 * Overloaded assignment operator 85 virtual domInstance_force_field &operator=( const domInstance_force_field &cpy ) { (void)cpy; return *this; }
|
domInstance_light.h | 83 * Overloaded assignment operator 85 virtual domInstance_light &operator=( const domInstance_light &cpy ) { (void)cpy; return *this; }
|
domInstance_node.h | 83 * Overloaded assignment operator 85 virtual domInstance_node &operator=( const domInstance_node &cpy ) { (void)cpy; return *this; }
|
domInstance_physics_material.h | 83 * Overloaded assignment operator 85 virtual domInstance_physics_material &operator=( const domInstance_physics_material &cpy ) { (void)cpy; return *this; }
|
domLookat.h | 82 * Overloaded assignment operator 84 virtual domLookat &operator=( const domLookat &cpy ) { (void)cpy; return *this; }
|
domMatrix.h | 81 * Overloaded assignment operator 83 virtual domMatrix &operator=( const domMatrix &cpy ) { (void)cpy; return *this; }
|
domRotate.h | 80 * Overloaded assignment operator 82 virtual domRotate &operator=( const domRotate &cpy ) { (void)cpy; return *this; }
|
domSampler.h | 79 * Overloaded assignment operator 81 virtual domSampler &operator=( const domSampler &cpy ) { (void)cpy; return *this; }
|
domSkew.h | 80 * Overloaded assignment operator 82 virtual domSkew &operator=( const domSkew &cpy ) { (void)cpy; return *this; }
|
domVisual_scene.h | 112 * Overloaded assignment operator 114 virtual domLayer &operator=( const domLayer &cpy ) { (void)cpy; return *this; } 198 * Overloaded assignment operator 200 virtual domRender &operator=( const domRender &cpy ) { (void)cpy; return *this; } 262 * Overloaded assignment operator 264 virtual domEvaluate_scene &operator=( const domEvaluate_scene &cpy ) { (void)cpy; return *this; } 383 * Overloaded assignment operator 385 virtual domVisual_scene &operator=( const domVisual_scene &cpy ) { (void)cpy; return *this; }
|
/external/icu4c/common/ |
rbbinode.h | 102 RBBINode &operator = (const RBBINode &other); // No defs. 103 UBool operator == (const RBBINode &other); // Private, so these functions won't accidently be used.
|
rbbitblb.h | 94 RBBITableBuilder &operator=(const RBBITableBuilder &other); // forbid copying of this class 121 RBBIStateDescriptor &operator=(const RBBIStateDescriptor &other); // forbid copying of this class
|
/external/icu4c/i18n/ |
brktrans.h | 104 * Assignment operator. 106 BreakTransliterator& operator=(const BreakTransliterator&);
|
fpositer.cpp | 48 UBool FieldPositionIterator::operator==(const FieldPositionIterator &rhs) const { 58 return rhs.data ? data->operator==(*rhs.data) : FALSE;
|
/external/icu4c/tools/gennorm2/ |
n2builder.h | 74 // No copy constructor nor assignment operator. 76 Normalizer2DataBuilder &operator=(const Normalizer2DataBuilder &other);
|
/external/llvm/include/llvm/ADT/ |
SCCIterator.h | 56 // CurrentSCC - The current SCC, retrieved using operator*(). 150 inline bool operator==(const _Self& x) const { 153 inline bool operator!=(const _Self& x) const { return !operator==(x); } 156 inline _Self& operator++() { // Preincrement 160 inline _Self operator++(int) { // Postincrement 165 inline const SccTy &operator*() const { 169 inline SccTy &operator*() {
|
/external/llvm/include/llvm/DebugInfo/ |
DIContext.h | 40 bool operator==(const DILineInfo &RHS) const { 44 bool operator!=(const DILineInfo &RHS) const {
|
/external/llvm/include/llvm/MC/ |
MCLabel.h | 34 void operator=(const MCLabel&); // DO NOT IMPLEMENT 50 inline raw_ostream &operator<<(raw_ostream &OS, const MCLabel &Label) {
|
/external/llvm/include/llvm/Support/ |
PluginLoader.h | 24 void operator=(const std::string &Filename); 30 // This causes operator= above to be invoked for every -load option.
|
RecyclingAllocator.h | 60 inline void *operator new(size_t, 67 inline void operator delete(void *E,
|
SMLoc.h | 31 bool operator==(const SMLoc &RHS) const { return RHS.Ptr == Ptr; } 32 bool operator!=(const SMLoc &RHS) const { return RHS.Ptr != Ptr; }
|
/external/llvm/utils/lit/lit/ |
ShUtil.py | 61 # Otherwise, lex the operator and convert to a redirection 236 operator = self.lex() 237 assert isinstance(operator, tuple) and len(operator) == 1 240 raise ValueError, "missing argument to operator %r" % operator[0] 242 # FIXME: Operator precedence!! 243 lhs = Seq(lhs, operator[0], self.parse_pipeline())
|
/external/oprofile/libregex/ |
stl.pat.in | 90 # 2.95 templatized operator<< and >> exist only for std::string 91 "\<ostream & operator<<<char, string_char_traits<char>, __default_alloc_template<true, 0>>\(ostream &, string const &\)" = "ostream & operator<<(ostream &, string const &)" 92 "\<istream & (operator>>|getline)<char, string_char_traits<char>, __default_alloc_template<true, 0>>\(istream &, string &\)" = "istream & \1(istream &, string &)" 94 # 3.0 templatized operator<< and >> exist only for std::string 95 "\<ostream& operator<< <char, char_traits<char>, allocator<char>>\(ostream&, string const&\)" = "ostream & operator<<(ostream &, string const &)" 96 "\<istream& (operator>>|getline) <char, char_traits<char>, allocator<char>>\(istream&, string&\)" = "istream & \1(istream &, string &)"
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-param-util-generated.h.pump | 64 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); } 68 void operator=(const ValueArray1& other); 83 operator ParamGenerator<T>() const { 90 void operator=(const ValueArray$i& other); 211 void operator=(const Iterator& other); 227 void operator=(const CartesianProductGenerator$i& other); 255 operator ParamGenerator< ::std::tr1::tuple<$for j, [[T$j]]> >() const { 266 void operator=(const CartesianProductHolder$i& other);
|
Completed in 256 milliseconds
<<61626364656667686970>>