Searched refs:set_depth (Results 1 – 17 of 17) sorted by relevance
252 node.set_depth(-1); in SetNodeDepths()260 node.set_depth(0); in SetNodeDepths()271 callee_node.set_depth(node->depth() + 1); in SetNodeDepths()
142 void set_depth(int value) { depth_ = value; } in set_depth() function
111 void set_depth(uint8_t depth) { data[0] = static_cast<char>(depth); } in set_depth() function
162 pub fn set_depth(&mut self, depth: c_int) { in set_depth() method
625 verify_params.set_depth(expected_depth); in test_verify_param_set_depth()653 verify_params.set_depth(expected_depth); in test_verify_param_set_depth_fails_verification()
77 void set_depth(float depth) { depth_ = depth < 0 ? 0 : depth; } in set_depth() function
152 void set_depth(uint8_t depth) { data[0] = static_cast<char>(depth); } in set_depth() function
216 void set_depth(uint8_t depth) { storage[0] = static_cast<char>(depth); } in set_depth() function
194 ref.set_depth(static_cast<uint8_t>(depth)); in StartSlice()
930 void set_depth(FLAC__uint32 value) const;
1272 void Picture::set_depth(FLAC__uint32 value) const in set_depth() function in FLAC::Metadata::Picture
36 * Added `X509VerifyParam::new`, `X509VerifyParamRef::set_time`, and `X509VerifyParamRef::set_depth`.
2016 block.set_depth(16); in test_metadata_object_picture()
321 concat->set_depth(1 + std::max(Depth(left), Depth(right))); in SetConcatChildren()
154 concat->set_depth(1 + std::max(Depth(left), Depth(right))); in SetConcatChildren()
267 concat->set_depth(depth); in MakeConcat()
325 concat->set_depth(1 + std::max(Depth(left), Depth(right))); in SetConcatChildren()