/external/libcxx/test/std/strings/basic.string/ |
D | input_iterator.h | 26 input_iterator() : it_() {} in input_iterator() function 27 explicit input_iterator(It it) : it_(it) {} in input_iterator() function
|
/external/llvm-project/libcxx/test/std/strings/basic.string/ |
D | input_iterator.h | 25 input_iterator() : it_() {} in input_iterator() function 26 explicit input_iterator(It it) : it_(it) {} in input_iterator() function
|
/external/libcxx/test/support/ |
D | test_iterators.h | 63 template <class U, class T> friend class input_iterator; variable 73 TEST_CONSTEXPR_CXX14 input_iterator() : it_() {} in input_iterator() function 74 explicit TEST_CONSTEXPR_CXX14 input_iterator(It it) : it_(it) {} in input_iterator() function 76 TEST_CONSTEXPR_CXX14 input_iterator(const input_iterator<U, T>& u) :it_(u.it_) {} in input_iterator() function
|
/external/llvm-project/libcxx/test/support/ |
D | test_iterators.h | 62 template <class U, class T> friend class input_iterator; variable 72 TEST_CONSTEXPR_CXX14 input_iterator() : it_() {} in input_iterator() function 73 explicit TEST_CONSTEXPR_CXX14 input_iterator(It it) : it_(it) {} in input_iterator() function 75 TEST_CONSTEXPR_CXX14 input_iterator(const input_iterator<U, T>& u) :it_(u.it_) {} in input_iterator() function
|
/external/tensorflow/tensorflow/python/distribute/ |
D | strategy_common_test.py | 228 def run(input_iterator): argument 256 def run(input_iterator): argument
|
D | custom_training_loop_input_test.py | 943 def train_step(input_iterator): argument
|
D | distribute_lib.py | 942 def experimental_run(self, fn, input_iterator=None): argument 1919 def experimental_run(self, fn, input_iterator=None): # pylint: disable=useless-super-delegation argument
|
/external/libtextclassifier/native/utils/grammar/parsing/ |
D | matcher.cc | 93 const char* FindTerminal(T input_iterator, const char* strings, in FindTerminal() 157 T input_iterator, const RulesSet* rules_set, in FindTerminalMatches()
|
/external/clang/include/clang/Driver/ |
D | Action.h | 45 typedef ActionList::iterator input_iterator; typedef
|
/external/tensorflow/tensorflow/python/keras/distribute/ |
D | custom_training_loop_models_test.py | 239 def train_step(input_iterator): argument
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Action.h | 50 using input_iterator = ActionList::iterator; variable
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
D | pjrt_stream_executor_client.cc | 1517 ShapeTree<MaybeOwningDeviceMemory>::iterator input_iterator = in MakeTupleHelper() local 1659 ShapeTree<MaybeOwningDeviceMemory>::iterator input_iterator = in MakeExecutionInputsAndWaitForEvents() local
|