Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Core/
DFormatEntity.h130 void AppendEntry(const Entry &&entry) { children.push_back(entry); } in AppendEntry() function
/external/pigweed/pw_kvs/
Dkey_value_store.cc794 Status KeyValueStore::AppendEntry(const Entry& entry, in AppendEntry() function in pw::kvs::KeyValueStore