OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:operator
(Results
2301 - 2325
of
6015
) sorted by null
<<
91
92
93
94
95
96
97
98
99
100
>>
/external/pcre/
pcre_stringpiece.cc
41
std::ostream&
operator
<<(std::ostream& o, const pcrecpp::StringPiece& piece) {
/external/qemu/elff/
elf_alloc.cc
60
void* DwarfAllocBase::
operator
new(size_t size, const ElfFile* elf) {
/external/skia/src/animator/
SkAnimateActive.h
73
SkActive&
operator
= (const SkActive& );
SkDisplayXMLParser.h
85
SkDisplayXMLParser&
operator
= (const SkDisplayXMLParser& );
/external/srec/tools/thirdparty/OpenFst/fst/lib/
arcsort.h
165
void
operator
=(const ArcSortFstImpl<A, C> &impl); // Disallow
256
void
operator
=(const ArcSortFst<A, C> &fst); // Disallow
281
bool
operator
() (A arc1, A arc2) const {
294
bool
operator
() (const A &arc1, const A &arc2) const {
compat.h
48
// make copy constructor and
operator
= private
51
void
operator
=(const type&)
301
size_t
operator
()(int64 x) const {
307
size_t
operator
()(const string &s) const {
/external/stlport/test/unit/
mvctor_declaration_test.cpp
62
bool
operator
< (const specially_allocated_struct&) const;
64
bool
operator
==(const specially_allocated_struct&) const;
69
bool specially_allocated_struct::
operator
< (const specially_allocated_struct&) const
114
bool
operator
() (struct_with_specialized_less const&,
mvctor_test.h
75
MovableStruct&
operator
= (const MovableStruct&) {
rndshf_test.cpp
20
unsigned long
operator
()(unsigned long n_)
/external/v8/src/
global-handles.h
71
void*
operator
new(size_t size);
72
void
operator
delete(void* p);
104
void*
operator
new(size_t size);
105
void
operator
delete(void* p);
/external/webkit/Source/JavaScriptCore/runtime/
GCActivityCallback.cpp
45
void DefaultGCActivityCallback::
operator
()()
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/GlobalObject/
15.1-1-n.js
28
possible to use the global object as a constructor with the new
operator
.
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Expressions/
StrictEquality-001.js
11
var TITLE = "The strict equality
operator
( === )";
/external/webkit/Source/JavaScriptCore/wtf/
PageAllocationAligned.h
40
using PageBlock::
operator
bool;
/external/webkit/Source/JavaScriptCore/wtf/haiku/
StringHaiku.cpp
43
String::
operator
BString() const
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
Types.h
244
bool
operator
==(const TType& right) const {
252
bool
operator
!=(const TType& right) const {
253
return !
operator
==(right);
255
bool
operator
<(const TType& right) const {
/external/webkit/Source/WebCore/bindings/cpp/
WebDOMEventTarget.h
67
WebDOMEventTarget&
operator
=(const WebDOMEventTarget&);
WebNativeEventListener.cpp
49
bool WebNativeEventListener::
operator
==(const WebCore::EventListener& other)
WebNativeEventListener.h
43
virtual bool
operator
==(const WebCore::EventListener& other);
/external/webkit/Source/WebCore/bindings/objc/
ObjCEventListener.h
55
virtual bool
operator
==(const EventListener&);
/external/webkit/Source/WebCore/bindings/scripts/test/CPP/
WebDOMTestCallback.h
47
WebDOMTestCallback&
operator
=(const WebDOMTestCallback&);
WebDOMTestInterface.h
41
WebDOMTestInterface&
operator
=(const WebDOMTestInterface&);
WebDOMTestMediaQueryListListener.h
40
WebDOMTestMediaQueryListListener&
operator
=(const WebDOMTestMediaQueryListListener&);
WebDOMTestSerializedScriptValueInterface.h
42
WebDOMTestSerializedScriptValueInterface&
operator
=(const WebDOMTestSerializedScriptValueInterface&);
/external/webkit/Source/WebCore/css/
MediaQuery.h
53
bool
operator
==(const MediaQuery& other) const;
Completed in 329 milliseconds
<<
91
92
93
94
95
96
97
98
99
100
>>