Home
last modified time | relevance | path

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

/third_party/boost/boost/interprocess/
Dmapped_region.hpp536 bool b_ret = winapi::virtual_unlock(shrink_page_start, shrink_page_bytes) in shrink_by() local
540 b_ret = b_ret && winapi::virtual_protect in shrink_by()
542 return b_ret; in shrink_by()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp1491 bool b_ret = get_registry_value_buffer( hkey_local_machine in get_last_bootup_time() local
1494 if (b_ret) in get_last_bootup_time()
1501 b_ret = get_registry_value_buffer( hkey_local_machine in get_last_bootup_time()
1505 if(b_ret) in get_last_bootup_time()
1512 b_ret = true; in get_last_bootup_time()
1514 return b_ret; in get_last_bootup_time()