/external/rust/android-crates-io/crates/open-enum-derive/src/ |
D | repr.rs | 22 pub enum Repr { enum 41 impl Repr { implementation 84 impl ToTokens for Repr { implementation 96 impl Parse for Repr { implementation
|
/external/pytorch/torch/csrc/jit/runtime/static/ |
D | ProcessedNodeInputs.h | 139 union Repr { union 156 Repr() {} in Repr() function 162 Repr(const Repr& rhs) { in Repr() function 188 Repr(Repr&& rhs) noexcept { in Repr() function
|
/external/rust/android-crates-io/crates/toml_edit/src/ |
D | repr.rs | 27 pub(crate) fn set_repr_unchecked(&mut self, repr: Repr) { in set_repr_unchecked() 42 pub fn as_repr(&self) -> Option<&Repr> { in as_repr() 48 pub fn default_repr(&self) -> Repr { in default_repr() 123 fn to_repr(&self) -> Repr; in to_repr() 139 pub struct Repr { struct 143 impl Repr { argument 172 impl std::fmt::Debug for Repr { implementation
|
D | encode.rs | 325 fn to_repr(&self) -> Repr { in to_repr() 334 ) -> Repr { in to_string_repr() 517 fn to_repr(&self) -> Repr { in to_repr() 523 fn to_repr(&self) -> Repr { in to_repr() 528 fn to_f64_repr(f: f64) -> Repr { in to_f64_repr() 546 fn to_repr(&self) -> Repr { in to_repr() 552 fn to_repr(&self) -> Repr { in to_repr()
|
D | key.rs | 94 pub fn as_repr(&self) -> Option<&Repr> { in as_repr() 100 pub fn default_repr(&self) -> Repr { in default_repr() 277 fn to_key_repr(key: &str) -> Repr { in to_key_repr() 346 pub fn as_repr(&self) -> Option<&Repr> { in as_repr() 352 pub fn default_repr(&self) -> Repr { in default_repr()
|
/external/rust/android-crates-io/extra_versions/crates/zerocopy-derive/src/ |
D | repr.rs | 176 pub enum Repr { enum 194 impl Repr { impl 195 fn from_meta(meta: &Meta) -> Result<Repr, Error> { in from_meta() 231 impl KindRepr for Repr { implementation 245 impl Display for Repr { implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/zerocopy-derive-0.7.35/src/ |
D | repr.rs | 176 pub enum Repr { enum 194 impl Repr { impl 195 fn from_meta(meta: &Meta) -> Result<Repr, Error> { in from_meta() 231 impl KindRepr for Repr { implementation 245 impl Display for Repr { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/zerocopy-derive-0.7.35/src/ |
D | repr.rs | 176 pub enum Repr { enum 194 impl Repr { implementation 195 fn from_meta(meta: &Meta) -> Result<Repr, Error> { in from_meta() 231 impl KindRepr for Repr { implementation 245 impl Display for Repr { implementation
|
/external/rust/android-crates-io/crates/aho-corasick/src/ |
D | dfa.rs | 399 pub struct Repr<S> { struct 422 impl<S: StateID> Repr<S> { argument
|
/external/rust/android-crates-io/crates/zerocopy-derive/src/ |
D | repr.rs | 27 pub(crate) enum Repr<Prim, Packed> { enum 72 impl<Prim, Packed> Repr<Prim, Packed> { impl 156 impl<Prim> Repr<Prim, NonZeroU32> { impl 163 impl<Packed> Repr<PrimitiveRepr, Packed> { implementation 184 impl<Prim, Packed> ToTokens for Repr<Prim, Packed> implementation 438 impl<Prim, Packed> Repr<Prim, Packed> { impl 490 impl<Prim, Packed> Repr<Prim, Packed> { impl 681 impl<Prim: PartialEq, Packed: PartialEq> PartialEq for Repr<Prim, Packed> { implementation
|
/external/rust/android-crates-io/crates/regex-automata/src/ |
D | sparse.rs | 617 struct Repr<T: AsRef<[u8]>, S: StateID = usize> { struct 626 impl<T: AsRef<[u8]>, S: StateID> Repr<T, S> { argument 856 impl<'a, S: StateID> Repr<&'a [u8], S> { implementation 931 impl<S: StateID> Repr<Vec<u8>, S> { impl 1011 impl<T: AsRef<[u8]>, S: StateID> fmt::Debug for Repr<T, S> { implementation
|
D | dense.rs | 897 pub(crate) struct Repr<T, S> { struct 924 premultiplied: bool, 929 anchored: bool, 931 start: S, 936 state_count: usize, 954 max_match: S, 978 impl<S: StateID> Repr<Vec<S>, S> { implementation 1011 impl<T: AsRef<[S]>, S: StateID> Repr<T, S> { implementation 1297 impl<'a, S: StateID> Repr<&'a [S], S> { implementation 1405 impl<S: StateID> Repr<Vec<S>, S> { impl [all …]
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
D | module.py | 22 def Repr(obj, as_ref=True): function 95 def Repr(self, as_ref=True): member in Kind 118 def Repr(self, as_ref=True): member in ReferenceKind 297 def Repr(self, as_ref=True): member in Field 357 def Repr(self, as_ref=True): member in Struct 408 def Repr(self, as_ref=True): member in Union 451 def Repr(self, as_ref=True): member in Array 490 def Repr(self, as_ref=True): member in Map 538 def Repr(self, as_ref=True): member in Parameter 562 def Repr(self, as_ref=True): member in Method [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCVSXSwapRemoval.cpp | 638 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local 749 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local 765 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local 780 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCVSXSwapRemoval.cpp | 642 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local 755 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local 771 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local 786 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/ |
D | PPCVSXSwapRemoval.cpp | 645 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local 781 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local 797 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local 812 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
|
/external/libtextclassifier/native/utils/utf8/ |
D | unicodetext.h | 206 Repr() : data_(nullptr), size_(0), capacity_(0), ours_(true) {} in Repr() function
|
/external/cronet/stable/third_party/protobuf/python/google/protobuf/pyext/ |
D | field.cc | 43 static PyObject* Repr(PyMessageFieldProperty* self) { in Repr() function
|
/external/protobuf/python/google/protobuf/pyext/ |
D | field.cc | 43 static PyObject* Repr(PyMessageFieldProperty* self) { in Repr() function
|
/external/cronet/tot/third_party/protobuf/python/google/protobuf/pyext/ |
D | field.cc | 43 static PyObject* Repr(PyMessageFieldProperty* self) { in Repr() function
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/util/determinize/ |
D | state.rs | 386 struct Repr<'a>(&'a [u8]); struct 388 impl<'a> Repr<'a> { impl 565 impl<'a> core::fmt::Debug for Repr<'a> { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/util/determinize/ |
D | state.rs | 386 struct Repr<'a>(&'a [u8]); struct 388 impl<'a> Repr<'a> { impl 565 impl<'a> core::fmt::Debug for Repr<'a> { implementation
|
/external/rust/android-crates-io/crates/tokio/src/runtime/task/ |
D | error.rs | 15 enum Repr { enum
|
/external/pytorch/torch/csrc/lazy/core/ |
D | metrics.h | 54 std::string Repr(double value) const { in Repr() function
|
/external/python/cpython3/Lib/ |
D | reprlib.py | 38 class Repr: class
|