Home
last modified time | relevance | path

Searched defs:new_value (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-sjlj.c370 uintptr_t new_value) { in _Unwind_SetGR()
402 uintptr_t new_value) { in _Unwind_SetIP()
DUnwindLevel1.c439 uintptr_t new_value) { in _Unwind_SetGR()
465 uintptr_t new_value) { in _Unwind_SetIP()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h225 uintptr_t new_value) { in _Unwind_SetGR()
236 uintptr_t new_value) { in _Unwind_SetIP()
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest.h483 void SetValue(const std::string& new_value) { in SetValue()