Home
last modified time | relevance | path

Searched defs:hasBody (Results 1 – 8 of 8) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpEngine.java488 public static boolean hasBody(Response response) { in hasBody() method in HttpEngine
/external/v8/src/inspector/
Dinjected-script-source.js824 …var result = {header: JSON.stringify(formatted), hasBody: !!hasBody, formatterObjectId: formatterO… property
/external/clang/include/clang/AST/
DDeclBase.h875 virtual bool hasBody() const { return getBody() != nullptr; } in hasBody() function
DDeclObjC.h481 bool hasBody() const override { return Body.isValid(); } in hasBody() function
DDecl.h1764 bool hasBody() const override { in hasBody() function
/external/clang/utils/TableGen/
DNeonEmitter.cpp417 bool hasBody() const { return Body && Body->getValues().size() > 0; } in hasBody() function in __anon66c363900111::Intrinsic
/external/clang/lib/AST/
DDecl.cpp2454 bool FunctionDecl::hasBody(const FunctionDecl *&Definition) const { in hasBody() function in FunctionDecl
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h3538 AST_POLYMORPHIC_MATCHER_P(hasBody, in AST_POLYMORPHIC_MATCHER_P() argument