/external/golang-protobuf/cmd/protoc-gen-go/testdata/imports/test_a_2/ |
D | m3.pb.go | 17 type M3 struct { struct 18 state protoimpl.MessageState 19 sizeCache protoimpl.SizeCache 20 unknownFields protoimpl.UnknownFields 23 func (x *M3) Reset() { 32 func (x *M3) String() string { 36 func (*M3) ProtoMessage() {} 38 func (x *M3) ProtoReflect() protoreflect.Message { 51 func (*M3) Descriptor() ([]byte, []int) {
|
D | m3.proto | 8 message M3 {} message
|
/external/llvm/unittests/Support/ |
D | MemoryTest.cpp | 76 MemoryBlock M3 = Memory::allocateMappedMemory(32, nullptr, Flags, EC); in TEST_P() local 132 MemoryBlock M3 = Memory::allocateMappedMemory(4 * sizeof(int), nullptr, Flags, in TEST_P() local 190 MemoryBlock M3 = Memory::allocateMappedMemory(4 * sizeof(int), nullptr, Flags, in TEST_P() local 245 MemoryBlock M3 = Memory::allocateMappedMemory(32, &M2, Flags, EC); in TEST_P() local 271 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); in TEST_P() local 293 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); in TEST_P() local 319 MemoryBlock M3 = Memory::allocateMappedMemory(32, &Near, Flags, EC); in TEST_P() local
|
/external/flatbuffers/tests/ts/my-game/example/ |
D | any-ambiguous-aliases.d.ts | 6 M3 = 3 enumerator
|
D | any-ambiguous-aliases.ts | 12 M3 = 3 enumerator
|
/external/clang/test/Driver/Inputs/ |
D | gen-response.c | 4 #define M3 M2 M2 M2 M2 M2 M2 M2 M2 M2 M2 macro
|
/external/flatbuffers/tests/MyGame/Example/ |
D | AnyAmbiguousAliases.py | 9 M3 = 3 variable in AnyAmbiguousAliases
|
D | AnyAmbiguousAliases.php | 11 const M3 = 3; define in MyGame\\Example\\AnyAmbiguousAliases
|
D | AnyAmbiguousAliases.java | 11 public static final byte M3 = 3; field in AnyAmbiguousAliases
|
D | AnyAmbiguousAliases.kt | 11 const val M3: UByte = 3u constant
|
/external/flatbuffers/tests/monster_test/my_game/example/ |
D | any_ambiguous_aliases_generated.rs | 33 pub const M3: Self = Self(3); constant 114 M3(Box<MonsterT>), enumerator
|
/external/clang/lib/Driver/ |
D | Multilib.cpp | 158 const Multilib &M3) { in Either() 163 const Multilib &M3, const Multilib &M4) { in Either() 168 const Multilib &M3, const Multilib &M4, in Either()
|
/external/flatbuffers/tests/monster_test_serialize/my_game/example/ |
D | any_ambiguous_aliases_generated.rs | 35 pub const M3: Self = Self(3); constant 125 M3(Box<MonsterT>), enumerator
|
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
D | p15-star-this-capture.cpp | 15 const auto &M3 = [*this] () mutable -> auto&& { //expected-error{{call to deleted}} in foo() local
|
/external/cronet/tot/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.cons/ |
D | copy_alloc.pass.cpp | 38 using M3 = std::flat_map<int, int, C, V2, V1>; in main() typedef
|
D | alloc.pass.cpp | 38 using M3 = std::flat_map<int, int, C, V2, V1>; in main() typedef
|
D | move_alloc.pass.cpp | 40 using M3 = std::flat_map<int, int, C, V2, V1>; in main() typedef
|
D | compare.pass.cpp | 38 using M3 = std::flat_map<int, int, C, std::vector<int, A2>, std::vector<int, A1>>; in main() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/containers/container.adaptors/flat.map/flat.map.cons/ |
D | alloc.pass.cpp | 38 using M3 = std::flat_map<int, int, C, V2, V1>; in main() typedef
|
D | copy_alloc.pass.cpp | 38 using M3 = std::flat_map<int, int, C, V2, V1>; in main() typedef
|
D | move_alloc.pass.cpp | 40 using M3 = std::flat_map<int, int, C, V2, V1>; in main() typedef
|
D | compare.pass.cpp | 38 using M3 = std::flat_map<int, int, C, std::vector<int, A2>, std::vector<int, A1>>; in main() typedef
|
/external/clang/test/Preprocessor/ |
D | pp-record.c | 32 #define M3 int x2 macro
|
/external/clang/test/CoverageMapping/ |
D | macro-expansion.c | 25 #define M3(x) do { M2(x); } while (0) macro
|
/external/apache-commons-math/src/main/java/org/apache/commons/math3/random/ |
D | Well512a.java | 48 private static final int M3 = 5; field in Well512a
|