Searched refs:PreviousHash (Results 1 – 5 of 5) sorted by relevance
214 string PreviousHash() const { return previous_hash_; } in PreviousHash() function
866 *code_writer << "pub const HASH: &str = if true {\"" << options.PreviousHash() in GenerateRustInterface()
1047 out << "static inline const std::string HASH = true ? \"" << options.PreviousHash() in GenerateInterfaceClassDecl()
1338 code << "public static final String HASH = \"" << options.PreviousHash() << "\";\n"; in GenerateInterfaceClass()
1175 out << "static inline const std::string " << kHash << " = true ? \"" << options.PreviousHash() in GenerateInterfaceClassDecl()