Searched defs:bool_str (Results 1 – 10 of 10) sorted by relevance
24 StringPiece bool_str; in ProtoParseBoolFromScanner() local
40 std::string bool_str = absl::StrFormat("%d", bool_value); in LLVMFuzzerTestOneInput() local
277 def bool_str(cond): function
131 const string& bool_str = (value ? "true" : "false"); in WriteBoolProperty() local
21 bool BoolStringToBool(const string& bool_str, bool* value) { in BoolStringToBool()
499 void helper_bool_query(level_t level, const char *bool_str, int exp_res) in helper_bool_query()532 void helper_bool_exists(level_t level, const char *bool_str, int exp_resp) in helper_bool_exists()
32 bool BoolStringToBool(const string& bool_str, bool* value) { in BoolStringToBool()
31 Status ParseBoolString(const string& bool_str, bool* bool_val) { in ParseBoolString()
1945 auto bool_str = [](bool v) { return v ? "true" : "false"; }; in dumpArrays() local
2071 const char *bool_str = (obj == Py_True) ? "I01\n" : "I00\n"; in save_bool() local