Home
last modified time | relevance | path

Searched refs:actual_type (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceValues.cpp775 const uint32_t actual_type = ResourceUtils::AndroidTypeToAttributeTypeMask(val.dataType); in Matches() local
778 if ((actual_type & (type_mask | TYPE_REFERENCE)) == 0) { in Matches()
786 if ((type_mask & TYPE_ENUM) != 0 && (actual_type & TYPE_ENUM) != 0) { in Matches()
802 if ((type_mask & TYPE_FLAGS) != 0 && (actual_type & TYPE_FLAGS) != 0) { in Matches()
821 if ((type_mask & TYPE_INTEGER) != 0 && (actual_type & TYPE_INTEGER) != 0) { in Matches()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/internal/
Dprotostream_objectsource.cc164 WireFormatLite::WireType actual_type = WireFormatLite::GetTagWireType(tag); in FindAndVerifyField() local
165 if (actual_type != expected_type && in FindAndVerifyField()
167 actual_type != WireFormatLite::WIRETYPE_LENGTH_DELIMITED)) { in FindAndVerifyField()