Home
last modified time | relevance | path

Searched defs:testonly (Results 1 – 3 of 3) sorted by relevance

/third_party/gn/src/gn/
Ditem.h42 bool testonly() const { return testonly_; } in testonly() function
Dcommands.cc160 bool testonly = (testonly_mode == CommandSwitches::TESTONLY_TRUE); in ApplyTestonlyFilter() local
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h118 bool testonly; member