Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/
Dmap_field_inl.h39 inline int32_t UnwrapMapKeyImpl(const MapKey& map_key, const int32_t*) { in UnwrapMapKeyImpl() function
42 inline uint32_t UnwrapMapKeyImpl(const MapKey& map_key, const uint32_t*) { in UnwrapMapKeyImpl() function
45 inline int64_t UnwrapMapKeyImpl(const MapKey& map_key, const int64_t*) { in UnwrapMapKeyImpl() function
48 inline uint64_t UnwrapMapKeyImpl(const MapKey& map_key, const uint64_t*) { in UnwrapMapKeyImpl() function
51 inline bool UnwrapMapKeyImpl(const MapKey& map_key, const bool*) { in UnwrapMapKeyImpl() function
54 inline absl::string_view UnwrapMapKeyImpl(const MapKey& map_key, in UnwrapMapKeyImpl() function
58 inline const MapKey& UnwrapMapKeyImpl(const MapKey& map_key, const MapKey*) { in UnwrapMapKeyImpl() function