Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3string.h184 ANTLR3_INT32 (*toInt32) (struct ANTLR3_STRING_struct * string); member
/external/protobuf/csharp/src/Google.Protobuf/
DFieldCodec.cs207 … public static FieldCodec<T> ForEnum<T>(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32) in ForEnum() argument