Home
last modified time | relevance | path

Searched refs:CastToBase (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/AST/
DAPValue.cpp439 const CXXRecordDecl *CastToBase = nullptr; in printPretty() local
447 CastToBase = RD; in printPretty()
452 if (CastToBase) in printPretty()
453 Out << *CastToBase << "::"; in printPretty()
/external/protobuf/src/google/protobuf/
Dtype.pb.cc927 CastToBase(&fields_)->InternalSwap(CastToBase(&other->fields_)); in InternalSwap()
928 oneofs_.InternalSwap(CastToBase(&other->oneofs_)); in InternalSwap()
929 CastToBase(&options_)->InternalSwap(CastToBase(&other->options_)); in InternalSwap()
1667 CastToBase(&options_)->InternalSwap(CastToBase(&other->options_)); in InternalSwap()
2198 CastToBase(&enumvalue_)->InternalSwap(CastToBase(&other->enumvalue_)); in InternalSwap()
2199 CastToBase(&options_)->InternalSwap(CastToBase(&other->options_)); in InternalSwap()
2584 CastToBase(&options_)->InternalSwap(CastToBase(&other->options_)); in InternalSwap()
Dmessage_lite.h450 static internal::RepeatedPtrFieldBase* CastToBase( in CastToBase() function
455 static const internal::RepeatedPtrFieldBase& CastToBase( in CastToBase() function
Dapi.pb.cc773 CastToBase(&methods_)->InternalSwap(CastToBase(&other->methods_)); in InternalSwap()
774 CastToBase(&options_)->InternalSwap(CastToBase(&other->options_)); in InternalSwap()
775 CastToBase(&mixins_)->InternalSwap(CastToBase(&other->mixins_)); in InternalSwap()
1356 CastToBase(&options_)->InternalSwap(CastToBase(&other->options_)); in InternalSwap()
Ddescriptor.pb.cc1654 CastToBase(&file_)->InternalSwap(CastToBase(&other->file_)); in InternalSwap()
2637 dependency_.InternalSwap(CastToBase(&other->dependency_)); in InternalSwap()
2638 CastToBase(&message_type_)->InternalSwap(CastToBase(&other->message_type_)); in InternalSwap()
2639 CastToBase(&enum_type_)->InternalSwap(CastToBase(&other->enum_type_)); in InternalSwap()
2640 CastToBase(&service_)->InternalSwap(CastToBase(&other->service_)); in InternalSwap()
2641 CastToBase(&extension_)->InternalSwap(CastToBase(&other->extension_)); in InternalSwap()
4238 CastToBase(&field_)->InternalSwap(CastToBase(&other->field_)); in InternalSwap()
4239 CastToBase(&nested_type_)->InternalSwap(CastToBase(&other->nested_type_)); in InternalSwap()
4240 CastToBase(&enum_type_)->InternalSwap(CastToBase(&other->enum_type_)); in InternalSwap()
4241 CastToBase(&extension_range_)->InternalSwap(CastToBase(&other->extension_range_)); in InternalSwap()
[all …]
Dfield_mask.pb.cc358 paths_.InternalSwap(CastToBase(&other->paths_)); in InternalSwap()
Dstruct.pb.cc1433 CastToBase(&values_)->InternalSwap(CastToBase(&other->values_)); in InternalSwap()
/external/llvm-project/clang/lib/AST/
DAPValue.cpp751 const CXXRecordDecl *CastToBase = nullptr; in printPretty() local
758 CastToBase = RD; in printPretty()
764 if (CastToBase) in printPretty()
765 Out << *CastToBase << "::"; in printPretty()
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.cc1104 file_to_generate_.InternalSwap(CastToBase(&other->file_to_generate_)); in InternalSwap()
1105 CastToBase(&proto_file_)->InternalSwap(CastToBase(&other->proto_file_)); in InternalSwap()
1872 CastToBase(&file_)->InternalSwap(CastToBase(&other->file_)); in InternalSwap()