Searched refs:type_in (Results 1 – 6 of 6) sorted by relevance
/external/icing/icing/tokenization/ |
D | token.h | 41 explicit Token(Type type_in, std::string_view text_in = "") 42 : type(type_in), text(text_in) {} in type()
|
/external/oj-libjdwp/src/share/back/ |
D | DDMImpl.c | 86 jint type_in; in chunk() local 94 type_in = inStream_readInt(in); in chunk() 115 type_in, in chunk()
|
D | util.h | 86 jint type_in,
|
/external/angle/src/common/spirv/ |
D | gen_spirv_builder_and_parser.py | 335 type_in = 'const ' + cpp_type + 'List &' 338 type_in = 'const ' + cpp_type + ' *' 341 type_in = cpp_type 344 return (type_in, type_out, is_array, is_optional) 450 type_in, type_out, is_array, is_optional = self.get_operand_type_in_and_out(operand) 453 cpp_operands_in.append(', ' + type_in + ' ' + operand_name)
|
/external/tensorflow/tensorflow/core/nccl/ |
D | nccl_manager.cc | 164 CollectiveType type_in, ncclRedOp_t reduction_op_in, in Collective() 169 type(type_in), in Collective()
|
/external/libchrome/base/message_loop/ |
D | message_loop_unittest.cc | 771 MessageLoop::Type type_in, in MessageLoopTypedTestParams() 773 type = type_in; in MessageLoopTypedTestParams()
|