Home
last modified time | relevance | path

Searched refs:type_in (Results 1 – 6 of 6) sorted by relevance

/external/icing/icing/tokenization/
Dtoken.h41 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/
DDDMImpl.c86 jint type_in; in chunk() local
94 type_in = inStream_readInt(in); in chunk()
115 type_in, in chunk()
Dutil.h86 jint type_in,
/external/angle/src/common/spirv/
Dgen_spirv_builder_and_parser.py335 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/
Dnccl_manager.cc164 CollectiveType type_in, ncclRedOp_t reduction_op_in, in Collective()
169 type(type_in), in Collective()
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc771 MessageLoop::Type type_in, in MessageLoopTypedTestParams()
773 type = type_in; in MessageLoopTypedTestParams()