OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_ref
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/
bind_unittest.cc
796
StrictMock<HasRef>
has_ref
;
799
const HasRef* const_has_ref_ptr = &
has_ref
;
803
EXPECT_CALL(
has_ref
, AddRef()).Times(4);
804
EXPECT_CALL(
has_ref
, Release()).Times(4);
805
EXPECT_CALL(
has_ref
, VoidMethod0()).Times(2);
806
EXPECT_CALL(
has_ref
, VoidConstMethod0()).Times(2);
814
ClosureType method_cb = TypeParam::Bind(&HasRef::VoidMethod0, &
has_ref
);
816
TypeParam::Bind(&HasRef::VoidMethod0, WrapRefCounted(&
has_ref
));
818
TypeParam::Bind(&HasRef::VoidConstMethod0, &
has_ref
);
846
StrictMock<HasRef>
has_ref
;
local
970
StrictMock<HasRef>
has_ref
;
local
[
all
...]
/external/tensorflow/tensorflow/core/common_runtime/
memory_types.cc
181
const bool
has_ref
= IsRefType(e->src()->output_type(e->src_output()));
190
if (!
has_ref
) {
Completed in 664 milliseconds