HomeSort by relevance Sort by last modified time
    Searched refs:new_field (Results 1 - 7 of 7) sorted by null

  /development/vndk/tools/header-checker/src/repr/
ir_diff_representation.h 110 const RecordFieldIR *new_field)
111 : old_field_(old_field), new_field_(new_field) {}
226 EnumFieldDiffIR(const EnumFieldIR *old_field, const EnumFieldIR *new_field)
227 : old_field_(old_field), new_field_(new_field) {}
abi_diff_helpers.cpp 292 const RecordFieldIR *new_field,
298 new_field->GetReferencedType(),
301 if (old_field->GetOffset() != new_field->GetOffset() ||
304 IsAccessDownGraded(old_field->GetAccess(), new_field->GetAccess()) ||
308 std::make_unique<RecordFieldDiffIR>(old_field, new_field)
508 RecordFieldIR &new_field = it.second; local
511 new_field.SetReferencedType(
512 ConvertTypeIdToString(new_types_, new_field.GetReferencedType()));
abi_diff_helpers.h 164 const RecordFieldIR *new_field,
  /development/vndk/tools/header-checker/src/repr/protobuf/
converter.cpp 124 abi_dump::RecordFieldDecl *new_field = local
126 if (old_field == nullptr || new_field == nullptr) {
131 SetIRToProtobufRecordField(new_field,
  /external/protobuf/python/google/protobuf/internal/
reflection_test.py     [all...]
  /art/openjdkjvmti/
ti_redefine.cc 731 for (const art::ClassAccessor::Field& new_field : new_accessor.GetFields()) {
733 const art::dex::FieldId& new_field_id = dex_file_->GetFieldId(new_field.GetIndex());
    [all...]
  /external/python/cpython3/Lib/test/
test_dataclasses.py     [all...]

Completed in 212 milliseconds