Searched refs:kGuestFunctionWrapperSignatureChar (Results 1 – 2 of 2) sorted by relevance
25 static_assert('z' == kGuestFunctionWrapperSignatureChar<bool>);26 static_assert('b' == kGuestFunctionWrapperSignatureChar<char>);27 static_assert('s' == kGuestFunctionWrapperSignatureChar<int16_t>);28 static_assert('c' == kGuestFunctionWrapperSignatureChar<uint16_t>);29 static_assert('i' == kGuestFunctionWrapperSignatureChar<int>);30 static_assert('l' == kGuestFunctionWrapperSignatureChar<long long>);31 static_assert('p' == kGuestFunctionWrapperSignatureChar<void*>);33 static_assert('i' == kGuestFunctionWrapperSignatureChar<int32_t>);34 static_assert('l' == kGuestFunctionWrapperSignatureChar<int64_t>);36 static_assert('f' == kGuestFunctionWrapperSignatureChar<float>);[all …]
125 constexpr char kGuestFunctionWrapperSignatureChar = variable134 constexpr static const char kValue[] = {kGuestFunctionWrapperSignatureChar<Result>,135 kGuestFunctionWrapperSignatureChar<Args>...,