Home
last modified time | relevance | path

Searched refs:IsInSet (Results 1 – 25 of 29) sorted by relevance

12

/external/google-fruit/include/fruit/impl/meta/
Dset.h39 using IsInSet = IsInVector; variable
70 using type = If(IsInSet(T, S), S, AddToSetUnchecked(S, T));
81 using type = And(CurrentResult, IsInSet(T, S2));
96 using type = Or(CurrentResult, IsInSet(T, S2));
127 using type = If(IsInSet(T, S2), CurrentResult, AddToSetUnchecked(CurrentResult, T));
141 using type = If(IsInSet(T, S2), AddToSetUnchecked(CurrentResult, T), CurrentResult);
Dgraph.h72 If(IsInSet(Node, VisitingSet),
Dcomponent.h884 … using type = If(And(IsInSet(T, typename Comp::Ps), Not(IsInSet(T, typename Comp::NonConstRsPs))),
920 using type = If(IsInSet(C, typename Comp::Ps), ConstructError(TypeAlreadyBoundErrorTag, C),
/external/llvm/utils/unittest/googletest/src/
Dgtest-port.cc178 bool IsInSet(char ch, const char* str) { in IsInSet() function
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
271 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
281 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
Dgtest-internal-inl.h916 GTEST_API_ bool IsInSet(char ch, const char* str);
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-port.cc178 bool IsInSet(char ch, const char* str) { in IsInSet() function
187 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
190 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
198 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
271 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
281 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-port.cc203 bool IsInSet(char ch, const char* str) { in IsInSet() function
212 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
215 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
223 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
296 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
306 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
Dgtest-internal-inl.h931 GTEST_API_ bool IsInSet(char ch, const char* str);
/external/mesa3d/src/gtest/src/
Dgtest-port.cc627 bool IsInSet(char ch, const char* str) { in IsInSet() function
636 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
638 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
639 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
647 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
720 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
730 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
Dgtest-internal-inl.h935 GTEST_API_ bool IsInSet(char ch, const char* str);
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-port.cc684 bool IsInSet(char ch, const char* str) { in IsInSet() function
693 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
695 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
696 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
704 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
777 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
787 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
Dgtest-internal-inl.h937 GTEST_API_ bool IsInSet(char ch, const char* str);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-port.cc627 bool IsInSet(char ch, const char* str) { in IsInSet() function
636 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
638 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
639 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
647 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
720 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
730 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
Dgtest-internal-inl.h935 GTEST_API_ bool IsInSet(char ch, const char* str);
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-port.cc627 bool IsInSet(char ch, const char* str) { in IsInSet() function
636 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
638 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
639 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
647 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
720 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
730 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
Dgtest-internal-inl.h935 GTEST_API_ bool IsInSet(char ch, const char* str);
/external/google-breakpad/src/testing/gtest/test/
Dgtest-port_test.cc435 EXPECT_FALSE(IsInSet('\0', "")); in TEST()
436 EXPECT_FALSE(IsInSet('\0', "\0")); in TEST()
437 EXPECT_FALSE(IsInSet('\0', "a")); in TEST()
441 EXPECT_FALSE(IsInSet('a', "Ab")); in TEST()
442 EXPECT_FALSE(IsInSet('c', "")); in TEST()
444 EXPECT_TRUE(IsInSet('b', "bcd")); in TEST()
445 EXPECT_TRUE(IsInSet('b', "ab")); in TEST()
/external/googletest/googletest/src/
Dgtest-port.cc767 bool IsInSet(char ch, const char* str) { in IsInSet() function
776 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
778 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
779 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
787 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
857 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
867 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()
Dgtest-internal-inl.h953 GTEST_API_ bool IsInSet(char ch, const char* str);
/external/googletest/googletest/test/
Dgoogletest-port-test.cc451 EXPECT_FALSE(IsInSet('\0', "")); in TEST()
452 EXPECT_FALSE(IsInSet('\0', "\0")); in TEST()
453 EXPECT_FALSE(IsInSet('\0', "a")); in TEST()
457 EXPECT_FALSE(IsInSet('a', "Ab")); in TEST()
458 EXPECT_FALSE(IsInSet('c', "")); in TEST()
460 EXPECT_TRUE(IsInSet('b', "bcd")); in TEST()
461 EXPECT_TRUE(IsInSet('b', "ab")); in TEST()
/external/google-fruit/include/fruit/impl/
Dinjector.defn.h81 If(Not(IsInSet(NormalizeType(Type<T>), GetComponentPs(Comp))),
84 … Not(IsInSet(NormalizeType(Type<T>), GetComponentNonConstRsPs(Comp)))),
Dcomponent_functors.defn.h164 … If(IsInSet(AnnotatedI, typename Comp::Ps), ConstructError(TypeAlreadyBoundErrorTag, AnnotatedI),
1164 IsInSet(AnnotatedC, typename Comp::Ps),
1165 If(And(NonConstBindingRequired, Not(IsInSet(AnnotatedC, typename Comp::NonConstRsPs))),
1168 If(And(IsInSet(AnnotatedC, TargetRequirements),
1169 Or(Not(NonConstBindingRequired), IsInSet(AnnotatedC, TargetNonConstRequirements))),
1183 If(And(NonConstBindingRequired, IsInSet(AnnotatedC, TargetRequirements)),
1199 IsInSet(T, NonConstTypesToProvide)),
/external/pdfium/third_party/lcms/src/
Dcmsgamma.c164 int IsInSet(int Type, _cmsParametricCurvesCollection* c) in IsInSet() function
185 Position = IsInSet(Type, c); in GetParametricCurveByType()
196 Position = IsInSet(Type, c); in GetParametricCurveByType()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
Dgtest-internal-inl.h913 GTEST_API_ bool IsInSet(char ch, const char* str);
/external/epid-sdk/ext/gtest/
Dgtest-all.cc1342 GTEST_API_ bool IsInSet(char ch, const char* str);
9180 bool IsInSet(char ch, const char* str) { in IsInSet() function
9189 return IsInSet(ch, "^-!\"#$%&'()*+,./:;<=>?@[\\]_`{|}~"); in IsAsciiPunct()
9191 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat()
9192 bool IsAsciiWhiteSpace(char ch) { return IsInSet(ch, " \f\n\r\t\v"); } in IsAsciiWhiteSpace()
9200 return (IsAsciiPunct(c) || IsInSet(c, "dDfnrsStvwW")); in IsValidEscape()
9273 } else if (IsInSet(ch, "()[]{}|")) { in ValidateRegex()
9283 prev_repeatable = !IsInSet(ch, "^$?*+"); in ValidateRegex()

12