Searched defs:negative (Results 1 – 2 of 2) sorted by relevance
/thrift-3.4.0/lib/erl/src/ |
D | thrift_json_parser.erl | 65 -define(negative, 16#2D). macro 310 negative(<<$0, Rest/binary>>, Handler, Acc, Stack, Config) -> function 312 negative(<<S, Rest/binary>>, Handler, Acc, Stack, Config) when ?is_nonzero(S) -> function 314 negative(_Bin, _Handler, _Acc, _Stack, _Config) -> function
|
/thrift-3.4.0/test/c_glib/src/ |
D | thrift_test_handler.c | 425 GHashTable *negative; in thrift_test_handler_test_map_map() local
|