Home
last modified time | relevance | path

Searched refs:Bikeshed (Results 1 – 8 of 8) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DEnumToString.tests.cpp84 namespace Bikeshed { namespace
90 CATCH_REGISTER_ENUM( Bikeshed::Colours, in CATCH_REGISTER_ENUM()
91 Bikeshed::Colours::Red, in CATCH_REGISTER_ENUM()
92 Bikeshed::Colours::Green, in CATCH_REGISTER_ENUM()
93 Bikeshed::Colours::Blue ) in CATCH_REGISTER_ENUM()
97 REQUIRE( stringify( Bikeshed::Colours::Red ) == "Red" ); in CATCH_REGISTER_ENUM()
98 REQUIRE( stringify( Bikeshed::Colours::Blue ) == "Blue" ); in CATCH_REGISTER_ENUM()
/external/catch2/docs/
Dtostring.md95 namespace Bikeshed {
101 CATCH_REGISTER_ENUM( Bikeshed::Colours,
102 Bikeshed::Colours::Red,
103 Bikeshed::Colours::Green,
104 Bikeshed::Colours::Blue )
107 REQUIRE( Bikeshed::Colours::Red == Bikeshed::Colours::Blue );
/external/golang-protobuf/proto/
Dtext_test.go94 Bikeshed: pb.MyMessage_BLUE.Enum(),
205 m := &pb.MyMessage{Bikeshed: pb.MyMessage_Color(3).Enum()}
Dall_test.go1484 Bikeshed: MyMessage_GREEN.Enum(),
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go1900Bikeshed *MyMessage_Color `protobuf:"varint,7,opt,name=bikeshed,enum=test_proto.MyMessa… member
2001 if m != nil && m.Bikeshed != nil {
2002 return *m.Bikeshed
/external/llvm-project/mlir/docs/Dialects/
DVector.md231 ## Bikeshed Naming Discussion
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt352 EnumToString.tests.cpp:<line number>: passed: stringify( Bikeshed::Colours::Red ) == "Red" for: "Re…
353 EnumToString.tests.cpp:<line number>: passed: stringify( Bikeshed::Colours::Blue ) == "Blue" for: "…
Dconsole.sw.approved.txt2718 REQUIRE( stringify( Bikeshed::Colours::Red ) == "Red" )
2723 REQUIRE( stringify( Bikeshed::Colours::Blue ) == "Blue" )