Home
last modified time | relevance | path

Searched defs:toInt32 (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs209 … public static FieldCodec<T> ForEnum<T>(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32) in ForEnum() argument
390 …public static FieldCodec<T> ForEnum<T>(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32, T d… in ForEnum() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp77873 int32_t toInt32() const { in toInt32() function in JS::Value
78495 int32_t toInt32() const { return value().toInt32(); } in toInt32() function in js::WrappedPtrOperations