Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs208 … public static FieldCodec<T> ForEnum<T>(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32) in ForEnum() argument
389 …public static FieldCodec<T> ForEnum<T>(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32, T d… in ForEnum() argument
/external/antlr/runtime/C/include/
Dantlr3string.h184 ANTLR3_INT32 (*toInt32) (struct ANTLR3_STRING_struct * string); member
/external/golang-protobuf/proto/
Dpointer_unsafe.go136 func (p pointer) toInt32() *int32 { func
Dpointer_reflect.go132 func (p pointer) toInt32() *int32 { func