Home
last modified time | relevance | path

Searched refs:ffe_ptr (Results 1 – 2 of 2) sorted by relevance

/external/epid-sdk/epid/common-testhelper/unittests/
Dffelement_wrapper-test.cc104 FfElement const* ffe_ptr = ffe; in TEST_F() local
105 (void)ffe_ptr; in TEST_F()
110 FfElement const* ffe_ptr = ffe.getc(); in TEST_F() local
111 (void)ffe_ptr; in TEST_F()
134 FfElement const* ffe_ptr = ffe; in TEST_F() local
135 (void)ffe_ptr; in TEST_F()
140 FfElement const* ffe_ptr = ffe.getc(); in TEST_F() local
141 (void)ffe_ptr; in TEST_F()
146 FfElement* ffe_ptr = ffe; in TEST_F() local
147 (void)ffe_ptr; in TEST_F()
[all …]
/external/epid-sdk/epid/common-testhelper/
Dffelement_wrapper-testhelper.cc54 FfElement* ffe_ptr; in write() local
55 THROW_ON_EPIDERR(NewFfElement(ff_, &ffe_ptr)); in write()
56 ffe.reset(ffe_ptr, ff_element_deleter); in write()