/external/google-fruit/include/fruit/impl/meta/ |
D | set.h | 39 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);
|
D | graph.h | 72 If(IsInSet(Node, VisitingSet),
|
D | component.h | 884 … 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/ |
D | gtest-port.cc | 178 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()
|
D | gtest-internal-inl.h | 916 GTEST_API_ bool IsInSet(char ch, const char* str);
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/ |
D | gtest-port.cc | 178 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/ |
D | gtest-port.cc | 203 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()
|
D | gtest-internal-inl.h | 931 GTEST_API_ bool IsInSet(char ch, const char* str);
|
/external/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 627 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()
|
D | gtest-internal-inl.h | 935 GTEST_API_ bool IsInSet(char ch, const char* str);
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-port.cc | 684 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()
|
D | gtest-internal-inl.h | 937 GTEST_API_ bool IsInSet(char ch, const char* str);
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 627 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()
|
D | gtest-internal-inl.h | 935 GTEST_API_ bool IsInSet(char ch, const char* str);
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-port.cc | 627 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()
|
D | gtest-internal-inl.h | 935 GTEST_API_ bool IsInSet(char ch, const char* str);
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-port_test.cc | 435 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/ |
D | gtest-port.cc | 767 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()
|
D | gtest-internal-inl.h | 953 GTEST_API_ bool IsInSet(char ch, const char* str);
|
/external/googletest/googletest/test/ |
D | googletest-port-test.cc | 451 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/ |
D | injector.defn.h | 81 If(Not(IsInSet(NormalizeType(Type<T>), GetComponentPs(Comp))), 84 … Not(IsInSet(NormalizeType(Type<T>), GetComponentNonConstRsPs(Comp)))),
|
D | component_functors.defn.h | 164 … 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/ |
D | cmsgamma.c | 164 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/ |
D | gtest-internal-inl.h | 913 GTEST_API_ bool IsInSet(char ch, const char* str);
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 1342 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()
|