Searched defs:toInt32 (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3string.h184 ANTLR3_INT32 (*toInt32) (struct ANTLR3_STRING_struct * string); member in struct:ANTLR3_STRING_struct
/external/protobuf/csharp/src/Google.Protobuf/
H A DFieldCodec.cs204 /// <param name="toInt32">A conversion function from <see cref="Int32"/> to the enum type.</param>
207 public static FieldCodec<T> ForEnum<T>(uint tag, Func<T, int> toInt32, Func<int, T> fromInt32) argument
211 (output, value) => output.WriteEnum(toInt32(value)),
212 value => CodedOutputStream.ComputeEnumSize(toInt32(value)), tag);
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 188 milliseconds