Home
last modified time | relevance | path

Searched refs:WriteUInt32NoTag (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dencode_proto_op.cc425 WireFormatLite::WriteUInt32NoTag>( in WriteField()
429 WireFormatLite::WriteUInt32NoTag>( in WriteField()
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc418 WriteUInt32NoTag(value, output); in WriteUInt32()
Dgenerated_message_util.cc146 WireFormatLite::WriteUInt32NoTag(Get<uint32>(ptr), output); in Serialize()
Dwire_format_lite.h356 PROTOBUF_ALWAYS_INLINE static void WriteUInt32NoTag(
1285 inline void WireFormatLite::WriteUInt32NoTag(uint32 value, in WriteUInt32NoTag() function