Home
last modified time | relevance | path

Searched defs:other_ext (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/protos_generator/tests/
Dtest_model.proto138 optional OtherExtension other_ext = 12002; field
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dextension_set.cc1162 Extension* other_ext = other->FindOrNull(number); in Swap() local
1198 Extension* other_ext = other->FindOrNull(number); in Swap() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dextension_set.cc1162 Extension* other_ext = other->FindOrNull(number); in Swap() local
1198 Extension* other_ext = other->FindOrNull(number); in Swap() local
/aosp_15_r20/art/compiler/utils/riscv64/
H A Dassembler_riscv64.h1932 void AssertExtensionsEnabled(Riscv64Extension ext, OtherExt... other_ext) { in AssertExtensionsEnabled()