Home
last modified time | relevance | path

Searched refs:parse_input (Results 1 – 10 of 10) sorted by relevance

/external/flatbuffers/tests/fuzzer/
Dflatbuffers_parser_fuzzer.cc46 auto parse_input = input.c_str(); in LLVMFuzzerTestOneInput() local
60 parser.Parse(parse_input); in LLVMFuzzerTestOneInput()
/external/rust/crates/async-stream-impl/src/
Dlib.rs14 fn parse_input(input: TokenStream) -> syn::Result<Vec<syn::Stmt>> { in parse_input() function
147 let mut stmts = match parse_input(input) { in stream()
212 let mut stmts = match parse_input(input) { in try_stream()
/external/llvm-project/openmp/runtime/tools/
Dgenerate-def.pl28 sub parse_input($\%) { subroutine
193 my %data = parse_input( $input, %defs );
/external/rust/crates/proc-macro-error-attr/src/
Dlib.rs6 use crate::parse::parse_input;
50 let (attrs, signature, body) = parse_input(input)?; in impl_proc_macro_error()
Dparse.rs6 pub(crate) fn parse_input( in parse_input() function
/external/virglrenderer/ci/
Drun_tests.sh184 parse_input() function
266 parse_input $@
Drun_test_suite.sh15 parse_input() function
437 parse_input $@
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/
Dconformance_upb.c159 bool parse_input(upb_msg *msg, const upb_msgdef *m, const ctx* c) { in parse_input() function
224 if (parse_input(msg, m, c)) { in DoTest()
/external/rust/crates/proc-macro-hack/src/
Dlib.rs162 parse_define_args, parse_enum_hack, parse_export_args, parse_fake_call_site, parse_input,
202 match parse_input(input)? { in expand_proc_macro_hack()
Dparse.rs6 pub(crate) fn parse_input(tokens: Iter) -> Result<Input, Error> { in parse_input() function