Searched refs:l_value (Results 1 – 3 of 3) sorted by relevance
/external/chromium/testing/gmock/include/gmock/ |
D | gmock-actions.h | 833 explicit ReferenceWrapper(T& l_value) : pointer_(&l_value) {} // NOLINT in ReferenceWrapper() argument 1070 inline internal::ReferenceWrapper<T> ByRef(T& l_value) { // NOLINT in ByRef() argument 1071 return internal::ReferenceWrapper<T>(l_value); in ByRef()
|
/external/icu4c/tools/tzcode/ |
D | zic.c | 311 const int l_value; member 989 else switch ((int) (lp->l_value)) { 1012 progname, lp->l_value); 1299 month = lp->l_value; 1354 leapadd(tadd(t, tod), positive, lp->l_value, count); 1405 rp->r_month = lp->l_value; 1439 if (!rp->r_lowasnum) switch ((int) lp->l_value) { 1449 progname, lp->l_value); 1458 if (!rp->r_hiwasnum) switch ((int) lp->l_value) { 1471 progname, lp->l_value); [all …]
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | readxcoff.c | 1640 i, (ULong)sym[i].l_value, (Int)sym[i].l_scnum, in show_loader_section()
|