Home
last modified time | relevance | path

Searched refs:IsSuccessful (Results 1 – 4 of 4) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_utils_test.cc58 EXPECT_TRUE(response->IsSuccessful()); in TEST()
74 EXPECT_TRUE(response->IsSuccessful()); in TEST()
110 EXPECT_TRUE(response->IsSuccessful()); in TEST()
127 EXPECT_TRUE(response->IsSuccessful()); in TEST()
144 EXPECT_TRUE(response->IsSuccessful()); in TEST()
154 EXPECT_FALSE(response->IsSuccessful()); in TEST()
163 EXPECT_FALSE(response->IsSuccessful()); in TEST()
199 EXPECT_TRUE(response->IsSuccessful()); in TEST()
238 EXPECT_TRUE(response->IsSuccessful()); in TEST()
262 EXPECT_TRUE(response->IsSuccessful()); in TEST()
[all …]
Dhttp_request.h346 bool IsSuccessful() const;
Dhttp_request.cc302 bool Response::IsSuccessful() const { in IsSuccessful() function in brillo::http::Response
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp6679 CheckFn &&IsSuccessful) { in diagnoseDiagnoseIfAttrsWith() argument
6697 IsSuccessful); in diagnoseDiagnoseIfAttrsWith()
6707 if (IsSuccessful(DIA)) { in diagnoseDiagnoseIfAttrsWith()