Searched defs:hasher (Results 1 – 3 of 3) sorted by relevance
47 type hasher struct { struct48 hash.Hash6449 int64Buf []byte50 ptrs map[uintptr]bool51 mapStateCache *mapState60 func (hasher *hasher) writeUint64(i uint64) {65 func (hasher *hasher) writeInt(i int) {69 func (hasher *hasher) writeByte(i byte) {74 func (hasher *hasher) getMapState(size int) *mapState {91 func (hasher *hasher) putMapState(s *mapState) {[all …]
127 def hash_ninja_file(out_dir: str, ninja_file: str, hasher): argument
426 let mut hasher = SipHasher13::new(); in compute_flags_fingerprint() localVariable