Searched defs:IsRepeat (Results 1 – 11 of 11) sorted by relevance
/external/protobuf/gtest/src/ |
D | gtest-port.cc | 187 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
|
/external/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-port.cc | 214 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
|
/external/gtest/src/ |
D | gtest-port.cc | 237 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 189 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-port.cc | 597 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 255 FX_BOOL IsRepeat() const { return m_pDict->GetBoolean("Repeat"); } in IsRepeat() function
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 7770 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
|
/external/opencv3/modules/ts/src/ |
D | ts_gtest.cpp | 8465 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest-all.cc | 8424 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 8422 bool IsRepeat(char ch) { return IsInSet(ch, "?*+"); } in IsRepeat() function
|