Home | History | Annotate | Download | only in brillo

Lines Matching refs:GetTypeTag

41   //    const char *brillo::GetTypeTag() [T = int]
54 // Implementations of the explicitly instantiated GetTypeTag<T>() for common
56 template const char* GetTypeTag<int8_t>();
57 template const char* GetTypeTag<uint8_t>();
58 template const char* GetTypeTag<int16_t>();
59 template const char* GetTypeTag<uint16_t>();
60 template const char* GetTypeTag<int32_t>();
61 template const char* GetTypeTag<uint32_t>();
62 template const char* GetTypeTag<int64_t>();
63 template const char* GetTypeTag<uint64_t>();
64 template const char* GetTypeTag<bool>();
65 template const char* GetTypeTag<double>();
66 template const char* GetTypeTag<std::string>();