OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:weak_ref
(Results
1 - 6
of
6
) sorted by null
/toolchain/binutils/binutils-2.25/gold/testsuite/
dyn_weak_ref.sh
26
# This checks that the reference to '
weak_ref
' have WEAK binding.
40
check dyn_weak_ref.stdout ".* WEAK .* UND.*
weak_ref
"
dyn_weak_ref_1.c
31
extern void
weak_ref
(void) __attribute__((weak));
33
void* ptr1 =
weak_ref
;
dyn_weak_ref_2.c
30
extern void
weak_ref
(void) __attribute__((weak));
32
void* ptr2 =
weak_ref
;
/external/skia/include/private/
SkWeakRefCnt.h
26
reference by calling
weak_ref
(). A call to
weak_ref
() must be balanced by a
42
SkWeakRefCnt myRef = strongRef.
weak_ref
();
117
void
weak_ref
() const {
function in class:SkWeakRefCnt
/external/skia/src/fonts/
SkFontMgr_indirect.cpp
130
typeface->
weak_ref
();
/external/skia/tests/
RefCntTest.cpp
50
ref->
weak_ref
();
Completed in 367 milliseconds