Home
last modified time | relevance | path

Searched defs:IntConst (Results 1 – 1 of 1) sorted by relevance

/system/libbase/
Dresult_test.cpp350 struct IntConst { struct
351 int val_;
353 IntConst(T&& val) : val_(val) {} in IntConst() function
354 operator status_t() {return val_;} in operator status_t()