Searched defs:ReadPrimitive (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/test/logging/win/
H A Dmof_data_parser.h28 return ReadPrimitive(value);
32 return ReadPrimitive(value);
36 return ReadPrimitive(value);
68 template<typename T> bool ReadPrimitive(T* value) { function in class:logging_win::MofDataParser
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h51 // Implementation details of ReadPrimitive.
54 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>( function in class:google::protobuf::internal::WireFormatLite
63 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_INT64>( function in class:google::protobuf::internal::WireFormatLite
72 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_UINT32>( function in class:google::protobuf::internal::WireFormatLite
78 inline bool WireFormatLite::ReadPrimitive<uint64, WireFormatLite::TYPE_UINT64>( function in class:google::protobuf::internal::WireFormatLite
84 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>( function in class:google::protobuf::internal::WireFormatLite
93 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SINT64>( function in class:google::protobuf::internal::WireFormatLite
102 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_FIXED32>( function in class:google::protobuf::internal::WireFormatLite
108 inline bool WireFormatLite::ReadPrimitive<uint64, WireFormatLite::TYPE_FIXED64>( function in class:google::protobuf::internal::WireFormatLite
114 inline bool WireFormatLite::ReadPrimitive<int3 function in class:google::protobuf::internal::WireFormatLite
123 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SFIXED64>( function in class:google::protobuf::internal::WireFormatLite
132 inline bool WireFormatLite::ReadPrimitive<float, WireFormatLite::TYPE_FLOAT>( function in class:google::protobuf::internal::WireFormatLite
141 inline bool WireFormatLite::ReadPrimitive<double, WireFormatLite::TYPE_DOUBLE>( function in class:google::protobuf::internal::WireFormatLite
150 inline bool WireFormatLite::ReadPrimitive<bool, WireFormatLite::TYPE_BOOL>( function in class:google::protobuf::internal::WireFormatLite
159 inline bool WireFormatLite::ReadPrimitive<int, WireFormatLite::TYPE_ENUM>( function in class:google::protobuf::internal::WireFormatLite
[all...]
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite_inl.h52 // Implementation details of ReadPrimitive.
55 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_INT32>( function in class:google::protobuf::internal::WireFormatLite
64 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_INT64>( function in class:google::protobuf::internal::WireFormatLite
73 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_UINT32>( function in class:google::protobuf::internal::WireFormatLite
79 inline bool WireFormatLite::ReadPrimitive<uint64, WireFormatLite::TYPE_UINT64>( function in class:google::protobuf::internal::WireFormatLite
85 inline bool WireFormatLite::ReadPrimitive<int32, WireFormatLite::TYPE_SINT32>( function in class:google::protobuf::internal::WireFormatLite
94 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SINT64>( function in class:google::protobuf::internal::WireFormatLite
103 inline bool WireFormatLite::ReadPrimitive<uint32, WireFormatLite::TYPE_FIXED32>( function in class:google::protobuf::internal::WireFormatLite
109 inline bool WireFormatLite::ReadPrimitive<uint64, WireFormatLite::TYPE_FIXED64>( function in class:google::protobuf::internal::WireFormatLite
115 inline bool WireFormatLite::ReadPrimitive<int3 function in class:google::protobuf::internal::WireFormatLite
124 inline bool WireFormatLite::ReadPrimitive<int64, WireFormatLite::TYPE_SFIXED64>( function in class:google::protobuf::internal::WireFormatLite
133 inline bool WireFormatLite::ReadPrimitive<float, WireFormatLite::TYPE_FLOAT>( function in class:google::protobuf::internal::WireFormatLite
142 inline bool WireFormatLite::ReadPrimitive<double, WireFormatLite::TYPE_DOUBLE>( function in class:google::protobuf::internal::WireFormatLite
151 inline bool WireFormatLite::ReadPrimitive<bool, WireFormatLite::TYPE_BOOL>( function in class:google::protobuf::internal::WireFormatLite
160 inline bool WireFormatLite::ReadPrimitive<int, WireFormatLite::TYPE_ENUM>( function in class:google::protobuf::internal::WireFormatLite
[all...]

Completed in 129 milliseconds