Searched refs:update_function_ (Results 1 – 2 of 2) sorted by relevance
56 : memory_(0), memory_size_(0), md5_context_(), update_function_(NULL) { in MachoID()65 update_function_(NULL) {} in MachoID()74 if (!update_function_ || !size) in Update()93 (this->*update_function_)(buffer, buffer_size); in Update()117 update_function_ = &MachoID::UpdateMD5; in MD5()
101 UpdateFunction update_function_; variable