Searched refs:eof_ch (Results 1 – 4 of 4) sorted by relevance
/external/rust/crates/grpcio-sys/grpc/third_party/upb/cmake/upb/json/ |
D | parser.c | 103 static const char eof_ch = 'e'; variable 2854 const char *eof = &eof_ch; in parse() 3267 parse(parser, hd, &eof_ch, 0, NULL); in end()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/json/ |
D | parser.rl | 101 static const char eof_ch = 'e'; 2799 const char *eof = &eof_ch; 2837 parse(parser, hd, &eof_ch, 0, NULL);
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 8876 static const char eof_ch = 'e'; variable 11636 const char *eof = &eof_ch; in parse() 12049 parse(parser, hd, &eof_ch, 0, NULL); in end()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 12703 static const char eof_ch = 'e'; variable 15500 const char *eof = &eof_ch; in parse() 15914 parse(parser, hd, &eof_ch, 0, NULL); in end()
|