Searched refs:AddToSet (Results 1 – 7 of 7) sorted by relevance
/external/libtextclassifier/native/utils/grammar/utils/ |
D | ir.h | 214 return AddToSet(lhs, &it->second); in AddRule() 219 Nonterm AddToSet(const Lhs& lhs, LhsSet* lhs_set);
|
D | ir.cc | 179 Nonterm Ir::AddToSet(const Lhs& lhs, LhsSet* lhs_set) { in AddToSet() function in libtextclassifier3::grammar::Ir
|
/external/google-fruit/include/fruit/impl/meta/ |
D | graph.h | 66 using NewVisitedSet = AddToSet(VisitedSet, Node);
|
D | component.h | 898 …using Comp1 = ConsComp(FoldVector(NewRequirementsVector, AddToSet, typename Comp::RsSuperset), typ… 899 … FoldVector(NewNonConstRequirementsVector, AddToSet, typename Comp::NonConstRsPs), 913 …FoldVector(CRequirements, AddToSet, typename Comp::RsSuperset), AddToSetUnchecked(typename Comp::P… 914 …If(IsNonConst, AddToSetUnchecked(FoldVector(CNonConstRequirements, AddToSet, typename Comp::NonCon… 915 FoldVector(CNonConstRequirements, AddToSet, typename Comp::NonConstRsPs)),
|
D | set.h | 67 struct AddToSet { struct
|
/external/cronet/stable/third_party/ced/src/compact_enc_det/ |
D | compact_enc_det.cc | 4744 void AddToSet(Encoding enc, int* list_len, int* list) { in AddToSet() function 4998 AddToSet(enc, &robust_renc_list_len, robust_renc_list); in Rescan() 4999 AddToSet(second_best_enc, &robust_renc_list_len, robust_renc_list); in Rescan() 5000 AddToSet(mid_enc, &robust_renc_list_len, robust_renc_list); in Rescan() 5001 AddToSet(mid_second_best_enc, &robust_renc_list_len, robust_renc_list); in Rescan() 5003 AddToSet(destatep->http_hint, &robust_renc_list_len, robust_renc_list); in Rescan() 5006 AddToSet(destatep->meta_hint, &robust_renc_list_len, robust_renc_list); in Rescan() 5009 AddToSet(destatep->bom_hint, &robust_renc_list_len, robust_renc_list); in Rescan() 5012 AddToSet(destatep->tld_hint, &robust_renc_list_len, robust_renc_list); in Rescan()
|
/external/cronet/tot/third_party/ced/src/compact_enc_det/ |
D | compact_enc_det.cc | 4744 void AddToSet(Encoding enc, int* list_len, int* list) { in AddToSet() function 4998 AddToSet(enc, &robust_renc_list_len, robust_renc_list); in Rescan() 4999 AddToSet(second_best_enc, &robust_renc_list_len, robust_renc_list); in Rescan() 5000 AddToSet(mid_enc, &robust_renc_list_len, robust_renc_list); in Rescan() 5001 AddToSet(mid_second_best_enc, &robust_renc_list_len, robust_renc_list); in Rescan() 5003 AddToSet(destatep->http_hint, &robust_renc_list_len, robust_renc_list); in Rescan() 5006 AddToSet(destatep->meta_hint, &robust_renc_list_len, robust_renc_list); in Rescan() 5009 AddToSet(destatep->bom_hint, &robust_renc_list_len, robust_renc_list); in Rescan() 5012 AddToSet(destatep->tld_hint, &robust_renc_list_len, robust_renc_list); in Rescan()
|