Searched defs:ValidateBitStructSize (Results 1 - 2 of 2) sorted by relevance

/art/libartbase/base/
H A Dbit_struct_detail.h98 static constexpr bool ValidateBitStructSize() { function in namespace:art::detail
H A Dbit_struct_test.cc23 // A copy of detail::ValidateBitStructSize that uses EXPECT for a more
26 static constexpr bool ValidateBitStructSize(const char* name) { function in namespace:art
38 #define VALIDATE_BITSTRUCT_SIZE(type) ValidateBitStructSize<type>(#type)

Completed in 52 milliseconds