Home
last modified time | relevance | path

Searched defs:IsFinal (Results 1 – 22 of 22) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Serialization/
DInMemoryModuleCache.h36 bool IsFinal = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Serialization/
DInMemoryModuleCache.h36 bool IsFinal = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Serialization/
DInMemoryModuleCache.h36 bool IsFinal = false; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Serialization/
DInMemoryModuleCache.h36 bool IsFinal = false; member
/aosp_15_r20/art/runtime/mirror/
H A Dfield.h59 bool IsFinal() REQUIRES_SHARED(Locks::mutator_lock_) { in IsFinal() function
H A Dclass.h270 ALWAYS_INLINE bool IsFinal() REQUIRES_SHARED(Locks::mutator_lock_) { in IsFinal() function
/aosp_15_r20/art/runtime/
H A Dart_field.h83 bool IsFinal() { in IsFinal() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libdexfile/dex/
Dclass_accessor.h60 bool IsFinal() const { in IsFinal() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libdexfile/dex/
Dclass_accessor.h60 bool IsFinal() const { in IsFinal() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libdexfile/dex/
Dclass_accessor.h60 bool IsFinal() const { in IsFinal() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libdexfile/dex/
Dclass_accessor.h61 bool IsFinal() const { in IsFinal() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libdexfile/dex/
Dclass_accessor.h61 bool IsFinal() const { in IsFinal() function
/aosp_15_r20/art/libdexfile/dex/
H A Dclass_accessor.h61 bool IsFinal() const { in IsFinal() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libdexfile/dex/
Dclass_accessor.h61 bool IsFinal() const { in IsFinal() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libdexfile/dex/
Dclass_accessor.h61 bool IsFinal() const { in IsFinal() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H A DRecord.h1872 bool IsFinal = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/TableGen/
DRecord.h2215 bool IsFinal = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/TableGen/
DRecord.h2215 bool IsFinal = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/TableGen/
DRecord.h2215 bool IsFinal = false; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/TableGen/
DRecord.h2215 bool IsFinal = false; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/TableGen/
H A DRecord.h2139 bool IsFinal = false; variable
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_channel_test.cc314 enum IsFinal { NOT_FINAL_FRAME, FINAL_FRAME }; enum