Searched refs:first_type (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/media/mca/filterfw/native/base/ |
H A D | utilities.h | 64 const typename Collection::value_type::first_type& key) { in FindOrNull() 118 const typename Collection::value_type::first_type& key) { in FindPtrOrNull()
|
/aosp12/frameworks/base/media/mca/filterpacks/native/base/ |
H A D | utilities.h | 76 const typename Collection::value_type::first_type& key) { in FindOrNull() 130 const typename Collection::value_type::first_type& key) { in FindPtrOrNull()
|
/aosp12/art/runtime/ |
H A D | entrypoints_order_test.cc | 37 #define EXPECT_OFFSET_DIFF(first_type, first_field, second_type, second_field, diff, name) \ argument 39 - OFFSETOF_MEMBER(first_type, first_field) == (diff), name) 54 #define EXPECT_OFFSET_DIFF_GT(first_type, first_field, second_type, second_field, diff, name) \ argument 56 - OFFSETOF_MEMBER(first_type, first_field) >= (diff), name)
|
/aosp12/hardware/google/camera/common/hal/utils/ |
H A D | vendor_tag_utils.h | 96 std::hash<TagString::first_type> h1; in operator()
|
/aosp12/system/tools/aidl/ |
H A D | generate_java.cpp | 715 const auto& first_type = JavaSignatureOf(first_field->GetType(), typenames); in generate_union() local 721 out << first_type + " _value = " << (first_value.empty() ? "null" : first_value) << ";\n"; in generate_union()
|