OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delegatee
(Results
1 - 2
of
2
) sorted by null
/frameworks/compile/mclinker/unittests/
FactoriesTest.cpp
77
NodeAlloc*
delegatee
= new NodeAlloc();
local
78
m_pNodeAlloc->delegate(*
delegatee
);
89
delete
delegatee
;
94
NodeAlloc*
delegatee
= new NodeAlloc();
local
96
node =
delegatee
->produce();
100
m_pNodeAlloc->delegate(*
delegatee
);
111
ASSERT_EQ(0,
delegatee
->size());
112
ASSERT_TRUE(
delegatee
->empty());
113
delete
delegatee
;
118
NodeAlloc*
delegatee
= new NodeAlloc()
local
[
all
...]
/external/libweave/src/privet/
auth_manager.cc
491
[](const UwMacaroonDelegateeInfo&
delegatee
) {
492
return
delegatee
.type == kUwMacaroonDelegateeTypeUser;
496
[](const UwMacaroonDelegateeInfo&
delegatee
) {
497
return
delegatee
.type == kUwMacaroonDelegateeTypeApp;
Completed in 894 milliseconds