Searched refs:guaranteed_const_fingerprint (Results 1 – 6 of 6) sorted by relevance
42 std::function<std::string()> guaranteed_const_fingerprint; member54 guaranteed_const_fingerprint()); in ToString()
156 key.guaranteed_const_fingerprint = [&metadata, &guaranteed_constants, in CreateCompilationCacheKey()160 metadata.guaranteed_const_fingerprint(), guaranteed_constants); in CreateCompilationCacheKey()
240 parsed_key.prefix, parsed_key.guaranteed_const_fingerprint())); in RemoveEntry()357 parsed_key.guaranteed_const_fingerprint()), in InsertEntry()391 subgraph_key.prefix, subgraph_key.guaranteed_const_fingerprint())); in FindCacheKey()
47 parsed_key.guaranteed_const_fingerprint = [fingerprint] { in ParseCompilationCacheKey()
170 key.guaranteed_const_fingerprint()); in ConstructCompilationCacheKey()
98 string guaranteed_const_fingerprint = 10; field