/third_party/rust/crates/unicode-ident/generate/src/ |
D | output.rs | 3 pub struct Output(String); struct 5 impl Output { impl 15 impl AsRef<[u8]> for Output { implementation
|
/third_party/skia/third_party/externals/tint/src/utils/io/ |
D | command.h | 30 struct Output { struct 32 std::string out; 34 std::string err; 36 int error_code = 0;
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | Output.java | 16 public class Output<T> { class 36 public Output() { in Output() method in Output 45 public Output(T value) { in Output() method in Output
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | Output.java | 16 public class Output<T> { class 33 public Output() { in Output() method in Output 41 public Output(T value) { in Output() method in Output
|
/third_party/rust/crates/cxx/gen/cmd/src/ |
D | output.rs | 4 pub(crate) enum Output { enum 9 impl Output { impl
|
/third_party/rust/crates/regex/regex-syntax/src/hir/ |
D | visitor.rs | 15 type Output; typedef 21 fn finish(self) -> Result<Self::Output, Self::Err>; in finish() 59 pub fn visit<V: Visitor>(hir: &Hir, visitor: V) -> Result<V::Output, V::Err> { in visit() 107 ) -> Result<V::Output, V::Err> { in visit()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
D | enum-default-bitfield.rs | 16 type Output = Self; typedef 29 type Output = Self; typedef 86 type Output = Self; typedef 99 type Output = Self; typedef 126 type Output = Self; typedef 139 type Output = Self; typedef 162 type Output = Self; typedef 175 type Output = Self; typedef
|
D | bitfield-enum-basic.rs | 21 type Output = Self; typedef 34 type Output = Self; typedef 62 type Output = Self; typedef 75 type Output = Self; typedef 93 type Output = Self; typedef 106 type Output = Self; typedef 129 type Output = Self; typedef 142 type Output = Self; typedef
|
D | issue-1198-alias-rust-bitfield-enum.rs | 18 type Output = Self; typedef 31 type Output = Self; typedef 56 type Output = Self; typedef 69 type Output = Self; typedef
|
D | bitfield-enum-repr-c.rs | 21 type Output = Self; typedef 34 type Output = Self; typedef
|
D | bitfield-enum-repr-transparent.rs | 21 type Output = Self; typedef 34 type Output = Self; typedef
|
D | enum-doc-bitfield.rs | 36 type Output = Self; typedef 49 type Output = Self; typedef
|
/third_party/rust/crates/nom/src/bits/ |
D | complete.rs | 39 O: From<u8> + AddAssign + Shl<usize, Output = O> + Shr<usize, Output = O>, in take() argument 92 O: From<u8> + AddAssign + Shl<usize, Output = O> + Shr<usize, Output = O> + PartialEq, in tag() argument
|
D | streaming.rs | 16 O: From<u8> + AddAssign + Shl<usize, Output = O> + Shr<usize, Output = O>, in take() argument 66 O: From<u8> + AddAssign + Shl<usize, Output = O> + Shr<usize, Output = O> + PartialEq, in tag() argument
|
/third_party/rust/crates/syn/src/ |
D | parse.rs | 1144 type Output; typedef 1150 fn parse2(self, tokens: TokenStream) -> Result<Self::Output>; in parse2() 1163 fn parse(self, tokens: proc_macro::TokenStream) -> Result<Self::Output> { in parse() 1176 fn parse_str(self, s: &str) -> Result<Self::Output> { in parse_str() 1183 fn __parse_scoped(self, scope: Span, tokens: TokenStream) -> Result<Self::Output> { in __parse_scoped() 1191 fn __parse_stream(self, input: ParseStream) -> Result<Self::Output> { in __parse_stream() 1207 type Output = T; typedef 1222 fn __parse_scoped(self, scope: Span, tokens: TokenStream) -> Result<Self::Output> { in __parse_scoped() 1237 fn __parse_stream(self, input: ParseStream) -> Result<Self::Output> { in __parse_stream() 1243 pub(crate) fn parse_scoped<F: Parser>(f: F, scope: Span, tokens: TokenStream) -> Result<F::Output> { in parse_scoped() [all …]
|
/third_party/googletest/docs/ |
D | advanced.md | 1995 #### Colored Terminal Output 2026 #### Suppressing test passes 2032 #### Suppressing the Elapsed Time 2038 #### Suppressing UTF-8 Text Output 2047 #### Generating an XML Report 2132 #### Generating a JSON Report
|
/third_party/rust/crates/bitflags/tests/compile-fail/non_integer_base/ |
D | all_defined.rs | 30 type Output = Self; typedef 38 type Output = Self; typedef 46 type Output = Self; typedef 108 type Output = MyInt; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/ |
D | ArgList.cpp | 98 void ArgList::AddAllArgsExcept(ArgStringList &Output, in AddAllArgsExcept() 122 void ArgList::AddAllArgs(ArgStringList &Output, in AddAllArgs() 130 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0, in AddAllArgs() 138 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, in AddAllArgValues() 147 void ArgList::AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0, in AddAllArgsTranslated()
|
/third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
D | mod.rs | 93 type Output: From<Self> + fmt::Debug; typedef 140 type Output = Self; typedef 142 fn bitor(self, rhs: ConstrainResult) -> Self::Output { in bitor() 307 type Output = HashMap<Node, HashSet<Node>>; typedef
|
D | sizedness.rs | 79 type Output = Self; typedef 81 fn bitor(self, rhs: SizednessResult) -> Self::Output { in bitor() 168 type Output = HashMap<TypeId, SizednessResult>; typedef
|
D | has_vtable.rs | 39 type Output = Self; typedef 41 fn bitor(self, rhs: HasVtableResult) -> Self::Output { in bitor() 136 type Output = HashMap<ItemId, HasVtableResult>; typedef
|
/third_party/rust/crates/nix/src/sys/ |
D | time.rs | 376 type Output = TimeSpec; typedef 384 type Output = TimeSpec; typedef 392 type Output = TimeSpec; typedef 400 type Output = TimeSpec; typedef 413 type Output = TimeSpec; typedef 610 type Output = TimeVal; typedef 618 type Output = TimeVal; typedef 626 type Output = TimeVal; typedef 634 type Output = TimeVal; typedef 647 type Output = TimeVal; typedef
|
/third_party/jerryscript/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 68 ###### Output l5subsection
|
/third_party/openssl/doc/man1/ |
D | openssl-asn1parse.pod.in | 115 =head2 Output section in OPTIONS
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
D | visitor.rs | 25 type Output; typedef 31 fn finish(self) -> Result<Self::Output, Self::Err>; in finish() 119 pub fn visit<V: Visitor>(ast: &Ast, visitor: V) -> Result<V::Output, V::Err> { in visit() 210 ) -> Result<V::Output, V::Err> { in visit()
|