Home
last modified time | relevance | path

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

/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
211 (output, value) => output.WriteEnum(toInt32(value)), in ForEnum()
212 value => CodedOutputStream.ComputeEnumSize(toInt32(value)), tag); in ForEnum()
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3string.h184 ANTLR3_INT32 (*toInt32) (struct ANTLR3_STRING_struct * string); member
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3string.c282 string->toInt32 = toInt32_8; in stringInit8()
319 string->toInt32 = toInt32_UTF16; in stringInitUTF16()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
DC.stg3155 tokenLabelPropertyRef_int(scope,attr) ::= "(<scope>->getText(<scope>)->toInt32(<scope>->getText(<sc…
3201 lexerRulePropertyRef_int(scope,attr) ::= "LEXER->getText(LEXER)->toInt32(LEXER->getText(LEXER))"