Home
last modified time | relevance | path

Searched defs:hashed_value (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/flatbuffers/src/
H A Didl_parser.cpp1880 int16_t hashed_value = static_cast<int16_t>(hash(attribute_.c_str())); in ParseHash() local
1886 uint16_t hashed_value = hash(attribute_.c_str()); in ParseHash() local
1892 int32_t hashed_value = static_cast<int32_t>(hash(attribute_.c_str())); in ParseHash() local
1898 uint32_t hashed_value = hash(attribute_.c_str()); in ParseHash() local
1904 int64_t hashed_value = static_cast<int64_t>(hash(attribute_.c_str())); in ParseHash() local
1910 uint64_t hashed_value = hash(attribute_.c_str()); in ParseHash() local