Home
last modified time | relevance | path

Searched defs:InputLength (Results 1 – 13 of 13) sorted by relevance

/external/rust/crates/nom/src/multi/
Dmod.rs42 I: Clone + InputLength, in many0()
97 I: Clone + InputLength, in many1()
154 I: Clone + InputLength, in many_till()
214 I: Clone + InputLength, in separated_list0()
284 I: Clone + InputLength, in separated_list1()
356 I: Clone + InputLength, in many_m_n()
415 I: Clone + InputLength, in many0_count()
467 I: Clone + InputLength, in many1_count()
639 I: Clone + InputLength, in fold_many0()
709 I: Clone + InputLength, in fold_many1()
[all …]
/external/rust/crates/nom/src/character/
Dstreaming.rs33 I: Slice<RangeFrom<usize>> + InputIter + InputLength, in char()
174 T: InputIter + InputLength, in not_line_ending()
221 T: InputIter + InputLength, in line_ending()
252 I: Slice<RangeFrom<usize>> + InputIter + InputLength, in newline()
272 I: Slice<RangeFrom<usize>> + InputIter + InputLength, in tab()
617 T: Clone + InputTake + InputLength, in sign()
Dcomplete.rs180 T: InputIter + InputLength, in not_line_ending()
230 T: InputIter + InputLength, in line_ending()
/external/rust/crates/nom/src/
Dtraits.rs18 pub trait InputLength { trait
24 impl<'a, T> InputLength for &'a [T] { impl
31 impl<'a> InputLength for &'a str { impl
38 impl<'a> InputLength for (&'a [u8], usize) { impl
1041 impl InputLength for [u8; $N] { impl
1048 impl<'a> InputLength for &'a [u8; $N] { impl
/external/rust/crates/nom/src/bytes/
Dstreaming.rs266 Input: InputTake + InputIter + InputLength, in take_while_m_n()
415 Input: InputIter + InputTake + InputLength, in take()
/external/rust/crates/nom/src/combinator/
Dmod.rs34 T: InputLength, in rest()
50 T: InputLength, in rest_len()
384 I: InputLength, in all_consuming()
/external/rust/crates/cexpr/src/
Dliteral.rs95 I: nom::InputLength, in full()
/external/rust/crates/rusticata-macros/src/
Dcombinator.rs118 O: InputLength, in flat_takec()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Deager_operation.cc221 Status EagerOperation::InputLength(const char* input_name, int* length) { in InputLength() function in tensorflow::EagerOperation
/external/rust/crates/nom/src/number/
Dstreaming.rs1379 T: InputTakeAtPosition + InputLength, in recognize_float()
1442 T: InputTakeAtPosition + InputTake + InputLength, in recognize_float_parts()
Dcomplete.rs1473 T: InputTakeAtPosition + InputLength, in recognize_float_parts()
/external/tensorflow/tensorflow/core/tfrt/eager/cpp_tests/core_runtime/
Dop_handler_selector_test.cc288 Status InputLength(const char* input_name, int* length) override { in InputLength() function in tfrt::tf::__anon9dfae7e90111::FakeOperation
/external/tensorflow/tensorflow/core/tfrt/eager/
Dc_api_tfrt.cc1860 tensorflow::Status OperationInterface::InputLength(const char* input_name, in InputLength() function in tfrt::tf::OperationInterface