Home
last modified time | relevance | path

Searched refs:first_type (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/media/mca/filterfw/native/base/
H A Dutilities.h64 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 Dutilities.h76 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 Dentrypoints_order_test.cc37 #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 Dvendor_tag_utils.h96 std::hash<TagString::first_type> h1; in operator()
/aosp12/system/tools/aidl/
H A Dgenerate_java.cpp715 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()