Searched refs:max_recursion_depth (Results 1 – 6 of 6) sorted by relevance
/external/libwebm/webm_parser/tests/ |
D | recursive_parser_test.cc | 61 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/ |
D | recursive_parser.h | 30 explicit RecursiveParser(std::size_t max_recursion_depth = 25) 31 : max_recursion_depth_(max_recursion_depth){}; in max_recursion_depth_() argument
|
D | master_value_parser.h | 252 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/ |
D | fuzz_parse.cc | 27 options.max_recursion_depth = MAX_RECURSION; in LLVMFuzzerTestOneInput()
|
/external/rust/crates/vulkano/out/ |
D | autogen.rs | 7753 max_recursion_depth => { 7758 ffi_name: max_recursion_depth,
|
/external/rust/crates/ash/src/vk/ |
D | definitions.rs | 31329 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()
|