Home
last modified time | relevance | path

Searched defs:Input (Results 1 – 25 of 115) sorted by relevance

12345

/third_party/rust/crates/nom/src/bytes/
Dstreaming.rs31 pub fn tag<T, Input, Error: ParseError<Input>>( in tag() argument
33 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in tag()
73 pub fn tag_no_case<T, Input, Error: ParseError<Input>>( in tag_no_case() argument
75 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in tag_no_case()
117 pub fn is_not<T, Input, Error: ParseError<Input>>( in is_not() argument
119 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in is_not()
153 pub fn is_a<T, Input, Error: ParseError<Input>>( in is_a() argument
155 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in is_a()
188 pub fn take_while<F, Input, Error: ParseError<Input>>( in take_while() argument
190 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in take_while()
[all …]
Dcomplete.rs32 pub fn tag<T, Input, Error: ParseError<Input>>( in tag() argument
34 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in tag()
74 pub fn tag_no_case<T, Input, Error: ParseError<Input>>( in tag_no_case() argument
76 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in tag_no_case()
117 pub fn is_not<T, Input, Error: ParseError<Input>>( in is_not() argument
119 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in is_not()
151 pub fn is_a<T, Input, Error: ParseError<Input>>( in is_a() argument
153 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in is_a()
183 pub fn take_while<F, Input, Error: ParseError<Input>>( in take_while() argument
185 ) -> impl Fn(Input) -> IResult<Input, Input, Error> in take_while()
[all …]
/third_party/rust/crates/memchr/bench/src/memmem/
Dinputs.rs4 pub struct Input { struct
28 pub const INPUTS: &'static [Input] = &[ argument
/third_party/rust/crates/memchr/bench/src/memchr/
Dinputs.rs3 pub struct Input { struct
20 pub const HUGE: Input = Input { argument
108 impl Input { impl
Dmod.rs773 input: Input, in define_memchr_input1()
797 input: Input, in define_memchr_input2()
821 input: Input, in define_memchr_input3()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboTestUtil.hpp71 struct Input struct in deqp::gles31::Functional::FboTestUtil::Texture2DShader
73 int unitNdx;
74 tcu::Vec4 scale;
75 tcu::Vec4 bias;
/third_party/skia/third_party/externals/swiftshader/src/Device/
DVertexProcessor.hpp70 struct Input struct
72 operator bool() const // Returns true if stream contains data in operator bool()
77 VkFormat format; // TODO(b/148016460): Could be restricted to VK_FORMAT_END_RANGE
78 unsigned int attribType : BITS(SpirvShader::ATTRIBTYPE_LAST);
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fFboTestUtil.hpp101 struct Input struct in deqp::gles3::Functional::FboTestUtil::Texture2DShader
103 int unitNdx;
104 tcu::Vec4 scale;
105 tcu::Vec4 bias;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
DInput.cpp24 Input::Input() : mCount(0), mString(0) in Input() function in pp::Input
32 Input::Input(size_t count, const char *const string[], const int length[]) in Input() function in pp::Input
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
DInput.cpp20 Input::Input() : mCount(0), mString(0) {} in Input() function in angle::pp::Input
24 Input::Input(size_t count, const char *const string[], const int length[]) in Input() function in angle::pp::Input
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_mesh_shader/
Dmesh.adoc33 [[mesh-task-output]]
90 [[mesh-output]]
/third_party/json/docs/mkdocs/docs/features/parsing/
Dindex.md7 ## Input section in Parsing
/third_party/typescript/tests/cases/compiler/
DmetadataOfEventAlias.ts12 function Input(target: any, key: string): void { } function
DtargetEs6DecoratorMetadataImportNotElided.ts6 export function Input(): any { } function
DmappedTypeWithCombinedTypeMappers.ts11 interface Input { interface
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
Dyaml2obj.h44 class Input; variable
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVertexProcessor.hpp97 struct Input struct
99 operator bool() const // Returns true if stream contains data in operator bool()
104 StreamType type : BITS(STREAMTYPE_LAST);
105 unsigned int count : 3;
106 bool normalized : 1;
107 unsigned int attribType : BITS(VertexShader::ATTRIBTYPE_LAST);
/third_party/typescript/tests/baselines/reference/
DmetadataOfEventAlias.js30 function Input(target, key) { } class
DtargetEs6DecoratorMetadataImportNotElided.js20 export function Input() { } class
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_HUAWEI_cluster_culling_shader/
Dclusterculling.adoc24 [[cluster-culling-output]]
/third_party/typescript/tests/cases/conformance/types/specifyingTypes/typeQueries/
DcircularTypeofWithVarOrFunc.ts13 interface Input { interface
/third_party/typescript/tests/baselines/reference/tsbuildWatch/programUpdates/
Dworks-when-noUnusedParameters-changes-to-false.js1 Input:: function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_cast_main.cpp37 #define COMPARE(Func, FromCName, ToCName, Input, FromString) \ argument
57 #define COMPARE_ARG(Func, FromCName, ToCName, Input, FromString) \ argument
77 #define COMPARE_VEC(Func, FromCName, ToCName, Input, FromString, ToString) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStringExtras.h55 inline StringRef toStringRef(ArrayRef<uint8_t> Input) { in toStringRef()
60 inline ArrayRef<uint8_t> arrayRefFromStringRef(StringRef Input) { in arrayRefFromStringRef()
170 inline std::string fromHex(StringRef Input) { in fromHex()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DMsgPackReader.cpp26 Reader::Reader(StringRef Input) : Reader({Input, "MsgPack"}) {} in Reader()

12345