Home
last modified time | relevance | path

Searched defs:HasBody (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/
Dfield_list.h155 bool HasBody() const { return has_body_; } in HasBody() function
/aosp_15_r20/external/federated-compute/fcp/client/http/
H A Din_memory_request_response.h67 bool HasBody() const override { return !body_.empty(); }; in HasBody() function
/aosp_15_r20/external/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp1005 TEST(HasBody, FindsBodyOfForWhileDoLoops) { in TEST() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/
DASTReader.h1097 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/
DASTReader.h1097 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DASTReader.h1092 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl()
/aosp_15_r20/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp2497 static bool isConsumerInterestedIn(Decl *D, bool HasBody) { in isConsumerInterestedIn()