Home
last modified time | relevance | path

Searched refs:other_type (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/test/SemaTemplate/
Ddependent-base-member-init.cpp53 A(U& init) : U::other_type(init) { } in A()
/external/clang/test/SemaTemplate/
Ddependent-base-member-init.cpp53 A(U& init) : U::other_type(init) { } in A()
/external/openscreen/discovery/mdns/
Dmdns_records.cc635 uint16_t other_type = static_cast<uint16_t>(rhs.dns_type()) & kClassMask; in operator >() local
636 if (this_type != other_type) { in operator >()
637 return this_type > other_type; in operator >()
/external/mesa3d/src/compiler/spirv/
Dvtn_opencl.c86 const struct glsl_type *other_type = src_types[j]->base_type == vtn_base_type_pointer ? in vtn_opencl_mangle() local
88 if (type == other_type) { in vtn_opencl_mangle()
/external/tensorflow/tensorflow/python/kernel_tests/
Dlookup_ops_test.py889 other_type = constant_op.constant(1)
892 other_type, dtypes.string, lookup_ops.TextFileIndex.WHOLE_LINE,