Flutter Engine
The Flutter Engine
Public Member Functions | List of all members
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 770 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 771 of file content_context.h.

771 {
772 return fml::HashCombine(key.unique_entrypoint_name,
774 }
static uint32_t Hash(uint32_t key)
Definition: hashmap_test.cc:65
constexpr std::size_t HashCombine()
Definition: hash_combine.h:25

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