Searched defs:addBool (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ | ||
H A D | KeyBuilder.h | 54 void addBool(bool b, std::string_view label) { in addBool() function |
/aosp_15_r20/external/angle/src/common/serializer/ | ||
H A D | JsonSerializer.cpp | 111 void JsonSerializer::addBool(const std::string &name, bool value) in addBool() function in angle::JsonSerializer |
/aosp_15_r20/external/flatbuffers/php/ | ||
H A D | FlatbufferBuilder.php | 296 public function addBool($x) function in Google\\FlatBuffers\\FlatbufferBuilder |