Searched defs:int8_t (Results 1 – 4 of 4) sorted by relevance
219 .WillRepeatedly([](const std::string& text, int8_t /* offset */) -> int8_t { in InitAdjustObject()230 .WillRepeatedly([](const std::string& text, int8_t /* offset */) -> std::vector<int8_t> { in InitAdjustObject()
36 .WillRepeatedly([](const std::string& text, int8_t /* offset */) -> int8_t { in InitAdjustObject()47 .WillRepeatedly([](const std::string& text, int8_t /* offset */) -> std::vector<int8_t> { in InitAdjustObject()
40 void PlatformMonitor::AccumulateTimeInterval(uint64_t costTime, std::map<int8_t, uint32_t> &stat) in AccumulateTimeInterval()
118 inline constexpr BASE_NS::array_view<const CORE_NS::Property> MetaDataFromType(const int8_t*)