Searched
full:operator (Results
2101 -
2125 of
6015) sorted by null
<<81828384858687888990>>
/external/llvm/include/llvm/ExecutionEngine/ |
RuntimeDyld.h | 33 void operator=(const RTDyldMemoryManager&); // DO NOT IMPLEMENT 51 void operator=(const RuntimeDyld &); // DO NOT IMPLEMENT
|
/external/llvm/test/Transforms/GVN/ |
lpre-call-wrap.ll | 10 ; A& operator++(void) { ++n; if (n == m) g(); return *this; } 12 ; friend bool operator!=(A const& a1, A const& a2) { return a1.n != a2.n; }
|
/external/llvm/tools/llvm-objdump/ |
MCFunction.h | 41 bool operator<(const MCDecodedInst &RHS) const { 64 bool operator<(const MCBasicBlock &RHS) const {
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-string.h | 230 operator ::std::string() const { return ::std::string(c_str(), length()); } 237 operator ::string() const { return ::string(c_str(), length()); } 250 bool operator==(const char* a_c_str) const { return Compare(a_c_str) == 0; } 254 bool operator<(const String& rhs) const { return Compare(rhs) < 0; } 258 bool operator!=(const char* a_c_str) const { return !(*this == a_c_str); } 278 const String& operator=(const char* a_c_str) { 283 const String& operator=(const String& rhs) { 316 inline ::std::ostream& operator<<(::std::ostream& os, const String& str) {
|
/external/mesa3d/src/glsl/ |
glsl_symbol_table.h | 58 static void* operator new(size_t size, void *ctx) 72 static void operator delete(void *table)
|
/external/protobuf/gtest/include/gtest/internal/ |
gtest-string.h | 229 operator ::std::string() const { return ::std::string(c_str(), length()); } 237 operator ::string() const { return ::string(c_str(), length()); } 250 bool operator==(const char* c_str) const { return Compare(c_str) == 0; } 254 bool operator<(const String& rhs) const { return Compare(rhs) < 0; } 258 bool operator!=(const char* c_str) const { return !(*this == c_str); } 278 const String& operator=(const char* c_str) { return *this = String(c_str); } 281 const String& operator=(const String& rhs) { 314 inline ::std::ostream& operator<<(::std::ostream& os, const String& str) {
|
/external/skia/include/core/ |
SkTDict.h | 109 friend int operator<(const Pair& a, const Pair& b) 113 friend int operator!=(const Pair& a, const Pair& b)
|
/external/skia/src/animator/ |
SkTypedArray.cpp | 77 SkDS32Array& SkDS32Array::operator=(const SkDS32Array& src) 95 int operator==(const SkDS32Array& a, const SkDS32Array& b)
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_fmsynth.h | 53 EAS_I16 pitch; /* operator pitch in cents */ 65 S_OPERATOR oper[4]; /* operator data */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_fmsynth.h | 53 EAS_I16 pitch; /* operator pitch in cents */ 65 S_OPERATOR oper[4]; /* operator data */
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
arcsum.h | 30 bool operator()(const A& x, const A& y) { 45 bool operator()(const A& x, const A& y) {
|
string-weight.h | 57 bool operator==(const StringWeight<L, S> &, const StringWeight<L, S> &); 69 friend bool operator==<>(const StringWeight<L, S> &, 122 // StringWeight<L, S> &operator=(const StringWeight<L, S> &w); 278 // &StringWeight<L, S>::operator=(const StringWeight<L, S> &w) { 288 inline bool operator==(const StringWeight<L, S> &w1, 304 inline bool operator!=(const StringWeight<L, S> &w1, 317 inline ostream &operator<<(ostream &strm, const StringWeight<L, S> &w) { 335 inline istream &operator>>(istream &strm, StringWeight<L, S> &w) {
|
/external/stlport/src/ |
locale_impl.h | 77 void operator=(const _Locale_impl&); 109 bool operator != (const locale& __loc) const { return __loc._M_impl != this; }
|
warning_disable.h | 10 # pragma warning( disable : 4284 ) /* for -> operator */ 45 # pragma warning( disable : 4512 ) /* assignment operator could not be generated */
|
/external/stlport/stlport/stl/ |
_complex.c | 92 operator<<(basic_ostream<_CharT, _Traits>& __os, const complex<_Tp>& __z) { function 107 operator>>(basic_istream<_CharT, _Traits>& __is, complex<_Tp>& __z) { function
|
_hash_set.h | 452 operator=(const typename _Container::value_type& __val) { 456 insert_iterator<_Container>& operator*() { return *this; } 457 insert_iterator<_Container>& operator++() { return *this; } 458 insert_iterator<_Container>& operator++(int) { return *this; } 479 operator=(const typename _Container::value_type& __val) { 483 insert_iterator<_Container>& operator*() { return *this; } 484 insert_iterator<_Container>& operator++() { return *this; } 485 insert_iterator<_Container>& operator++(int) { return *this; }
|
_iostream_string.h | 111 _Self& operator=(const _CharT* __s) { 112 _Base::operator=(__s);
|
_messages_facets.h | 144 _Self& operator = (_Self const&); 172 _Self& operator = (_Self const&);
|
_numpunct.h | 131 _Self& operator = (_Self const&); 162 _Self& operator = (_Self const&);
|
_stack.h | 106 inline bool _STLP_CALL operator==(const stack< _STLP_STACK_ARGS >& __x, 111 inline bool _STLP_CALL operator<(const stack< _STLP_STACK_ARGS >& __x,
|
_tempbuf.h | 133 // Disable copy constructor and assignment operator. 135 void operator=(const _Temporary_buffer<_ForwardIterator, _Tp>&) {}
|
/external/stlport/test/eh/ |
nc_alloc.h | 66 // Set operator new to fail on the nth invocation 69 // Set operator new to never fail.
|
test_hash_map.cpp | 61 // TestMultiMap == TestMultiMap: no such operator! - ptr 108 // TestMultiMap == TestMultiMap: no such operator! - ptr
|
/external/stlport/test/unit/ |
bind_test.cpp | 39 int operator()(int incr, int& val) const 45 int operator()(int& val, int incr) const
|
find_test.cpp | 55 /* This operator should rather be global and commutative 58 bool operator == (int d) const
|
Completed in 668 milliseconds
<<81828384858687888990>>