Home
last modified time | relevance | path

Searched refs:IntTypeName (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/gtl/
Dint_type.h167 template <typename IntTypeName, typename _ValueType>
187 template <typename IntTypeName, typename _ValueType>
191 typedef IntType<IntTypeName, ValueType> ThisType; // Syntactic sugar.
287 template <typename IntTypeName, typename ValueType>
289 IntType<IntTypeName, ValueType> arg) {
301 template <typename IntTypeName, typename ValueType> \
302 static inline constexpr IntType<IntTypeName, ValueType> operator op( \
303 IntType<IntTypeName, ValueType> id_1, \
304 IntType<IntTypeName, ValueType> id_2) { \
305 return IntType<IntTypeName, ValueType>(id_1.value() op id_2.value()); \
[all …]
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc194 std::string IntTypeName(const Options& options, const std::string& type) { in IntTypeName() function
204 (*variables)[type] = IntTypeName(options, type); in SetIntVar()
517 return IntTypeName(options, "int32"); in PrimitiveTypeName()
519 return IntTypeName(options, "int64"); in PrimitiveTypeName()
521 return IntTypeName(options, "uint32"); in PrimitiveTypeName()
523 return IntTypeName(options, "uint64"); in PrimitiveTypeName()
1765 IntTypeName(options_, type), SmallVarintValue(tag)); in GenerateParseLoop()