Home
last modified time | relevance | path

Searched defs:Local (Results 1 – 25 of 98) sorted by relevance

1234

/external/golang-protobuf/cmd/protoc-gen-go/testdata/import_public/
Db.pb.go18 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 …]
Db.proto13 message Local { message
/external/rust/crates/chrono/src/offset/
Dlocal.rs21 fn tm_to_datetime(mut tm: sys::Tm) -> DateTime<Local> { in tm_to_datetime()
91 pub struct Local; struct
93 impl Local { impl
117 impl TimeZone for Local { implementation
120 fn from_offset(_offset: &FixedOffset) -> Local { in from_offset()
142 fn from_local_date(&self, local: &NaiveDate) -> LocalResult<Date<Local>> { in from_local_date()
151 fn from_local_datetime(&self, local: &NaiveDateTime) -> LocalResult<DateTime<Local>> { in from_local_datetime()
160 fn from_local_datetime(&self, local: &NaiveDateTime) -> LocalResult<DateTime<Local>> { in from_local_datetime()
171 fn from_utc_date(&self, utc: &NaiveDate) -> Date<Local> { in from_utc_date()
177 fn from_utc_datetime(&self, utc: &NaiveDateTime) -> DateTime<Local> { in from_utc_datetime()
[all …]
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
Dp12.cpp12 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/
Dinternal.rs272 pub(crate) struct Local { struct
274 entry: Entry,
299 // Make sure `Local` is less than or equal to 2048 bytes. argument
311 impl Local { implementation
538 impl IsElement<Local> for Local { implementation
540 let entry_ptr = (local as *const Local as usize + offset_of!(Local, entry)) as *const Entry; in entry_of() constant
544 unsafe fn element_of(entry: &Entry) -> &Local { in element_of()
547 let local_ptr = (entry as *const Entry as usize - offset_of!(Local, entry)) as *const Local; in element_of() constant
/external/starlark-go/starlark/
Ddebug.go20 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/
Dmodule-private.cpp82 …odule_private__ struct Local { int x, y; } local; //expected-error{{local variable 'local' cannot … in local_var_private() argument
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp3-generic-lambda-1y.cpp46 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/openthread/src/core/thread/
Dnetwork_data_local.hpp61 class Local : public MutableNetworkData, private NonCopyable class
70 explicit Local(Instance &aInstance) in Local() function in ot::NetworkData::Local
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DLocal.java24 public final class Local<T> { class
30 private Local(Code code, TypeId<T> type) { in Local() method in Local
/external/llvm/unittests/Transforms/Utils/
DLocal.cpp19 TEST(Local, RecursivelyDeleteDeadPHINodes) { in TEST() argument
62 TEST(Local, RemoveDuplicatePHINodes) { in TEST() argument
/external/rust/crates/tokio/src/runtime/scheduler/multi_thread/
Dqueue.rs29 pub(crate) struct Local<T: 'static> { struct
30 inner: Arc<Inner<T>>,
107 impl<T> Local<T> { impl
495 impl<T> Drop for Local<T> { implementation
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DMetadata.h349 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/llvm/include/llvm/IR/
DMetadata.h335 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-10.0/llvm/include/llvm/IR/
DMetadata.h365 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/rust/crates/rayon-core/tests/
Dscoped_threadpool.rs5 struct Local(i32); struct
/external/python/cpython3/Lib/test/
Dtest_threading_local.py59 class Local(self._local): class
75 class Local(self._local): class
/external/clang/test/CXX/class.access/class.friend/
Dp6.cpp21 struct Local { in local() struct
/external/rust/crates/plotters/examples/
Dstock.rs4 fn parse_time(t: &str) -> Date<Local> { in parse_time()
/external/eigen/demos/opengl/
Dtrackball.h21 enum Mode {Around, Local}; enumerator
/external/python/cpython2/Lib/test/
Dtest_threading_local.py56 class Local(self._local): class
72 class Local(self._local): class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugCrossExSubsection.cpp34 void DebugCrossModuleExportsSubsection::addMapping(uint32_t Local, in addMapping()
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
Dp1.cpp165 struct Local { static int f() {} }; // expected-note {{here}} in test() struct
/external/crosvm/arch/src/serial/sys/
Dwindows.rs29 Local(Arc<Mutex<Serial>>), enumerator
/external/rust/crates/remain/src/
Dvisit.rs30 fn visit_local_mut(&mut self, local: &mut Local) { in visit_local_mut()

1234