Home
last modified time | relevance | path

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

/aosp_15_r20/external/pigweed/pw_kvs/public/pw_kvs/internal/
H A Dentry_cache.h90 enum Constness : bool { kMutable = false, kConst = true }; enum
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/
H A Dinline_deque.h34 enum Constness : bool { kMutable = false, kConst = true }; enum