Searched defs:EncodeBool (Results 1 – 3 of 3) sorted by relevance
216 std::string EncodeBool(bool value) { return value ? VALUE_TRUE : VALUE_FALSE; } in EncodeBool() function
101 TEST(IndexedDBLevelDBCodingTest, EncodeBool) { in TEST() argument
244 void EncodeBool(bool value, std::string* into) { in EncodeBool() function