Searched
full:operator (Results
2651 -
2675 of
6015) sorted by null
<<101102103104105106107108109110>>
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/ |
_tree.h | 57 bool operator () (const _Key& __lhs, const _Key& __rhs) const { 60 bool operator () (const _Kp1& __lhs, const _Kp2& __rhs) const { 144 _Self& operator=(const _Self& __x) {
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_vector.h | 95 reference operator[](size_type __n) { return cast_traits::to_value_type_ref(_M_impl[__n]); } 96 const_reference operator[](size_type __n) const { return cast_traits::to_value_type_cref(_M_impl[__n]); } 151 _Self& operator=(const _Self& __x) { _M_impl = __x._M_impl; return *this; }
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/ |
_ctype.h | 137 bool operator()(char __c) {return (__m & (unsigned char) __c) != 0;} 169 _Self& operator = (_Self const&); 266 _Self& operator = (_Self const&);
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/ |
_tree.h | 57 bool operator () (const _Key& __lhs, const _Key& __rhs) const { 60 bool operator () (const _Kp1& __lhs, const _Kp2& __rhs) const { 144 _Self& operator=(const _Self& __x) {
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/pointers/ |
_vector.h | 95 reference operator[](size_type __n) { return cast_traits::to_value_type_ref(_M_impl[__n]); } 96 const_reference operator[](size_type __n) const { return cast_traits::to_value_type_cref(_M_impl[__n]); } 151 _Self& operator=(const _Self& __x) { _M_impl = __x._M_impl; return *this; }
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
ThreadSafeClientConnManager.java | 79 /** The operator for opening and updating connections. */ 128 * Hook for creating the connection operator. 131 * instantiation of the operator. 137 * @return the connection operator to use
|
/external/chromium/base/memory/ |
singleton.h | 15 // Default traits for Singleton<Type>. Calls operator new and operator delete on 177 // (a) Every call to get(), operator->() and operator*() incurs some overhead
|
/external/chromium/base/win/ |
scoped_comptr_unittest.cc | 62 copy1 = naked_copy; // Test the =(T*) operator.
|
/external/chromium/chrome/browser/autocomplete/ |
history_provider_util.h | 26 bool operator==(const GURL& url) const;
|
/external/chromium/chrome/browser/autofill/ |
address.h | 24 Address& operator=(const Address& address);
|
form_group.cc | 13 bool FormGroup::operator!=(const FormGroup& form_group) const {
|
form_group.h | 45 virtual bool operator!=(const FormGroup& form_group) const;
|
/external/chromium/chrome/browser/chromeos/login/ |
login_status_consumer.h | 38 inline bool operator==(const LoginFailure &b) const {
|
/external/chromium/chrome/browser/parsers/ |
metadata_parser_filebase_unittest.cc | 86 // No ostream operator<< implementation for map iterator, so can't use
|
/external/chromium/chrome/browser/safe_browsing/ |
chunk_range.h | 33 bool operator==(const ChunkRange& rhs) const {
|
safe_browsing_util.h | 39 inline bool operator==(const SBFullHash& lhash, const SBFullHash& rhash) { 43 inline bool operator<(const SBFullHash& lhash, const SBFullHash& rhash) { 94 SBChunk& operator[](size_t n) { return chunks_[n]; } 95 const SBChunk& operator[](size_t n) const { return chunks_[n]; }
|
/external/chromium/chrome/browser/ui/ |
browser_list.h | 222 TabContentsWrapper* operator->() const { 225 TabContentsWrapper* operator*() const { 230 TabContentsWrapper* operator++() { // ++preincrement 234 TabContentsWrapper* operator++(int) { // postincrement++
|
/external/chromium/chrome/common/net/gaia/ |
google_service_auth_error.cc | 17 bool GoogleServiceAuthError::operator==(
|
/external/chromium/googleurl/base/ |
logging.h | 181 // We use the preprocessor's merging operator, "##", so that, e.g., 184 // ostream::operator<<(int) and ostream non-member streaming functions 185 // (e.g., ::operator<<(ostream&, string&): it turns out that it's 208 operator bool() const { return str_ != NULL; } 281 // must have operator<<(ostream, ...) defined. 459 // This has to be an operator with a precedence lower than << but 461 void operator&(std::ostream&) { } 477 std::ostream& operator<<(std::ostream& out, const wchar_t* wstr); 478 inline std::ostream& operator<<(std::ostream& out, const std::wstring& wstr) {
|
/external/chromium/sdch/open-vcdiff/src/ |
rolling_hash.h | 61 // using bitwise arithmetic rather than the % operator. 85 // Making these private avoids copy constructor and assignment operator. 89 void operator=(const RollingHashUtil&); 207 // where the power operator "pow" is taken in integer form.
|
/external/chromium/testing/gmock/include/gmock/ |
gmock-matchers.h | 67 // MatchResultListener is an abstract class. Its << operator can be 84 MatchResultListener& operator<<(const T& x) { 330 operator Matcher<T>() const { 681 // conversion operator to make it appearing as a Matcher<T> for any 686 operator Matcher<T>() const { return A<T>(); } 695 // a template type conversion operator in the implementation. 708 operator Matcher<Lhs>() const { \ 809 operator Matcher<Super&>() const { [all...] |
/external/chromium/testing/gtest/samples/ |
sample2.h | 44 const MyString& operator=(const MyString& rhs);
|
/external/chromium/testing/gtest/src/ |
gtest-printers.cc | 39 // It uses the << operator when possible, and prints the bytes in the 41 // type Foo by defining either operator<<(::std::ostream&, const Foo&) 115 // uses the << operator and thus is easier done outside of the 116 // ::testing::internal namespace, which contains a << operator that
|
/external/clang/include/clang/Basic/ |
IdentifierTable.h | 63 bool IsCPPOperatorKeyword : 1; // True if ident is a C++ operator keyword. 74 void operator=(const IdentifierInfo&); // NONASSIGNABLE. 231 /// this identifier is a C++ alternate representation of an operator. 306 IdentifierIterator &operator=(const IdentifierIterator&); // Do not implement 569 /// operator==/!= - Indicate whether the specified selectors are identical. 570 bool operator==(Selector RHS) const { 573 bool operator!=(Selector RHS) const { 640 void operator=(const SelectorTable&); // DISABLED: DO NOT IMPLEMENT 696 /// operator-id (if the value is one of the CXX* enumerators of
|
/external/clang/include/clang/Index/ |
Analyzer.h | 33 Analyzer &operator=(const Analyzer &); // do not implement
|
Completed in 827 milliseconds
<<101102103104105106107108109110>>