OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operator
(Results
2076 - 2100
of
6015
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/external/collada/include/1.4/dom/
domLibrary_images.h
116
* Overloaded assignment
operator
118
virtual domLibrary_images &
operator
=( const domLibrary_images &cpy ) { (void)cpy; return *this; }
domLibrary_lights.h
116
* Overloaded assignment
operator
118
virtual domLibrary_lights &
operator
=( const domLibrary_lights &cpy ) { (void)cpy; return *this; }
domLibrary_materials.h
116
* Overloaded assignment
operator
118
virtual domLibrary_materials &
operator
=( const domLibrary_materials &cpy ) { (void)cpy; return *this; }
domLibrary_nodes.h
116
* Overloaded assignment
operator
118
virtual domLibrary_nodes &
operator
=( const domLibrary_nodes &cpy ) { (void)cpy; return *this; }
domLibrary_physics_materials.h
118
* Overloaded assignment
operator
120
virtual domLibrary_physics_materials &
operator
=( const domLibrary_physics_materials &cpy ) { (void)cpy; return *this; }
domLibrary_physics_models.h
117
* Overloaded assignment
operator
119
virtual domLibrary_physics_models &
operator
=( const domLibrary_physics_models &cpy ) { (void)cpy; return *this; }
domLibrary_physics_scenes.h
117
* Overloaded assignment
operator
119
virtual domLibrary_physics_scenes &
operator
=( const domLibrary_physics_scenes &cpy ) { (void)cpy; return *this; }
domLibrary_visual_scenes.h
117
* Overloaded assignment
operator
119
virtual domLibrary_visual_scenes &
operator
=( const domLibrary_visual_scenes &cpy ) { (void)cpy; return *this; }
domMaterial.h
111
* Overloaded assignment
operator
113
virtual domMaterial &
operator
=( const domMaterial &cpy ) { (void)cpy; return *this; }
domName_array.h
113
* Overloaded assignment
operator
115
virtual domName_array &
operator
=( const domName_array &cpy ) { (void)cpy; return *this; }
domParam.h
122
* Overloaded assignment
operator
124
virtual domParam &
operator
=( const domParam &cpy ) { (void)cpy; return *this; }
domTechnique.h
106
* Overloaded assignment
operator
108
virtual domTechnique &
operator
=( const domTechnique &cpy ) { (void)cpy; return *this; }
domVertices.h
110
* Overloaded assignment
operator
112
virtual domVertices &
operator
=( const domVertices &cpy ) { (void)cpy; return *this; }
/external/collada/include/dae/
daeZAEUncompressHandler.h
42
// disable copy c-tor and assignment
operator
.
44
daeZAEUncompressHandler&
operator
=(const daeZAEUncompressHandler& copy);
domAny.h
107
* Overloaded assignment
operator
109
virtual domAny &
operator
=( const domAny &cpy ) { (void)cpy; return *this; }
/external/e2fsprogs/intl/
plural-exp.h
37
enum
operator
enum in struct:expression
59
qmop /* Question mark
operator
. */
/external/gtest/include/gtest/internal/
gtest-string.h
233
operator
::std::string() const { return ::std::string(c_str_); }
239
operator
::string() const { return ::string(c_str_); }
254
bool
operator
==(const char* c_str) const {
260
bool
operator
<(const String& rhs) const { return Compare(rhs) < 0; }
264
bool
operator
!=(const char* c_str) const {
298
const String&
operator
=(const char* c_str);
301
const String&
operator
=(const String &rhs) {
311
inline ::std::ostream&
operator
<<(::std::ostream& os, const String& str) {
/external/icu4c/common/
rbbisetb.h
57
RangeDescriptor &
operator
=(const RangeDescriptor &other); // forbid copying of this class
124
RBBISetBuilder &
operator
=(const RBBISetBuilder &other); // forbid copying of this class
/external/icu4c/i18n/
buddhcal.cpp
48
BuddhistCalendar& BuddhistCalendar::
operator
= ( const BuddhistCalendar& right)
50
GregorianCalendar::
operator
=(right);
taiwncal.cpp
48
TaiwanCalendar& TaiwanCalendar::
operator
= ( const TaiwanCalendar& right)
50
GregorianCalendar::
operator
=(right);
tmunit.cpp
89
TimeUnit::
operator
=(const TimeUnit& other) {
99
TimeUnit::
operator
==(const UObject& other) const {
windtfmt.h
51
Win32DateFormat &
operator
=(const Win32DateFormat &other);
113
* compilers support genuine RTTI. Polymorphic
operator
==() and clone()
/external/icu4c/i18n/unicode/
curramt.h
70
* Assignment
operator
73
CurrencyAmount&
operator
=(const CurrencyAmount& other);
/external/icu4c/io/
ustream.cpp
41
operator
<<(STD_OSTREAM& stream, const UnicodeString& str)
74
operator
>>(STD_ISTREAM& stream, UnicodeString& str)
/external/llvm/include/llvm/ADT/
TinyPtrVector.h
79
EltTy
operator
[](unsigned i) const {
129
void
operator
=(const TinyPtrVector&); // NOT IMPLEMENTED YET.
Completed in 2617 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>