Home
last modified time | relevance | path

Searched defs:WriteBool (Results 1 – 3 of 3) sorted by relevance

/external/chromium/base/
Dpickle.h89 bool WriteBool(bool value) { in WriteBool() function
/external/protobuf/src/google/protobuf/
Dwire_format_lite.cc269 void WireFormatLite::WriteBool(int field_number, bool value, in WriteBool() function in google::protobuf::internal::WireFormatLite
/external/v8/src/
Dscopeinfo.cc272 static inline Object** WriteBool(Object** p, bool b) { in WriteBool() function