Searched refs:ReadBuiltinType (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/
H A Dpickle.cc30 inline bool PickleIterator::ReadBuiltinType(Type* result) { function in class:base::PickleIterator
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);
H A Dpickle.h81 bool ReadBuiltinType(Type* result);

Completed in 535 milliseconds