HomeSort by relevance Sort by last modified time
    Searched refs:ReadPrimitive (Results 1 - 14 of 14) sorted by null

  /external/tensorflow/tensorflow/core/util/proto/
decode.h 326 inline Status ReadPrimitive(CodedInputStream* input, int index, void* data) {
328 if (!WireFormatLite::ReadPrimitive<ValueType, DeclaredType>(input, &v)) {
377 return ReadPrimitive<double, double, WireFormatLite::TYPE_DOUBLE>(
382 return ReadPrimitive<float, double, WireFormatLite::TYPE_FLOAT>(
385 return ReadPrimitive<float, float, WireFormatLite::TYPE_FLOAT>(
392 return ReadPrimitive<protobuf_int64, int64, WireFormatLite::TYPE_INT64>(
395 return ReadPrimitive<protobuf_uint64, uint64,
400 return ReadPrimitive<int32, int64, WireFormatLite::TYPE_INT32>(
403 return ReadPrimitive<int32, int32, WireFormatLite::TYPE_INT32>(
410 return ReadPrimitive<protobuf_uint64, uint64
    [all...]
  /external/protobuf/src/google/protobuf/
wire_format_lite_inl.h 58 // Implementation details of ReadPrimitive.
61 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>(
70 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_INT64>(
79 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_UINT32>(
85 inline bool WireFormatLite::ReadPrimitive<uint64, WireFormatLite::TYPE_UINT64>(
91 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>(
100 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SINT64>(
109 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_FIXED32>(
115 inline bool WireFormatLite::ReadPrimitive<uint64, WireFormatLite::TYPE_FIXED64>(
121 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SFIXED32>
    [all...]
duration.pb.cc 219 DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
234 DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
timestamp.pb.cc 233 DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
248 DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
wire_format.cc 164 if (!google::protobuf::internal::WireFormatLite::ReadPrimitive<
505 if (!WireFormatLite::ReadPrimitive< \
534 if (!WireFormatLite::ReadPrimitive<int, WireFormatLite::TYPE_ENUM>(
576 if (!WireFormatLite::ReadPrimitive< \
607 if (!WireFormatLite::ReadPrimitive<int, WireFormatLite::TYPE_ENUM>(
    [all...]
wire_format_lite.cc 300 if (!google::protobuf::internal::WireFormatLite::ReadPrimitive<
323 if (!google::protobuf::internal::WireFormatLite::ReadPrimitive<
wrappers.pb.cc 408 DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
666 DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
924 DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
    [all...]
descriptor.pb.cc     [all...]
struct.pb.cc 626 DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
642 DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
675 DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
    [all...]
api.pb.cc 390 DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
    [all...]
type.pb.cc 469 DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
    [all...]
extension_set.cc     [all...]
wire_format_lite.h 254 static bool ReadPrimitive(input, CType* value);
map_type_handler.h 425 return WireFormatLite::ReadPrimitive<TypeOnMemory, \
    [all...]

Completed in 561 milliseconds