HomeSort by relevance Sort by last modified time
    Searched refs:hash_code (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /external/libcxx/test/std/language.support/support.rtti/type.info/
type_info_hash.pass.cpp 21 assert(t1.hash_code() == t2.hash_code());
22 assert(t1.hash_code() != t3.hash_code());
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.rtti/type.info/
type_info_hash.pass.cpp 21 assert(t1.hash_code() == t2.hash_code());
22 assert(t1.hash_code() != t3.hash_code());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/language.support/support.rtti/type.info/
type_info_hash.pass.cpp 21 assert(t1.hash_code() == t2.hash_code());
22 assert(t1.hash_code() != t3.hash_code());
  /external/clang/lib/Serialization/
ModuleFileExtension.cpp 16 llvm::hash_code ModuleFileExtension::hashExtension(llvm::hash_code Code) const {
  /external/libcxx/test/std/utilities/type.index/type.index.members/
hash_code.pass.cpp 14 // size_t hash_code() const;
23 assert(t1.hash_code() == ti.hash_code());
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.members/
hash_code.pass.cpp 14 // size_t hash_code() const;
23 assert(t1.hash_code() == ti.hash_code());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/type.index/type.index.members/
hash_code.pass.cpp 14 // size_t hash_code() const;
23 assert(t1.hash_code() == ti.hash_code());
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/type.index/type.index.hash/
hash.pass.cpp 27 assert(std::hash<std::type_index>()(t1) == t1.hash_code());
  /external/v8/src/inspector/
string-16.h 25 : m_impl(other.m_impl), hash_code(other.hash_code) {}
27 : m_impl(std::move(other.m_impl)), hash_code(other.hash_code) {}
41 hash_code = other.hash_code;
46 hash_code = other.hash_code;
76 std::swap(hash_code, other.hash_code);
112 mutable std::size_t hash_code = 0; member in class:v8_inspector::String16
    [all...]
  /external/clang/test/PCH/
cxx-typeid.h 17 unsigned long hash_code() const;
  /external/libcxx/test/std/utilities/type.index/type.index.hash/
hash.pass.cpp 31 assert(std::hash<std::type_index>()(t1) == t1.hash_code());
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/type.index/type.index.hash/
hash.pass.cpp 31 assert(std::hash<std::type_index>()(t1) == t1.hash_code());
  /external/clang/include/clang/Serialization/
ModuleFileExtension.h 20 class hash_code;
83 virtual llvm::hash_code hashExtension(llvm::hash_code c) const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 20 class hash_code;
83 virtual llvm::hash_code hashExtension(llvm::hash_code c) const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 20 class hash_code;
83 virtual llvm::hash_code hashExtension(llvm::hash_code c) const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 20 class hash_code;
83 virtual llvm::hash_code hashExtension(llvm::hash_code c) const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 20 class hash_code;
83 virtual llvm::hash_code hashExtension(llvm::hash_code c) const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 20 class hash_code;
83 virtual llvm::hash_code hashExtension(llvm::hash_code c) const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 20 class hash_code;
83 virtual llvm::hash_code hashExtension(llvm::hash_code c) const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 20 class hash_code;
83 virtual llvm::hash_code hashExtension(llvm::hash_code c) const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
ModuleFileExtension.h 20 class hash_code;
83 virtual llvm::hash_code hashExtension(llvm::hash_code c) const;
  /external/llvm/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
Hashing.h 17 // -- 'hash_code' class is an opaque type representing the hash code for some
21 // to assume much about the internals of a hash_code. In particular, each
23 // hash_code for a given input. Thus their values are not stable to save or
34 // a single hash_code for their object. They should only logically be used
67 /// In order to obtain the hash_code for an object 'x':
70 /// llvm::hash_code code = hash_value(x);
72 class hash_code { class in namespace:llvm
76 /// \brief Default construct a hash_code.
78 hash_code() = default;
81 hash_code(size_t value) : value(value) { function in class:llvm::hash_code
    [all...]

Completed in 1349 milliseconds

1 2 3 4 5 6 7