• Home
  • Raw
  • Download

Lines Matching refs:GetLocation

197   const std::string& GetLocation() const {  in GetLocation()  function
208 DCHECK(header_ != nullptr) << GetLocation(); in GetHeader()
235 DCHECK(header_ != nullptr) << GetLocation(); in NumStringIds()
241 DCHECK_LT(idx.index_, NumStringIds()) << GetLocation(); in GetStringId()
246 CHECK_GE(&string_id, string_ids_) << GetLocation(); in GetIndexForStringId()
247 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation(); in GetIndexForStringId()
274 DCHECK(header_ != nullptr) << GetLocation(); in NumTypeIds()
284 DCHECK_LT(idx.index_, NumTypeIds()) << GetLocation(); in GetTypeId()
289 CHECK_GE(&type_id, type_ids_) << GetLocation(); in GetIndexForTypeId()
290 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation(); in GetIndexForTypeId()
292 DCHECK_LT(result, 65536U) << GetLocation(); in GetIndexForTypeId()
309 DCHECK(header_ != nullptr) << GetLocation(); in NumFieldIds()
315 DCHECK_LT(idx, NumFieldIds()) << GetLocation(); in GetFieldId()
320 CHECK_GE(&field_id, field_ids_) << GetLocation(); in GetIndexForFieldId()
321 CHECK_LT(&field_id, field_ids_ + header_->field_ids_size_) << GetLocation(); in GetIndexForFieldId()
349 DCHECK(header_ != nullptr) << GetLocation(); in NumMethodIds()
355 DCHECK_LT(idx, NumMethodIds()) << GetLocation(); in GetMethodId()
360 CHECK_GE(&method_id, method_ids_) << GetLocation(); in GetIndexForMethodId()
361 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation(); in GetIndexForMethodId()
398 DCHECK(header_ != nullptr) << GetLocation(); in NumClassDefs()
404 DCHECK_LT(idx, NumClassDefs()) << GetLocation(); in GetClassDef()
409 CHECK_GE(&class_def, class_defs_) << GetLocation(); in GetIndexForClassDef()
410 CHECK_LT(&class_def, class_defs_ + header_->class_defs_size_) << GetLocation(); in GetIndexForClassDef()
457 DCHECK(header_ != nullptr) << GetLocation(); in NumProtoIds()
463 DCHECK_LT(idx.index_, NumProtoIds()) << GetLocation(); in GetProtoId()
468 CHECK_GE(&proto_id, proto_ids_) << GetLocation(); in GetIndexForProtoId()
469 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation(); in GetIndexForProtoId()