Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Djson_format.py411 max_recursion_depth=100): argument
437 max_recursion_depth)
444 max_recursion_depth=100): argument
460 parser = _Parser(ignore_unknown_fields, descriptor_pool, max_recursion_depth)
472 max_recursion_depth): argument
475 self.max_recursion_depth = max_recursion_depth
490 if self.recursion_depth > self.max_recursion_depth:
492 self.max_recursion_depth))
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Djson_format.py411 max_recursion_depth=100): argument
437 max_recursion_depth)
444 max_recursion_depth=100): argument
460 parser = _Parser(ignore_unknown_fields, descriptor_pool, max_recursion_depth)
472 max_recursion_depth): argument
475 self.max_recursion_depth = max_recursion_depth
490 if self.recursion_depth > self.max_recursion_depth:
492 self.max_recursion_depth))
/aosp_15_r20/external/libwebm/webm_parser/tests/
H A Drecursive_parser_test.cc61 explicit StringParserWrapper(std::size_t max_recursion_depth) { in StringParserWrapper() argument
62 EXPECT_EQ(max_recursion_depth, 24); in StringParserWrapper()
/aosp_15_r20/external/libwebm/webm_parser/src/
H A 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()
H A Drecursive_parser.h30 explicit RecursiveParser(std::size_t max_recursion_depth = 25)
31 : max_recursion_depth_(max_recursion_depth){}; in max_recursion_depth_() argument
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Djson_format_test.py1279 max_recursion_depth=3)
1282 message, max_recursion_depth=3)
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Djson_format_test.py1279 max_recursion_depth=3)
1282 message, max_recursion_depth=3)
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs503 pub max_recursion_depth: Option<u32>, field
944 … :: default () , max_ray_recursion_depth : Default :: default () , max_recursion_depth : Default :… in default()
949 … u32 > :: from_vulkan) , max_recursion_depth : [properties_ffi . properties_ray_tracing_nv . map (… in from()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs35877 pub max_recursion_depth: u32, field
35893 max_recursion_depth: u32::default(), in default()
35947 pub fn max_recursion_depth(mut self, max_recursion_depth: u32) -> Self { in max_recursion_depth() method
35948 self.inner.max_recursion_depth = max_recursion_depth; in max_recursion_depth()
37480 pub max_recursion_depth: u32, field
37495 max_recursion_depth: u32::default(), in default()
37541 pub fn max_recursion_depth(mut self, max_recursion_depth: u32) -> Self { in max_recursion_depth() method
37542 self.inner.max_recursion_depth = max_recursion_depth; in max_recursion_depth()