OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operator
(Results
1101 - 1125
of
6015
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/icu4c/layout/
GlyphPosnLookupProc.h
48
GlyphPositioningLookupProcessor &
operator
=(const GlyphPositioningLookupProcessor &other); // forbid copying of this class
GlyphSubstLookupProc.h
51
GlyphSubstitutionLookupProcessor &
operator
=(const GlyphSubstitutionLookupProcessor &other); // forbid copying of this class
StateTableProcessor.h
54
StateTableProcessor &
operator
=(const StateTableProcessor &other); // forbid copying of this class
/external/kernel-headers/original/asm-arm/
shmbuf.h
24
__kernel_pid_t shm_lpid; /* pid of last
operator
*/
/external/llvm/include/llvm/ADT/
BitVector.h
53
reference &
operator
=(reference t) {
58
reference&
operator
=(bool t) {
66
operator
bool() const {
258
BitVector
operator
~() const {
263
reference
operator
[](unsigned Idx) {
268
bool
operator
[](unsigned Idx) const {
279
bool
operator
==(const BitVector &RHS) const {
300
bool
operator
!=(const BitVector &RHS) const {
305
BitVector &
operator
&=(const BitVector &RHS) {
321
BitVector &
operator
|=(const BitVector &RHS)
[
all
...]
/external/llvm/include/llvm/Support/
ManagedStatic.h
64
C &
operator
*() {
71
C *
operator
->() {
78
const C &
operator
*() const {
85
const C *
operator
->() const {
TimeValue.h
114
/// @brief Incrementing assignment
operator
.
115
TimeValue&
operator
+= (const TimeValue& that ) {
124
/// @brief Decrementing assignment
operator
.
125
TimeValue&
operator
-= (const TimeValue &that ) {
135
int
operator
< (const TimeValue &that) const { return that > *this; }
140
int
operator
> (const TimeValue &that) const {
152
int
operator
<= (const TimeValue &that) const { return that >= *this; }
157
int
operator
>= (const TimeValue &that) const {
169
int
operator
== (const TimeValue &that) const {
178
int
operator
!= (const TimeValue &that) const { return !(*this == that);
[
all
...]
/external/oprofile/gui/
oprof_start_config.h
54
std::istream &
operator
>>(std::istream & in, config_setting & object);
/external/oprofile/libpp/
symbol_functors.cpp
14
bool less_symbol::
operator
()(symbol_entry const & lhs,
/external/oprofile/libutil++/
glob_filter.cpp
21
bool glob_filter::fnmatcher::
operator
()(string const & s)
/external/skia/gpu/include/
GrMesh.h
15
GrMesh&
operator
=(const GrMesh& src);
GrNoncopyable.h
34
GrNoncopyable&
operator
=(const GrNoncopyable&);
/external/skia/src/animator/
SkAnimatorScript2.h
36
SkAnimatorScript2&
operator
=(const SkAnimatorScript2&);
thingstodo.txt
6
(((((
operator
precedence or similar making stack deep
/external/skia/src/core/
SkPathHeap.h
26
const SkPath&
operator
[](int index) const {
/external/srec/tools/thirdparty/OpenFst/fst/lib/
random-weight.h
46
Weight
operator
() () const {
73
Weight
operator
() () const {
101
Weight
operator
() () const {
134
Weight
operator
() () const {
/external/stlport/src/
message_facets.h
49
void
operator
=(const _Catalog_locale_map&);
99
nl_catd_type
operator
[] ( messages_base::catalog cat )
108
_Catalog_nl_catd_map&
operator
=(const _Catalog_nl_catd_map&);
141
_Messages&
operator
=(const _Messages&);
/external/stlport/stlport/stl/
_collate.h
73
collate<char>&
operator
=(const collate<char>&);
109
collate<wchar_t>&
operator
= (const collate<wchar_t>&);
132
collate_byname<char>&
operator
=(const collate_byname<char>&);
155
collate_byname<wchar_t>&
operator
=(const collate_byname<wchar_t>&);
/external/stlport/test/unit/
rawriter_test.cpp
16
operator
int() const { return i; }
/external/v8/src/
smart-pointer.h
62
// You can get the underlying pointer out with the *
operator
.
63
inline T*
operator
*() { return p; }
67
inline T&
operator
[](size_t i) {
89
inline SmartPointer&
operator
=(const SmartPointer<T>& rhs) {
/external/valgrind/main/memcheck/tests/
new_override.cpp
9
void *
operator
new[](size_t size)
/external/webkit/Source/JavaScriptCore/qt/api/
qscriptstring.cpp
61
QScriptString& QScriptString::
operator
=(const QScriptString& other)
80
bool QScriptString::
operator
==(const QScriptString& other) const
89
bool QScriptString::
operator
!=(const QScriptString& other) const
123
QScriptString::
operator
QString() const
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
global-001.js
8
possible to use the global object as a constructor with the new
operator
.
global-002.js
8
possible to use the global object as a constructor with the new
operator
.
/external/webkit/Source/WebCore/bindings/cpp/
WebDOMString.cpp
83
WebDOMString& WebDOMString::
operator
=(const WTF::String& s)
89
WebDOMString::
operator
WTF::String() const
100
WebDOMString& WebDOMString::
operator
=(const WTF::AtomicString& s)
106
WebDOMString::
operator
WTF::AtomicString() const
Completed in 720 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>