Lines Matching refs:GetLocation

200   const std::string& GetLocation() const {  in GetLocation()  function
211 DCHECK(header_ != nullptr) << GetLocation(); in GetHeader()
238 DCHECK(header_ != nullptr) << GetLocation(); in NumStringIds()
244 DCHECK_LT(idx.index_, NumStringIds()) << GetLocation(); in GetStringId()
249 CHECK_GE(&string_id, string_ids_) << GetLocation(); in GetIndexForStringId()
250 CHECK_LT(&string_id, string_ids_ + header_->string_ids_size_) << GetLocation(); in GetIndexForStringId()
277 DCHECK(header_ != nullptr) << GetLocation(); in NumTypeIds()
287 DCHECK_LT(idx.index_, NumTypeIds()) << GetLocation(); in GetTypeId()
292 CHECK_GE(&type_id, type_ids_) << GetLocation(); in GetIndexForTypeId()
293 CHECK_LT(&type_id, type_ids_ + header_->type_ids_size_) << GetLocation(); in GetIndexForTypeId()
295 DCHECK_LT(result, 65536U) << GetLocation(); in GetIndexForTypeId()
312 DCHECK(header_ != nullptr) << GetLocation(); in NumFieldIds()
318 DCHECK_LT(idx, NumFieldIds()) << GetLocation(); in GetFieldId()
323 CHECK_GE(&field_id, field_ids_) << GetLocation(); in GetIndexForFieldId()
324 CHECK_LT(&field_id, field_ids_ + header_->field_ids_size_) << GetLocation(); in GetIndexForFieldId()
352 DCHECK(header_ != nullptr) << GetLocation(); in NumMethodIds()
358 DCHECK_LT(idx, NumMethodIds()) << GetLocation(); in GetMethodId()
363 CHECK_GE(&method_id, method_ids_) << GetLocation(); in GetIndexForMethodId()
364 CHECK_LT(&method_id, method_ids_ + header_->method_ids_size_) << GetLocation(); in GetIndexForMethodId()
401 DCHECK(header_ != nullptr) << GetLocation(); in NumClassDefs()
407 DCHECK_LT(idx, NumClassDefs()) << GetLocation(); in GetClassDef()
412 CHECK_GE(&class_def, class_defs_) << GetLocation(); in GetIndexForClassDef()
413 CHECK_LT(&class_def, class_defs_ + header_->class_defs_size_) << GetLocation(); in GetIndexForClassDef()
460 DCHECK(header_ != nullptr) << GetLocation(); in NumProtoIds()
466 DCHECK_LT(idx.index_, NumProtoIds()) << GetLocation(); in GetProtoId()
471 CHECK_GE(&proto_id, proto_ids_) << GetLocation(); in GetIndexForProtoId()
472 CHECK_LT(&proto_id, proto_ids_ + header_->proto_ids_size_) << GetLocation(); in GetIndexForProtoId()