| /external/golang-protobuf/cmd/protoc-gen-go/testdata/import_public/ |
| D | b.pb.go | 18 type Local struct { struct 19 state protoimpl.MessageState 20 sizeCache protoimpl.SizeCache 21 unknownFields protoimpl.UnknownFields 23 M *sub.M `protobuf:"bytes,1,opt,name=m" json:"m,omitempty"` 24 … *sub.E `protobuf:"varint,2,opt,name=e,enum=goproto.protoc.import_public.sub.E" json:"e,omitempty"` 27 func (x *Local) Reset() { 36 func (x *Local) String() string { 40 func (*Local) ProtoMessage() {} 42 func (x *Local) ProtoReflect() protoreflect.Message { [all …]
|
| D | b.proto | 13 message Local { message
|
| /external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/ |
| D | LocalClassesTest.kt | 36 data class Local(val i: Int) in testGeneratedSerializer() class 48 data class Local(val i: Int) in testInLambda() dataClass 61 data class Local(val i: Int) in testObjectCustomSerializer() class 73 data class Local(val i: Int) in testClassCustomSerializer() class
|
| /external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/ |
| D | p12.cpp | 12 struct Local { in static_foo() struct 13 int i; in static_foo() 15 void bar() { in static_foo() 25 struct Local { in foo() struct 26 int i; in foo() 28 static void static_bar() { in foo()
|
| /external/rust/crates/crossbeam-epoch/src/ |
| D | internal.rs | 271 pub(crate) struct Local { struct 273 entry: Entry, 298 // Make sure `Local` is less than or equal to 2048 bytes. argument 310 impl Local { implementation 537 impl IsElement<Self> for Local { implementation
|
| /external/starlark-go/starlark/ |
| D | debug.go | 20 func (fr *frame) Local(i int) Value { return fr.locals[i] } func 32 Local(i int) Value // returns the value of the (Starlark) frame's ith local variable methodSpec
|
| /external/clang/test/Modules/ |
| D | module-private.cpp | 82 …odule_private__ struct Local { int x, y; } local; //expected-error{{local variable 'local' cannot … in local_var_private() struct
|
| /external/openthread/src/core/thread/ |
| D | network_data_local.hpp | 63 class Local : public MutableNetworkData, private NonCopyable class 74 explicit Local(Instance &aInstance) in Local() function in ot::NetworkData::Local
|
| /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
| D | p3-generic-lambda-1y.cpp | 46 struct Local { in main() struct 47 static int ifi(int i) { return i; } in main() 48 static char cfi(int) { return 'a'; } in main() 49 static double dfi(int i) { return i + 3.14; } in main() 50 static Local localfi(int) { return Local{}; } in main()
|
| /external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
| D | Local.java | 24 public final class Local<T> { class 30 private Local(Code code, TypeId<T> type) { in Local() method in Local
|
| /external/llvm/unittests/Transforms/Utils/ |
| D | Local.cpp | 19 TEST(Local, RecursivelyDeleteDeadPHINodes) { in TEST() argument 62 TEST(Local, RemoveDuplicatePHINodes) { in TEST() argument
|
| /external/rust/crates/arc-swap/src/debt/ |
| D | fast.rs | 27 pub(super) struct Local { struct 43 pub(super) fn get_debt(&self, ptr: usize, local: &Local) -> Option<&Debt> { in get_debt() argument
|
| /external/rust/crates/sharded-slab/src/page/ |
| D | mod.rs | 71 pub(crate) struct Local { struct 93 impl Local { implementation 113 impl<C: cfg::Config> FreeList<C> for Local { implementation 265 local: &Local, in init_with() 351 impl fmt::Debug for Local { implementation
|
| /external/rust/crates/chrono/src/offset/local/ |
| D | mod.rs | 118 pub struct Local; struct 120 impl Local { implementation 161 impl TimeZone for Local { implementation 164 fn from_offset(_offset: &FixedOffset) -> Local { in from_offset()
|
| /external/ksp/test-utils/testData/api/ |
| D | annotationValue_kt.kt | 68 class Local in Fun() class
|
| /external/rust/crates/tokio/src/runtime/scheduler/multi_thread_alt/ |
| D | queue.rs | 29 pub(crate) struct Local<T: 'static> { struct 30 inner: Arc<Inner<T>>, 92 impl<T> Local<T> { impl 555 impl<T> Drop for Local<T> { implementation
|
| /external/llvm/include/llvm/IR/ |
| D | Metadata.h | 335 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() 343 static LocalAsMetadata *getLocalIfExists(Value *Local) { in getLocalIfExists() 397 LocalAsMetadata(Value *Local) in LocalAsMetadata() 403 static LocalAsMetadata *get(Value *Local) { in get() 406 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists()
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| D | Metadata.h | 349 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() 357 static LocalAsMetadata *getLocalIfExists(Value *Local) { in getLocalIfExists() 412 LocalAsMetadata(Value *Local) in LocalAsMetadata() 418 static LocalAsMetadata *get(Value *Local) { in get() 422 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists()
|
| /external/rust/crates/tokio/src/runtime/scheduler/multi_thread/ |
| D | queue.rs | 29 pub(crate) struct Local<T: 'static> { struct 30 inner: Arc<Inner<T>>, 107 impl<T> Local<T> { implementation 563 impl<T> Drop for Local<T> { implementation
|
| /external/rust/crates/rayon-core/tests/ |
| D | scoped_threadpool.rs | 5 struct Local(i32); struct
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| D | Metadata.h | 365 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() 375 static LocalAsMetadata *getLocalIfExists(Value *Local) { in getLocalIfExists() 430 LocalAsMetadata(Value *Local) in LocalAsMetadata() 436 static LocalAsMetadata *get(Value *Local) { in get() 440 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
| D | Metadata.h | 370 static LocalAsMetadata *getLocal(Value *Local) { in getLocal() 380 static LocalAsMetadata *getLocalIfExists(Value *Local) { in getLocalIfExists() 439 LocalAsMetadata(Value *Local) in LocalAsMetadata() 445 static LocalAsMetadata *get(Value *Local) { in get() 449 static LocalAsMetadata *getIfExists(Value *Local) { in getIfExists()
|
| /external/rust/crates/plotters/examples/ |
| D | stock.rs | 4 fn parse_time(t: &str) -> Date<Local> { in parse_time()
|
| /external/clang/test/CXX/class.access/class.friend/ |
| D | p6.cpp | 21 struct Local { in local() struct
|
| /external/rust/crates/chrono/src/datetime/ |
| D | rustc_serialize.rs | 85 fn decode<D: Decoder>(d: &mut D) -> Result<DateTime<Local>, D::Error> { in decode() 97 fn decode<D: Decoder>(d: &mut D) -> Result<TsSeconds<Local>, D::Error> { in decode()
|