OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InterceptRefCounted
(Results
1 - 2
of
2
) sorted by null
/external/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp
39
struct
InterceptRefCounted
: public RefCountedBase<
InterceptRefCounted
> {
40
InterceptRefCounted
(bool *Released, bool *Retained)
45
template <> struct IntrusiveRefCntPtrInfo<
InterceptRefCounted
> {
46
static void retain(
InterceptRefCounted
*I) {
50
static void release(
InterceptRefCounted
*I) {
59
InterceptRefCounted
*I = new
InterceptRefCounted
(&Released, &Retained);
60
IntrusiveRefCntPtr<
InterceptRefCounted
> R = I;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
IntrusiveRefCntPtrTest.cpp
40
struct
InterceptRefCounted
: public RefCountedBase<
InterceptRefCounted
> {
41
InterceptRefCounted
(bool *Released, bool *Retained)
46
template <> struct IntrusiveRefCntPtrInfo<
InterceptRefCounted
> {
47
static void retain(
InterceptRefCounted
*I) {
51
static void release(
InterceptRefCounted
*I) {
60
InterceptRefCounted
*I = new
InterceptRefCounted
(&Released, &Retained);
61
IntrusiveRefCntPtr<
InterceptRefCounted
> R = I;
Completed in 1471 milliseconds