Home
last modified time | relevance | path

Searched defs:M2 (Results 1 – 25 of 117) sorted by relevance

12345

/external/golang-protobuf/protoc-gen-go/testdata/import_public/sub/
Db.pb.go23 type M2 struct { struct
24 XXX_NoUnkeyedLiteral struct{} `json:"-"`
25 proto.XXX_InternalExtensions `json:"-"`
26 XXX_unrecognized []byte `json:"-"`
27 XXX_sizecache int32 `json:"-"`
30 func (m *M2) Reset() { *m = M2{} }
31 func (m *M2) String() string { return proto.CompactTextString(m) }
32 func (*M2) ProtoMessage() {}
33 func (*M2) Descriptor() ([]byte, []int) {
64 proto.RegisterType((*M2)(nil), "goproto.test.import_public.sub.M2")
Db.proto38 message M2 { message
/external/golang-protobuf/protoc-gen-go/testdata/imports/test_a_1/
Dm2.pb.go23 type M2 struct { struct
24 XXX_NoUnkeyedLiteral struct{} `json:"-"`
25 XXX_unrecognized []byte `json:"-"`
26 XXX_sizecache int32 `json:"-"`
29 func (m *M2) Reset() { *m = M2{} }
30 func (m *M2) String() string { return proto.CompactTextString(m) }
31 func (*M2) ProtoMessage() {}
32 func (*M2) Descriptor() ([]byte, []int) {
36 func (m *M2) XXX_Unmarshal(b []byte) error {
39 func (m *M2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
[all …]
Dm2.proto35 message M2 {} message
/external/golang-protobuf/protoc-gen-go/testdata/imports/test_b_1/
Dm2.pb.go23 type M2 struct { struct
24 XXX_NoUnkeyedLiteral struct{} `json:"-"`
25 XXX_unrecognized []byte `json:"-"`
26 XXX_sizecache int32 `json:"-"`
29 func (m *M2) Reset() { *m = M2{} }
30 func (m *M2) String() string { return proto.CompactTextString(m) }
31 func (*M2) ProtoMessage() {}
32 func (*M2) Descriptor() ([]byte, []int) {
36 func (m *M2) XXX_Unmarshal(b []byte) error {
39 func (m *M2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
[all …]
Dm2.proto35 message M2 {} message
/external/llvm/unittests/Support/
DMemoryTest.cpp45 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/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DMemoryTest.cpp45 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/
DMultilibTest.cpp54 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/
Dis_equal.pass.cpp49 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/
Dmacro-redef.c14 #define M2 3 macro
19 #define M2 4 // expected-warning {{redefined}} macro
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DMultiJITTest.cpp51 void createModule2(LLVMContext &Context2, Module *&M2, Function *&FooF2) { in createModule2()
78 Module *M2 = 0; in TEST() local
108 Module *M2 = 0; in TEST() local
142 Module *M2 = 0; in TEST() local
/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dtypes.pass.cpp58 using M2 = std::recursive_mutex; in main() typedef
64 using M2 = std::recursive_mutex; in main() typedef
/external/eigen/doc/snippets/
DTutorial_ReshapeMat2Mat.cpp5 Map<MatrixXf> M2(M1.data(), 6,2); variable
DTutorial_SlicingCol.cpp3 Map<MatrixXf,0,OuterStride<> > M2(M1.data(), M1.rows(), (M1.cols()+2)/3, OuterStride<>(M1.outerStri… variable
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-macro.cc3 #define M2(x, y) ((x)+(y)* Value2) macro
/external/clang/test/CoverageMapping/
Dmacroception.c3 #define M2 { macro
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Inputs/
Ddwarfdump-macro.cc3 #define M2(x, y) ((x)+(y)* Value2) macro
/external/libcxx/test/std/containers/associative/multiset/
Dscary.pass.cpp21 typedef std::multiset<int> M2; in main() typedef
/external/clang/test/Preprocessor/
Dmacro_rescan.c4 #define M2(b) b macro
Dmacro_paste_simple.c10 #define M2(X) X macro
/external/flatbuffers/tests/MyGame/Example/
DAnyUniqueAliases.py9 M2 = 3 variable in AnyUniqueAliases
/external/libcxx/test/std/containers/unord/unord.multimap/
Dscary.pass.cpp21 typedef std::unordered_multimap<int, int> M2; in main() typedef
/external/libcxx/test/std/containers/associative/multimap/
Dscary.pass.cpp21 typedef std::multimap<int, int> M2; in main() typedef
/external/libcxx/test/std/containers/unord/unord.multiset/
Dscary.pass.cpp21 typedef std::unordered_multiset<int> M2; in main() typedef

12345