OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ReadPrimitive
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/test/logging/win/
mof_data_parser.h
28
return
ReadPrimitive
(value);
32
return
ReadPrimitive
(value);
36
return
ReadPrimitive
(value);
68
template<typename T> bool
ReadPrimitive
(T* value) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format_lite_inl.h
51
// Implementation details of
ReadPrimitive
.
54
inline bool WireFormatLite::
ReadPrimitive
<int32, WireFormatLite::TYPE_INT32>(
63
inline bool WireFormatLite::
ReadPrimitive
<int64, WireFormatLite::TYPE_INT64>(
72
inline bool WireFormatLite::
ReadPrimitive
<uint32, WireFormatLite::TYPE_UINT32>(
78
inline bool WireFormatLite::
ReadPrimitive
<uint64, WireFormatLite::TYPE_UINT64>(
84
inline bool WireFormatLite::
ReadPrimitive
<int32, WireFormatLite::TYPE_SINT32>(
93
inline bool WireFormatLite::
ReadPrimitive
<int64, WireFormatLite::TYPE_SINT64>(
102
inline bool WireFormatLite::
ReadPrimitive
<uint32, WireFormatLite::TYPE_FIXED32>(
108
inline bool WireFormatLite::
ReadPrimitive
<uint64, WireFormatLite::TYPE_FIXED64>(
114
inline bool WireFormatLite::
ReadPrimitive
<int32, WireFormatLite::TYPE_SFIXED32>
[
all
...]
Completed in 67 milliseconds