Home
last modified time | relevance | path

Searched refs:CopyValue (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/include/lldb/Utility/
DRegisterValue.h84 bool CopyValue(const RegisterValue &rhs);
/external/llvm-project/lldb/source/Utility/
DRegisterValue.cpp166 if (copy.CopyValue(*this) && copy.GetData(copy_data)) in SetType()
479 bool RegisterValue::CopyValue(const RegisterValue &rhs) { in CopyValue() function in RegisterValue
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager10.java349 static int CopyValue(/*JNIEnv* env,*/ ApkAssetsCookie cookie, Res_value value, int ref, in CopyValue() method in ShadowArscAssetManager10
860 … return CopyValue(cookie, value.get(), ref.get(), flags.get(), selected_config.get(), typed_value); in nativeGetResourceValue()
897 return CopyValue(cookie, value.get(), ref.get(), type_spec_flags.get(), null, typed_value); in nativeGetResourceBagValue()
1587 return CopyValue(cookie, value.get(), ref.get(), flags.get(), null, typed_value); in nativeThemeGetAttributeValue()
DShadowArscAssetManager9.java345 static int CopyValue(/*JNIEnv* env,*/ ApkAssetsCookie cookie, Res_value value, int ref, in CopyValue() method in ShadowArscAssetManager9
856 … return CopyValue(cookie, value.get(), ref.get(), flags.get(), selected_config.get(), typed_value); in nativeGetResourceValue()
893 return CopyValue(cookie, value.get(), ref.get(), type_spec_flags.get(), null, typed_value); in nativeGetResourceBagValue()
1585 return CopyValue(cookie, value.get(), ref.get(), flags.get(), null, typed_value); in nativeThemeGetAttributeValue()
/external/tensorflow/tensorflow/core/framework/
Dvariant_test.cc506 TEST(VariantTest, CopyValue) { TestCopyValue<false>(); } in TEST() argument
/external/protobuf/src/google/protobuf/
Dtext_format.cc2082 static void CopyValue(const MapValueRef& value, Message* message,
2112 CopyValue(iter.GetValueRef(), map_entry_message, in SortMap()
2156 void MapFieldPrinterHelper::CopyValue(const MapValueRef& value, in CopyValue() function in google::protobuf::internal::MapFieldPrinterHelper