Searched refs:IsPrefix (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_parser_unittest.cc35 EXPECT_TRUE(chunks[0]->IsPrefix());
81 EXPECT_FALSE(chunks[0]->IsPrefix());
123 EXPECT_TRUE(chunks[0]->IsPrefix());
136 EXPECT_TRUE(chunks[1]->IsPrefix());
225 EXPECT_TRUE(chunks[0]->IsPrefix());
275 EXPECT_FALSE(chunks[0]->IsPrefix());
525 EXPECT_TRUE(chunks[0]->IsPrefix());
559 EXPECT_TRUE(chunks[0]->IsPrefix());
568 EXPECT_TRUE(chunks[1]->IsPrefix());
575 EXPECT_TRUE(chunks[2]->IsPrefix());
[all...]
H A Dsafe_browsing_util.cc95 DCHECK((IsPrefix() && i < PrefixCount()) ||
100 bool SBChunkData::IsPrefix() const { function in class:SBChunkData
105 DCHECK(IsPrefix());
110 DCHECK(IsPrefix());
H A Dsafe_browsing_util.h73 bool IsPrefix() const;
H A Dsafe_browsing_database.cc820 if (chunk_data.IsPrefix()) {
851 if (chunk_data.IsPrefix()) {
/external/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp249 static bool IsPrefix(const ArgPromotion::IndicesVector &Prefix, function
269 return Low != Set.end() && IsPrefix(*Low, Indices);
288 if (IsPrefix(*Low, ToMark))
301 while (Low != End && IsPrefix(ToMark, *Low)) {
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1061 bool IsPrefix = getterNameString.startswith("is"); local
1064 if (IsPrefix && GRT->isObjCRetainableType())
1066 if (IsPrefix || getterNameString.startswith("get")) {
1067 LengthOfPrefix = (IsPrefix ? 2 : 3);
/external/clang/lib/Sema/
H A DSemaExpr.cpp8758 bool IsInc, bool IsPrefix) {
8803 IsInc, IsPrefix);
8821 if (IsPrefix && S.getLangOpts().CPlusPlus) {
8755 CheckIncrementDecrementOperand(Sema &S, Expr *Op, ExprValueKind &VK, SourceLocation OpLoc, bool IsInc, bool IsPrefix) argument

Completed in 381 milliseconds