Export of internal Abseil changes.

--
da7b6d9d43b2951a3487bbfd41aa2ee96b2813ef by Derek Mauro <dmauro@google.com>:

Internal change

PiperOrigin-RevId: 228757155

--
2789fc170bed4b671a01a4106e3ba5059ff225fb by CJ Johnson <johnsoncj@google.com>:

`Other<X>` => `The<X>` for AbslHashValue of InlinedVector

PiperOrigin-RevId: 228558678
GitOrigin-RevId: da7b6d9d43b2951a3487bbfd41aa2ee96b2813ef
Change-Id: Iaeb33ae791f093d94ad9f893b3455d5403429089
This commit is contained in:
Abseil Team 2019-01-10 12:35:16 -08:00 committed by Shaindel Schwartz
parent 018b4db1d7
commit 66f9becbb9
2 changed files with 9 additions and 6 deletions

View file

@ -26,6 +26,9 @@ bool RemoveAllSymbolDecorators(void) { return false; }
bool RegisterFileMappingHint(const void *, const void *, uint64_t, const char *) {
return false;
}
bool GetFileMappingHint(const void **, const void **, uint64_t *, const char **) {
return false;
}
} // namespace debugging_internal