Home
last modified time | relevance | path

Searched defs:Text (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/rust/rust/tests/ui/issues/
Dissue-3702.rs5 trait Text { in main() interface
9 fn to_string(t: Box<dyn Text>) { in main()
Dissue-34839.rs4 type Text; typedef
10 type Text = u8; typedef
Dissue-3556.rs6 Text(String), enumerator
/third_party/rust/crates/regex/bench/src/ffi/
Dtcl.rs18 pub struct Text { struct
24 // normally disqualify a Send bound. However, we don't permit Text to be used argument
28 unsafe impl Send for Text {} implementation
30 impl Drop for Text { implementation
40 impl Text { impl
41 pub fn new(text: String) -> Text { in new()
101 fn find_at(&self, text: &Text, start: usize) -> Option<(usize, usize)> { in find_at()
/third_party/rust/crates/regex/src/
Dre_trait.rs106 type Text: ?Sized + fmt::Debug; typedef
122 fn next_after_empty(&self, text: &Self::Text, i: usize) -> usize; in next_after_empty()
127 text: &Self::Text, in shortest_match_at()
132 fn is_match_at(&self, text: &Self::Text, start: usize) -> bool; in is_match_at()
137 text: &Self::Text, in find_at()
146 text: &Self::Text, in captures_read_at()
182 pub fn text(&self) -> &'t R::Text { in text()
246 pub fn text(&self) -> &'t R::Text { in text()
/third_party/skia/modules/skplaintexteditor/include/
Deditor.h37 struct Text { struct
38 const std::vector<TextLine>& fLines; argument
53 Text text() const { return Text{fLines}; } in text() argument
/third_party/skia/m133/modules/skplaintexteditor/include/
Deditor.h41 struct Text { struct
42 const std::vector<TextLine>& fLines; argument
57 Text text() const { return Text{fLines}; } in text() argument
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DText.java10 public class Text { class
14 public Text(String text) { in Text() method in Text
/third_party/typescript/tests/baselines/reference/
DtsxDynamicTagName5.js11 export class Text extends React.Component<{}, {}> { class
43 function Text() { class in Text
DtsxDynamicTagName9.js11 export class Text extends React.Component<{}, {}> { class
43 function Text() { class in Text
DtsxDynamicTagName8.js11 export class Text extends React.Component<{}, {}> { class
43 function Text() { class in Text
DtsxDynamicTagName7.js11 export class Text extends React.Component<{}, {}> { class
43 function Text() { class in Text
/third_party/icu/docs/userguide/strings/
Dutext.md302 #### Cloning
326 #### Thread Safety
/third_party/python/Lib/importlib/resources/
Dabc.py18 def open_resource(self, resource: Text) -> BinaryIO:
30 def resource_path(self, resource: Text) -> Text:
43 def is_resource(self, path: Text) -> bool:
/third_party/elfutils/libelf/
Dexttypes.h55 #define TYPE_EXTRA(Text) Text argument
56 #define TYPE_XLATE(Text) argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLocale.cpp9 int columnWidth(StringRef Text) { in columnWidth()
DUnicode.cpp342 int columnWidthUTF8(StringRef Text) { in columnWidthUTF8()
/third_party/mindspore/mindspore-src/source/docs/api/api_python_en/
Dmindspore.dataset.rst50 Text chapter
Dmindspore.dataset.transforms.rst167 Text chapter
/third_party/typescript/tests/cases/compiler/
DconditionalTypeRelaxingConstraintAssignability.ts7 export type Text = string; alias
/third_party/zlib/contrib/ada/
Dbuffer_demo.adb27 Text : constant String constant
/third_party/skia/third_party/externals/oboe/include/oboe/
DVersion.h82 static constexpr const char * Text = OBOE_VERSION_TEXT; member
/third_party/skia/m133/modules/sksg/src/
DSkSGText.cpp25 Text::Text(sk_sp<SkTypeface> tf, const SkString& text) in Text() function in sksg::Text
/third_party/rust/rust/src/tools/rust-analyzer/docs/user/
Dmanual.adoc431 ==== Sublime Text 4:
436 ==== Sublime Text 3:
/third_party/skia/modules/svg/include/
DSkSVGText.h95 SVG_ATTR(Text, SkSVGStringType, SkSVGStringType()) in SVG_ATTR() argument

1234