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 D | json_format.py | 411 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 D | json_format.py | 411 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 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()
|
/aosp_15_r20/external/libwebm/webm_parser/src/ |
H A 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()
|
H A 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
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
H A D | json_format_test.py | 1279 max_recursion_depth=3) 1282 message, max_recursion_depth=3)
|
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/ |
H A D | json_format_test.py | 1279 max_recursion_depth=3) 1282 message, max_recursion_depth=3)
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/ |
D | properties.rs | 503 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/ |
D | definitions.rs | 35877 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()
|