Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h118 bool testonly; member
/third_party/gn/src/gn/
Dcommands.cc231 bool testonly = false; in ApplyTestonlyFilter() local
Dtarget.h187 bool testonly() const { return testonly_; } in testonly() function