| /external/rust/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() 121 fn to_repr(&self) -> Repr; in to_repr() 137 pub struct Repr { struct 141 impl Repr { argument 168 impl std::fmt::Debug for Repr { implementation
|
| D | encode.rs | 327 fn to_repr(&self) -> Repr { in to_repr() 336 ) -> Repr { in to_string_repr() 490 fn to_repr(&self) -> Repr { in to_repr() 496 fn to_repr(&self) -> Repr { in to_repr() 501 fn to_f64_repr(f: f64) -> Repr { in to_f64_repr() 519 fn to_repr(&self) -> Repr { in to_repr() 525 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() 273 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/crates/zerocopy-derive/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/crates/aho-corasick/src/ |
| D | dfa.rs | 399 pub struct Repr<S> { struct 422 impl<S: StateID> Repr<S> { argument
|
| /external/rust/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> { impl 1405 impl<S: StateID> Repr<Vec<S>, S> { impl [all …]
|
| /external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
| D | module.py | 20 def Repr(obj, as_ref=True): function 93 def Repr(self, as_ref=True): member in Kind 116 def Repr(self, as_ref=True): member in ReferenceKind 294 def Repr(self, as_ref=True): member in Field 354 def Repr(self, as_ref=True): member in Struct 405 def Repr(self, as_ref=True): member in Union 448 def Repr(self, as_ref=True): member in Array 487 def Repr(self, as_ref=True): member in Map 535 def Repr(self, as_ref=True): member in Parameter 559 def Repr(self, as_ref=True): member in Method [all …]
|
| /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/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-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/protobuf/python/google/protobuf/pyext/ |
| D | field.cc | 43 static PyObject* Repr(PyMessageFieldProperty* self) { in Repr() function
|
| /external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
| D | field.cc | 43 static PyObject* Repr(PyMessageFieldProperty* self) { in Repr() function
|
| /external/rust/crates/tokio/src/runtime/task/ |
| D | error.rs | 15 enum Repr { enum
|
| /external/python/cpython2/Lib/ |
| D | repr.py | 8 class Repr: class
|
| /external/python/cpython3/Lib/ |
| D | reprlib.py | 36 class Repr: class
|
| /external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
| D | gpu_conv_runner.h | 148 using Repr = variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/ |
| D | AArch64BaseInfo.h | 418 const char *Repr; member
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/Utils/ |
| D | AArch64BaseInfo.h | 570 const char *Repr; member
|
| /external/rust/crates/bytemuck_derive/src/ |
| D | traits.rs | 676 impl Repr { impl
|
| /external/llvm/utils/TableGen/ |
| D | FastISelEmitter.cpp | 80 char Repr; member in __anon1c241da60311::OperandsSignature::OpKind
|
| /external/rust/crates/http/src/header/ |
| D | name.rs | 44 enum Repr<T> { enum
|
| /external/python/cpython2/Include/ |
| D | Python-ast.h | 273 } Repr; member 490 #define Repr(a0, a1, a2, a3) _Py_Repr(a0, a1, a2, a3) macro
|
| /external/python/absl-py/absl/testing/ |
| D | absltest.py | 1688 def Repr(dikt): function
|