/external/golang-protobuf/cmd/protoc-gen-go/testdata/imports/test_b_1/ |
D | m2.pb.go | 17 type M2 struct { struct 18 state protoimpl.MessageState 19 sizeCache protoimpl.SizeCache 20 unknownFields protoimpl.UnknownFields 23 func (x *M2) Reset() { 32 func (x *M2) String() string { 36 func (*M2) ProtoMessage() {} 38 func (x *M2) ProtoReflect() protoreflect.Message { 51 func (*M2) Descriptor() ([]byte, []int) {
|
D | m2.proto | 8 message M2 {} message
|
/external/golang-protobuf/cmd/protoc-gen-go/testdata/import_public/sub/ |
D | b.pb.go | 17 type M2 struct { struct 18 state protoimpl.MessageState 19 sizeCache protoimpl.SizeCache 20 unknownFields protoimpl.UnknownFields 23 func (x *M2) Reset() { 32 func (x *M2) String() string { 36 func (*M2) ProtoMessage() {} 38 func (x *M2) ProtoReflect() protoreflect.Message { 51 func (*M2) Descriptor() ([]byte, []int) {
|
D | b.proto | 11 message M2 { message
|
/external/golang-protobuf/cmd/protoc-gen-go/testdata/imports/test_a_1/ |
D | m2.pb.go | 17 type M2 struct { struct 18 state protoimpl.MessageState 19 sizeCache protoimpl.SizeCache 20 unknownFields protoimpl.UnknownFields 23 func (x *M2) Reset() { 32 func (x *M2) String() string { 36 func (*M2) ProtoMessage() {} 38 func (x *M2) ProtoReflect() protoreflect.Message { 51 func (*M2) Descriptor() ([]byte, []int) {
|
D | m2.proto | 8 message M2 {} message
|
/external/llvm/unittests/Support/ |
D | MemoryTest.cpp | 45 bool doesOverlap(MemoryBlock M1, MemoryBlock M2) { in doesOverlap() 74 MemoryBlock M2 = Memory::allocateMappedMemory(64, nullptr, Flags, EC); in TEST_P() local 129 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), nullptr, Flags, in TEST_P() local 187 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), nullptr, Flags, in TEST_P() local 243 MemoryBlock M2 = Memory::allocateMappedMemory(64, &M1, Flags, EC); in TEST_P() local 269 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P() local 291 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P() local 317 MemoryBlock M2 = Memory::allocateMappedMemory(64, &Near, Flags, EC); in TEST_P() local
|
/external/clang/unittests/Driver/ |
D | MultilibTest.cpp | 54 Multilib M1, M2; in TEST() local 61 Multilib M1, M2; in TEST() local 70 Multilib M1, M2; in TEST() local 76 Multilib M1, M2; in TEST() local 86 Multilib M2; in TEST() local 96 Multilib M2; in TEST() local 106 Multilib M2; in TEST() local 116 Multilib M2("bar"); in TEST() local 124 Multilib M2("", "bar"); in TEST() local 132 Multilib M2("", "", "bar"); in TEST() local [all …]
|
/external/libcxx/test/std/experimental/memory/memory.resource/memory.resource.public/ |
D | is_equal.pass.cpp | 49 memory_resource const& M2 = R2; in main() local 66 memory_resource const& M2 = R2; in main() local 83 memory_resource const& M2 = R2; in main() local
|
/external/clang/test/PCH/ |
D | macro-redef.c | 14 #define M2 3 macro 19 #define M2 4 // expected-warning {{redefined}} macro
|
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | types.pass.cpp | 58 using M2 = std::recursive_mutex; in main() typedef 64 using M2 = std::recursive_mutex; in main() typedef
|
/external/clang/lib/Driver/ |
D | Multilib.cpp | 153 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2) { in Either() 157 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() 162 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either() 167 MultilibSet &MultilibSet::Either(const Multilib &M1, const Multilib &M2, in Either()
|
/external/clang/test/SemaCXX/ |
D | switch-implicit-fallthrough-macro.cpp | 42 #define M2 M1 macro 44 #define M2 macro
|
/external/eigen/doc/snippets/ |
D | Tutorial_ReshapeMat2Mat.cpp | 5 Map<MatrixXf> M2(M1.data(), 6,2); variable
|
D | Tutorial_SlicingCol.cpp | 3 Map<MatrixXf,0,OuterStride<> > M2(M1.data(), M1.rows(), (M1.cols()+2)/3, OuterStride<>(M1.outerStri… variable
|
/external/llvm/test/DebugInfo/Inputs/ |
D | dwarfdump-macro.cc | 3 #define M2(x, y) ((x)+(y)* Value2) macro
|
/external/clang/test/CoverageMapping/ |
D | macroception.c | 3 #define M2 { macro
|
/external/libcxx/test/std/containers/unord/unord.multimap/ |
D | scary.pass.cpp | 21 typedef std::unordered_multimap<int, int> M2; in main() typedef
|
/external/libcxx/test/std/containers/unord/unord.multiset/ |
D | scary.pass.cpp | 21 typedef std::unordered_multiset<int> M2; in main() typedef
|
/external/clang/test/Preprocessor/ |
D | macro_rescan.c | 4 #define M2(b) b macro
|
D | macro_paste_simple.c | 10 #define M2(X) X macro
|
/external/libcxx/test/std/containers/associative/multiset/ |
D | scary.pass.cpp | 21 typedef std::multiset<int> M2; in main() typedef
|
/external/libcxx/test/std/containers/associative/multimap/ |
D | scary.pass.cpp | 21 typedef std::multimap<int, int> M2; in main() typedef
|
/external/clang/test/Driver/Inputs/ |
D | gen-response.c | 3 #define M2 M1 M1 M1 M1 M1 M1 M1 M1 M1 M1 macro
|
/external/clang/test/CoverageMapping/Inputs/ |
D | macros.h | 13 #define M2(a, ...) M1(a, helper1, ##__VA_ARGS__); macro
|