Home
last modified time | relevance | path

Searched defs:IsBinary (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/tint/src/ast/
Dbinary_expression_test.cc45 TEST_F(BinaryExpressionTest, IsBinary) { in TEST_F() argument
/third_party/grpc/src/csharp/Grpc.Core.Api/
DMetadata.cs366 public bool IsBinary property in Grpc.Core.Metadata.Entry
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCReduceCRLogicals.cpp361 unsigned IsBinary : 1; member
/third_party/gn/src/gn/
Dtarget.cc536 bool Target::IsBinary() const { in IsBinary() function in Target