Home
last modified time | relevance | path

Searched refs:hashing_started (Results 1 – 4 of 4) sorted by relevance

/external/libabigail/src/
Dabg-hash.cc609 if (t.hashing_started() in operator ()()
639 t.hashing_started(true); in operator ()()
666 t.hashing_started(false); in operator ()()
688 if (t.hashing_started() in operator ()()
715 t.hashing_started(true); in operator ()()
729 t.hashing_started(false); in operator ()()
Dabg-ir.cc3387 type_or_decl_base::hashing_started() const in hashing_started() function in abigail::ir::type_or_decl_base
3394 type_or_decl_base::hashing_started(bool b) const in hashing_started() function in abigail::ir::type_or_decl_base
/external/libabigail/include/
Dabg-ir.h1294 bool hashing_started() const;
1296 void hashing_started(bool) const;
/external/libabigail/
DChangeLog19288 (type_or_decl_base::hashing_started): Move
19289 decl_base::hashing_started() here.
19291 (class decl_base): Move member functions hashing_started(),
19324 (type_or_decl_base::{type_or_decl_base, hashing_started,
19328 (decl_base::priv::{hash_, hashing_started}): Remove.
19332 hashing_started data member that got removed.
19333 (decl_base::{hashing_started, peek_hash_value, set_hash}): Remove
29055 (decl_base::{hashing_started, peek_hash_value,
29062 (class_decl::hashing_started): Remove this as we now have
29063 decl_base::hashing_started.
[all …]