Home | History | Annotate | Download | only in src

Lines Matching defs:hash_name

658   auto hash_name = field->attributes.Lookup("hash");
659 if (hash_name) {
663 if (FindHashFunction32(hash_name->constant.c_str()) == nullptr)
665 hash_name->constant);
670 if (FindHashFunction64(hash_name->constant.c_str()) == nullptr)
672 hash_name->constant);
682 if (!hash_name)
1078 Value *hash_name = field->attributes.Lookup("hash");
1082 auto hash = FindHashFunction32(hash_name->constant.c_str());
1089 auto hash = FindHashFunction64(hash_name->constant.c_str());