OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DESTRUCTOR
(Results
1 - 3
of
3
) sorted by null
/external/libselinux/src/
selinux_internal.h
114
#define __selinux_key_create(KEY,
DESTRUCTOR
) \
117
pthread_key_create(KEY,
DESTRUCTOR
); \
/external/chromium_org/net/quic/
quic_client_session.cc
41
DESTRUCTOR
= 0,
184
RecordUnexpectedOpenStreams(
DESTRUCTOR
);
186
RecordUnexpectedObservers(
DESTRUCTOR
);
188
RecordUnexpectedNotGoingAway(
DESTRUCTOR
);
/external/clang/bindings/python/clang/
cindex.py
416
it calls the libclang
destructor
which invalidates all tokens in the group.
444
# anything and potentially call a
destructor
on nothing.
667
# A C++
destructor
.
668
CursorKind.
DESTRUCTOR
= CursorKind(25)
900
# A delete expression for memory deallocation and
destructor
calls,
[
all
...]
Completed in 443 milliseconds