Home
last modified time | relevance | path

Searched defs:hash_code (Results 1 – 25 of 42) sorted by relevance

12

/external/tensorflow/tensorflow/core/framework/
Dresource_handle.h69 uint64 hash_code() const { return hash_code_; } in hash_code() function
70 void set_hash_code(uint64 hash_code) { hash_code_ = hash_code; } in set_hash_code()
Dresource_handle.proto29 uint64 hash_code = 4; field
Dtype_index.h53 uint64 hash_code() const { return hash_; } in hash_code() function
/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/
Djava_utils.rs17 pub(crate) fn hash_code(input: &[u8]) -> i32 { in hash_code() function
/external/perfetto/protos/perfetto/trace/android/view/
Dsurfacecontrol.proto23 optional int32 hash_code = 1; field
/external/cronet/tot/third_party/libc++/src/src/
Dtypeinfo.cpp26 size_t std::type_info::hash_code() const noexcept { in hash_code() function in std::type_info
/external/libcxx/src/
Dtypeinfo.cpp26 size_t std::type_info::hash_code() const _NOEXCEPT { in hash_code() function in std::type_info
/external/cronet/stable/third_party/libc++/src/src/
Dtypeinfo.cpp26 size_t std::type_info::hash_code() const noexcept { in hash_code() function in std::type_info
/external/clang/include/clang/Serialization/
DModuleFileExtension.h20 class hash_code; variable
/external/sdv/vsomeip/third_party/boost/type_index/include/boost/type_index/
Dctti_type_index.hpp205 inline std::size_t ctti_type_index::hash_code() const BOOST_NOEXCEPT { in hash_code() function in boost::typeindex::ctti_type_index
Dstl_type_index.hpp183 inline std::size_t stl_type_index::hash_code() const BOOST_NOEXCEPT { in hash_code() function in boost::typeindex::stl_type_index
Dtype_index_facade.hpp104 inline std::size_t hash_code() const BOOST_NOEXCEPT { in hash_code() function in boost::typeindex::type_index_facade
/external/llvm/include/llvm/ADT/
DStringRef.h26 class hash_code; variable
DHashing.h81 hash_code(size_t value) : value(value) {} in hash_code() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DHashing.h80 hash_code(size_t value) : value(value) {} in hash_code() function
DStringRef.h33 class hash_code; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DHashing.h83 hash_code(size_t value) : value(value) {} in hash_code() function
DStringRef.h29 class hash_code; variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DHashing.h81 hash_code(size_t value) : value(value) {} in hash_code() function
DStringRef.h27 class hash_code; variable
/external/rust/android-crates-io/crates/weak-table/src/
Dweak_value_hash_map.rs31 hash_code: HashCode, field
299 let hash_code = self.hash(&key); in entry_no_grow() localVariable
341 let hash_code = self.hash(key); in find_bucket() localVariable
Dweak_weak_hash_map.rs32 hash_code: HashCode, field
301 let hash_code = self.hash(&key, K::hash); in entry_no_grow() localVariable
342 let hash_code = self.hash(key, Q::hash); in find_bucket() localVariable
Dweak_key_hash_map.rs26 hash_code: HashCode, field
338 let hash_code = self.hash(&key, K::hash); in entry_no_grow() localVariable
379 let hash_code = self.hash(key, Q::hash); in find_bucket() localVariable
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp131 uint32_t hash_code = 0; in SkiaNormalizeFontName() local
/external/libjpeg-turbo/
Dwrgif.c94 code_int *hash_code; /* => hash table of symbol codes */ member

12