Home
last modified time | relevance | path

Searched defs:CopyArray (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Interpreter/
DInterpreter.h132 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray }; enumerator
/aosp_15_r20/system/chre/util/tests/
H A Dbuffer_test.cc46 TEST(Buffer, CopyArray) { in TEST() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Interpreter/
DInterpreter.h169 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Interpreter/
DInterpreter.h169 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Interpreter/
DInterpreter.h177 enum InterfaceKind { NoAlloc, WithAlloc, CopyArray, NewTag }; enumerator
/aosp_15_r20/art/dex2oat/driver/
H A Dcompiled_method_storage.cc37 const LengthPrefixedArray<T>* CopyArray(SwapSpace* swap_space, const ArrayRef<const T>& array) { in CopyArray() function