Searched refs:toInt32 (Results 1 – 2 of 2) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | FieldCodec.cs | 209 … public static FieldCodec<T> ForEnum<T>(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32) in ForEnum() argument 211 return FieldCodec.ForEnum(tag, toInt32, fromInt32, default(T)); in ForEnum() 390 …public static FieldCodec<T> ForEnum<T>(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32, T d… in ForEnum() argument 394 (ref WriteContext output, T value) => output.WriteEnum(toInt32(value)), in ForEnum() 395 value => CodedOutputStream.ComputeEnumSize(toInt32(value)), tag, defaultValue); in ForEnum()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 77873 int32_t toInt32() const { in toInt32() function in JS::Value 77889 return isDouble() ? toDouble() : double(toInt32()); in toNumber() 77996 return uint32_t(toInt32()); in toPrivateUint32() 78495 int32_t toInt32() const { return value().toInt32(); } in toInt32() function in js::WrappedPtrOperations 120647 …TypedArrayLengthSlot); *length = mozilla::AssertedCast<uint32_t>(lenSlot.toInt32()); *isSharedMemo… in GetInt8ArrayLengthAndData() 120648 …TypedArrayLengthSlot); *length = mozilla::AssertedCast<uint32_t>(lenSlot.toInt32()); *isSharedMemo… in GetUint8ArrayLengthAndData() 120649 …TypedArrayLengthSlot); *length = mozilla::AssertedCast<uint32_t>(lenSlot.toInt32()); *isSharedMemo… in GetUint8ClampedArrayLengthAndData() 120650 …TypedArrayLengthSlot); *length = mozilla::AssertedCast<uint32_t>(lenSlot.toInt32()); *isSharedMemo… in GetInt16ArrayLengthAndData() 120651 …TypedArrayLengthSlot); *length = mozilla::AssertedCast<uint32_t>(lenSlot.toInt32()); *isSharedMemo… in GetUint16ArrayLengthAndData() 120652 …TypedArrayLengthSlot); *length = mozilla::AssertedCast<uint32_t>(lenSlot.toInt32()); *isSharedMemo… in GetInt32ArrayLengthAndData() [all …]
|