Home
last modified time | relevance | path

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

/third_party/protobuf/conformance/
Dconformance_test.h155 void SetVerbose(bool verbose) { verbose_ = verbose; } in SetVerbose() function
/third_party/node/deps/v8/src/api/
Dapi.cc2962 void v8::TryCatch::SetVerbose(bool value) { is_verbose_ = value; } in SetVerbose() function in v8::v8::TryCatch