Home
last modified time | relevance | path

Searched defs:InlineStorageSize (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Duntyped_function.h40 constexpr size_t InlineStorageSize() { in InlineStorageSize() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DFunctionExtras.h46 static constexpr size_t InlineStorageSize = sizeof(void *) * 3; variable