Home
last modified time | relevance | path

Searched defs:All (Results 1 – 25 of 108) sorted by relevance

12345

/external/golang-protobuf/cmd/protoc-gen-go/testdata/imports/
Dtest_import_all.pb.go21 type All struct { struct
22 state protoimpl.MessageState
23 sizeCache protoimpl.SizeCache
24 unknownFields protoimpl.UnknownFields
26 Am1 *test_a_1.M1 `protobuf:"bytes,1,opt,name=am1,proto3" json:"am1,omitempty"`
27 Am2 *test_a_1.M2 `protobuf:"bytes,2,opt,name=am2,proto3" json:"am2,omitempty"`
28 Bm1 *test_b_1.M1 `protobuf:"bytes,5,opt,name=bm1,proto3" json:"bm1,omitempty"`
29 Bm2 *test_b_1.M2 `protobuf:"bytes,6,opt,name=bm2,proto3" json:"bm2,omitempty"`
30 Fmt *fmt.M `protobuf:"bytes,7,opt,name=fmt,proto3" json:"fmt,omitempty"`
33 func (x *All) Reset() {
[all …]
Dtest_import_all.proto23 message All { message
/external/rust/crates/futures-util/src/stream/stream/
Dall.rs22 impl<St, Fut, F> fmt::Debug for All<St, Fut, F> implementation
36 impl<St, Fut, F> All<St, Fut, F> implementation
47 impl<St, Fut, F> FusedFuture for All<St, Fut, F> implementation
58 impl<St, Fut, F> Future for All<St, Fut, F> implementation
/external/libbrillo/brillo/glib/
Dobject_test.cc58 TEST(ResetterTest, All) { in TEST() argument
71 TEST(ValueTest, All) { in TEST() argument
80 TEST(ScopedErrorTest, All) { in TEST() argument
/external/caliper/caliper/src/main/java/com/google/caliper/
DAll.java26 public @interface All {} annotation
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVOptions.h95 All, // --attribute=all enumerator
134 All, // --compare=all enumerator
143 All, // --output=all enumerator
151 All, // --print=all enumerator
165 All, // --report=all enumerator
174 All, // --warning=all enumerator
183 All, // --internal=all enumerator
/external/zucchini/
Dcrc32_unittest.cc19 TEST(Crc32Test, All) { in TEST() argument
/external/autotest/client/site_tests/example_UnitTest/src/
Dmain.cc7 TEST(ExampleTest, All) { in TEST() argument
/external/llvm-libc/test/src/stdbit/
Dstdc_leading_ones_ui_test.cpp13 TEST(LlvmLibcStdcLeadingOnesUiTest, All) { in TEST() argument
Dstdc_leading_ones_uc_test.cpp13 TEST(LlvmLibcStdcLeadingOnesUcTest, All) { in TEST() argument
Dstdc_leading_ones_ul_test.cpp13 TEST(LlvmLibcStdcLeadingOnesUlTest, All) { in TEST() argument
Dstdc_leading_ones_ull_test.cpp13 TEST(LlvmLibcStdcLeadingOnesUllTest, All) { in TEST() argument
Dstdc_leading_ones_us_test.cpp13 TEST(LlvmLibcStdcLeadingOnesUsTest, All) { in TEST() argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
DLoopIdiomRecognize.h30 static bool All; member
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h31 All = 0xFFFFFFFF, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBRawSymbol.h35 All = 0xFFFFFFFF, enumerator
/external/clang/include/clang/Index/
DIndexingAction.h27 All, enumerator
/external/rust/crates/gdbstub/src/protocol/common/
Dthread_id.rs10 All, enumerator
90 All, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DCodeGen.h91 enum class FramePointerKind { None, NonLeaf, All }; enumerator
117 All = 0, enumerator
/external/protobuf/csharp/src/Google.Protobuf/Compatibility/
DDynamicallyAccessedMemberTypes.cs124 All = ~None enumerator
/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Compatibility/
DDynamicallyAccessedMemberTypes.cs124 All = ~None enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMMachineFunctionInfo.cpp43 if (const auto *All = mdconst::extract_or_null<ConstantInt>( in GetSignReturnAddress() local
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/
Dascii_test.cc28 TEST(AsciiIsFoo, All) { in TEST() argument
161 TEST(AsciiToFoo, All) { in TEST() argument
/external/openscreen/third_party/abseil/src/absl/strings/
Dascii_test.cc28 TEST(AsciiIsFoo, All) { in TEST() argument
161 TEST(AsciiToFoo, All) { in TEST() argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Testing/Annotations/
DAnnotations.h122 std::vector<Annotation> All; variable

12345