Home
last modified time | relevance | path

Searched defs:IsEmptyRowKey (Results 1 – 2 of 2) sorted by relevance

/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/bigtable/internal/
H A Dgoogle_bytes_traits.h39 inline bool IsEmptyRowKey(std::string const& key) { return key.empty(); } in IsEmptyRowKey() function
42 inline bool IsEmptyRowKey(char const* key) { return std::string{} == key; } in IsEmptyRowKey() function
46 inline bool IsEmptyRowKey(std::string_view key) { return key.empty(); } in IsEmptyRowKey() function
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/internal/
H A Dgoogle_bytes_traits.h38 inline bool IsEmptyRowKey(std::string const& key) { return key.empty(); } in IsEmptyRowKey() function
41 inline bool IsEmptyRowKey(char const* key) { return std::string{} == key; } in IsEmptyRowKey() function
45 inline bool IsEmptyRowKey(std::string_view key) { return key.empty(); } in IsEmptyRowKey() function