OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TryGet
(Results
1 - 2
of
2
) sorted by null
/external/libbrillo/brillo/
any.h
152
T
TryGet
(typename std::decay<T>::type const& def_val) const {
161
T
TryGet
() const {
162
return
TryGet
<T>(typename std::decay<T>::type());
/external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h
405
bool
TryGet
(void **res) {
Completed in 61 milliseconds