Home
last modified time | relevance | path

Searched defs:max_recursion_depth (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Djson_format.py411 max_recursion_depth=100): argument
444 max_recursion_depth=100): argument
472 max_recursion_depth): argument
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Djson_format.py411 max_recursion_depth=100): argument
444 max_recursion_depth=100): argument
472 max_recursion_depth): argument
/aosp_15_r20/external/libwebm/webm_parser/src/
H A Dmaster_value_parser.h252 std::size_t max_recursion_depth) in RecursiveChildFactory()
334 std::size_t max_recursion_depth) { in MakeChild()
H A Drecursive_parser.h31 : max_recursion_depth_(max_recursion_depth){}; in max_recursion_depth_() argument
/aosp_15_r20/external/libwebm/webm_parser/tests/
H A Drecursive_parser_test.cc61 explicit StringParserWrapper(std::size_t max_recursion_depth) { in StringParserWrapper()
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs503 pub max_recursion_depth: Option<u32>, field
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs35877 pub max_recursion_depth: u32, field
35947 pub fn max_recursion_depth(mut self, max_recursion_depth: u32) -> Self { in max_recursion_depth() method
37480 pub max_recursion_depth: u32, field
37541 pub fn max_recursion_depth(mut self, max_recursion_depth: u32) -> Self { in max_recursion_depth() method