Home
last modified time | relevance | path

Searched refs:max_recursion_depth (Results 1 – 6 of 6) sorted by relevance

/external/libwebm/webm_parser/tests/
Drecursive_parser_test.cc61 explicit StringParserWrapper(std::size_t max_recursion_depth) { in StringParserWrapper() argument
62 EXPECT_EQ(max_recursion_depth, 24); in StringParserWrapper()
/external/libwebm/webm_parser/src/
Drecursive_parser.h30 explicit RecursiveParser(std::size_t max_recursion_depth = 25)
31 : max_recursion_depth_(max_recursion_depth){}; in max_recursion_depth_() argument
Dmaster_value_parser.h252 std::size_t max_recursion_depth) in RecursiveChildFactory() argument
253 : id_(id), member_(member), max_recursion_depth_(max_recursion_depth) {} in RecursiveChildFactory()
334 std::size_t max_recursion_depth) { in MakeChild() argument
337 return RecursiveChildFactory<Parser>(id, member, max_recursion_depth); in MakeChild()
/external/oss-fuzz/projects/cel-cpp/
Dfuzz_parse.cc27 options.max_recursion_depth = MAX_RECURSION; in LLVMFuzzerTestOneInput()
/external/rust/crates/vulkano/out/
Dautogen.rs7753 max_recursion_depth => {
7758 ffi_name: max_recursion_depth,
/external/rust/crates/ash/src/vk/
Ddefinitions.rs31329 pub max_recursion_depth: u32, field
31344 max_recursion_depth: u32::default(), in default()
31391 pub fn max_recursion_depth(mut self, max_recursion_depth: u32) -> Self { in max_recursion_depth() method
31392 self.inner.max_recursion_depth = max_recursion_depth; in max_recursion_depth()
32748 pub max_recursion_depth: u32, field
32762 max_recursion_depth: u32::default(), in default()
32803 pub fn max_recursion_depth(mut self, max_recursion_depth: u32) -> Self { in max_recursion_depth() method
32804 self.inner.max_recursion_depth = max_recursion_depth; in max_recursion_depth()