Home
last modified time | relevance | path

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

/aosp_15_r20/external/google-fruit/include/fruit/impl/meta/
H A Dset.h67 struct AddToSet { struct
70 using type = If(IsInSet(T, S), S, AddToSetUnchecked(S, T)); argument
/aosp_15_r20/development/vndk/tools/header-checker/src/utils/
H A Dheader_abi_util.h63 inline void AddToSet(std::set<K> *dst, Iterable &src, KeyGetter get_key) { in AddToSet() function
/aosp_15_r20/external/libtextclassifier/native/utils/grammar/utils/
H A Dir.cc179 Nonterm Ir::AddToSet(const Lhs& lhs, LhsSet* lhs_set) { in AddToSet() function in libtextclassifier3::grammar::Ir
/aosp_15_r20/external/cronet/third_party/ced/src/compact_enc_det/
H A Dcompact_enc_det.cc4744 void AddToSet(Encoding enc, int* list_len, int* list) { in AddToSet() function