Home | History | Annotate | Download | only in src

Lines Matching refs:LOG

79     LOG(ERROR) << "Near cache size " << near_cache_size_ << " is invalid"
84 LOG(ERROR) << "Same cache size " << same_cache_size_ << " is invalid"
89 LOG(ERROR) << "Using near cache size " << near_cache_size_
151 // have not been met, in which case a LOG(DFATAL) message will be produced,
158 LOG(DFATAL) << "EncodeAddress was passed a negative address: "
164 LOG(DFATAL) << "EncodeAddress was called with address (" << address
221 // address is valid; otherwise, prints an error message to the log and
226 LOG(ERROR) << "Decoded address " << decoded_address << " is invalid"
230 LOG(ERROR) << "Decoded address (" << decoded_address
282 LOG(DFATAL) << "DecodeAddress was passed a negative value"
301 LOG(ERROR) << "Found invalid variable-length integer "
316 LOG(DFATAL) << "Invalid mode value (" << static_cast<int>(mode)