Searched defs:toInt32 (Results 1 – 2 of 2) sorted by relevance
209 … public static FieldCodec<T> ForEnum<T>(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32) in ForEnum() argument390 …public static FieldCodec<T> ForEnum<T>(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32, T d… in ForEnum() argument
77873 int32_t toInt32() const { in toInt32() function in JS::Value78495 int32_t toInt32() const { return value().toInt32(); } in toInt32() function in js::WrappedPtrOperations