Searched refs:end_number (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 922 static bool end_number(upb_json_parser *p, const char *ptr) { in end_number() function 3154 { CHECK_RETURN_TOP(end_number(parser, p)); } in parse() 3212 { CHECK_RETURN_TOP(end_number(parser, p)); } in parse()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 920 static bool end_number(upb_json_parser *p, const char *ptr) { 1865 /* Invoke end_number. The accum buffer has the number's text already. */ 2764 %{ CHECK_RETURN_TOP(end_number(parser, p)); }
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 9691 static bool end_number(upb_json_parser *p, const char *ptr) { in end_number() function 11936 { CHECK_RETURN_TOP(end_number(parser, p)); } in parse() 11994 { CHECK_RETURN_TOP(end_number(parser, p)); } in parse()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 13516 static bool end_number(upb_json_parser *p, const char *ptr) { in end_number() function 15800 { CHECK_RETURN_TOP(end_number(parser, p)); } in parse() 15858 { CHECK_RETURN_TOP(end_number(parser, p)); } in parse()
|