Searched defs:addBool (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/serializer/ | ||
D | JsonSerializer.cpp | 102 void JsonSerializer::addBool(const std::string &name, bool value) in addBool() function in angle::JsonSerializer |
/third_party/skia/src/gpu/ | ||
D | GrProgramDesc.h | 57 void addBool(bool b, const char* label) { in addBool() function |
/third_party/flatbuffers/php/ | ||
D | FlatbufferBuilder.php | 296 public function addBool($x) function in Google\\FlatBuffers\\FlatbufferBuilder |