Home
last modified time | relevance | path

Searched defs:Repr (Results 1 – 21 of 21) sorted by relevance

/external/rust/crates/aho-corasick/src/
Ddfa.rs399 pub struct Repr<S> { struct
422 impl<S: StateID> Repr<S> { argument
/external/rust/crates/regex-automata/src/
Dsparse.rs617 struct Repr<T: AsRef<[u8]>, S: StateID = usize> { struct
626 impl<T: AsRef<[u8]>, S: StateID> Repr<T, S> { implementation
856 impl<'a, S: StateID> Repr<&'a [u8], S> { impl
931 impl<S: StateID> Repr<Vec<u8>, S> { impl
1011 impl<T: AsRef<[u8]>, S: StateID> fmt::Debug for Repr<T, S> { implementation
Ddense.rs897 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> { argument
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> { implementation
[all …]
/external/llvm-project/llvm/unittests/CodeGen/GlobalISel/
DGISelMITest.cpp14 std::string Repr; in operator <<() local
23 std::string Repr; in operator <<() local
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py20 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
291 def Repr(self, as_ref=True): member in Field
351 def Repr(self, as_ref=True): member in Struct
402 def Repr(self, as_ref=True): member in Union
445 def Repr(self, as_ref=True): member in Array
484 def Repr(self, as_ref=True): member in Map
532 def Repr(self, as_ref=True): member in Parameter
556 def Repr(self, as_ref=True): member in Method
[all …]
/external/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp638 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/
DPPCVSXSwapRemoval.cpp642 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-project/llvm/lib/Target/PowerPC/
DPPCVSXSwapRemoval.cpp642 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in recordUnoptimizableWebs() local
778 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
794 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
809 int Repr = EC->getLeaderValue(SwapVector[EntryIdx].VSEId); in markSwapsForRemoval() local
/external/libtextclassifier/native/utils/utf8/
Dunicodetext.h205 Repr() : data_(nullptr), size_(0), capacity_(0), ours_(true) {} in Repr() function
/external/protobuf/python/google/protobuf/pyext/
Dfield.cc47 static PyObject* Repr(PyMessageFieldProperty* self) { in Repr() function
/external/rust/crates/tokio/src/runtime/task/
Derror.rs13 enum Repr { enum
/external/python/cpython2/Lib/
Drepr.py8 class Repr: class
/external/python/cpython3/Lib/
Dreprlib.py36 class Repr: class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h418 const char *Repr; member
/external/llvm-project/llvm/lib/Target/AArch64/Utils/
DAArch64BaseInfo.h418 const char *Repr; member
/external/llvm/utils/TableGen/
DFastISelEmitter.cpp80 char Repr; member in __anonf9359ff90311::OperandsSignature::OpKind
/external/llvm-project/llvm/utils/TableGen/
DFastISelEmitter.cpp90 char Repr; member in __anonda4984e70311::OperandsSignature::OpKind
DSearchableTableEmitter.cpp358 std::string Repr = primaryRepresentation( in emitLookupFunction() local
/external/python/cpython2/Include/
DPython-ast.h273 } Repr; member
490 #define Repr(a0, a1, a2, a3) _Py_Repr(a0, a1, a2, a3) macro
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp178 PythonString PythonObject::Repr() const { in Repr() function in PythonObject
/external/python/cpython2/Python/
DPython-ast.c1796 Repr(expr_ty value, int lineno, int col_offset, PyArena *arena) in Repr() function