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

/external/chromium_org/chrome/browser/safe_browsing/
H A Dprotocol_parser_unittest.cc46 EXPECT_TRUE(chunks[0]->IsPrefix());
92 EXPECT_FALSE(chunks[0]->IsPrefix());
134 EXPECT_TRUE(chunks[0]->IsPrefix());
147 EXPECT_TRUE(chunks[1]->IsPrefix());
236 EXPECT_TRUE(chunks[0]->IsPrefix());
286 EXPECT_FALSE(chunks[0]->IsPrefix());
574 EXPECT_TRUE(chunks[0]->IsPrefix());
608 EXPECT_TRUE(chunks[0]->IsPrefix());
617 EXPECT_TRUE(chunks[1]->IsPrefix());
624 EXPECT_TRUE(chunks[2]->IsPrefix());
[all...]
H A Dsafe_browsing_util.cc105 DCHECK((IsPrefix() && i < PrefixCount()) ||
110 bool SBChunkData::IsPrefix() const { function in class:SBChunkData
115 DCHECK(IsPrefix());
120 DCHECK(IsPrefix());
H A Dsafe_browsing_util.h74 bool IsPrefix() const;
H A Dsafe_browsing_database.cc826 if (chunk_data.IsPrefix()) {
857 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 134 milliseconds