Searched refs:Bikeshed (Results 1 – 8 of 8) sorted by relevance
/external/catch2/projects/SelfTest/UsageTests/ |
D | EnumToString.tests.cpp | 84 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/ |
D | tostring.md | 95 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/ |
D | text_test.go | 94 Bikeshed: pb.MyMessage_BLUE.Enum(), 205 m := &pb.MyMessage{Bikeshed: pb.MyMessage_Color(3).Enum()}
|
D | all_test.go | 1484 Bikeshed: MyMessage_GREEN.Enum(),
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 1900 …Bikeshed *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/ |
D | Vector.md | 231 ## Bikeshed Naming Discussion
|
/external/catch2/projects/SelfTest/Baselines/ |
D | compact.sw.approved.txt | 352 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: "…
|
D | console.sw.approved.txt | 2718 REQUIRE( stringify( Bikeshed::Colours::Red ) == "Red" ) 2723 REQUIRE( stringify( Bikeshed::Colours::Blue ) == "Blue" )
|