Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
impeller::ContentContext::RuntimeEffectPipelineKey::Hash Struct Reference

#include <content_context.h>

Public Member Functions

std::size_t operator() (const RuntimeEffectPipelineKey &key) const
 

Detailed Description

Definition at line 333 of file content_context.h.

Member Function Documentation

◆ operator()()

std::size_t impeller::ContentContext::RuntimeEffectPipelineKey::Hash::operator() ( const RuntimeEffectPipelineKey &  key) const
inline

Definition at line 334 of file content_context.h.

334 {
335 return fml::HashCombine(key.unique_entrypoint_name,
336 key.options.ToKey());
337 }
constexpr std::size_t HashCombine()

References fml::HashCombine(), and key.


The documentation for this struct was generated from the following file: