Searched refs:local_bypass (Results 1 – 4 of 4) sorted by relevance
45 Status CacheClientGreeter::AttachToSharedMemory(bool *local_bypass) { in AttachToSharedMemory() argument46 *local_bypass = false; in AttachToSharedMemory()53 *local_bypass = true; in AttachToSharedMemory()
85 Status AttachToSharedMemory(bool *local_bypass);
525 bool local_bypass = local_client ? (mem_sz >= kLocalByPassThreshold) : false; in BatchFetchRows() local526 reply->set_flag(local_bypass ? kDataIsInSharedMemory : 0); in BatchFetchRows()527 if (local_bypass) { in BatchFetchRows()
37 Status AttachToSharedMemory(bool *local_bypass) { RETURN_STATUS_UNEXPECTED("Not supported"); } in AttachToSharedMemory() argument