OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadBuiltinType
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/
pickle.cc
30
inline bool PickleIterator::
ReadBuiltinType
(Type* result) {
84
return
ReadBuiltinType
(result);
88
return
ReadBuiltinType
(result);
92
return
ReadBuiltinType
(result);
96
return
ReadBuiltinType
(result);
100
return
ReadBuiltinType
(result);
104
return
ReadBuiltinType
(result);
108
return
ReadBuiltinType
(result);
115
bool success =
ReadBuiltinType
(&result_uint64);
pickle.h
81
bool
ReadBuiltinType
(Type* result);
Completed in 35 milliseconds