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

  /external/libchrome/base/
pickle.cc 31 inline bool PickleIterator::ReadBuiltinType(Type* result) {
85 return ReadBuiltinType(result);
89 return ReadBuiltinType(result);
96 if (!ReadBuiltinType(&result_int64))
105 return ReadBuiltinType(result);
109 return ReadBuiltinType(result);
113 return ReadBuiltinType(result);
117 return ReadBuiltinType(result);
pickle.h 85 bool ReadBuiltinType(Type* result);

Completed in 454 milliseconds