Home
last modified time | relevance | path

Searched defs:SetBoolean (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/tracing/
Dtraced_value.cc126 void TracedValue::SetBoolean(const char* name, bool value) { in SetBoolean() function in node::tracing::TracedValue
/third_party/gn/src/base/
Dvalues.cc706 Value* DictionaryValue::SetBoolean(std::string_view path, bool in_value) { in SetBoolean() function in base::DictionaryValue