Home
last modified time | relevance | path

Searched defs:IsBinary (Results 1 – 5 of 5) 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/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc167 static bool IsBinary(grpc_slice key) { in IsBinary() function
172 static bool IsBinary(grpc_slice key) { in IsBinary() function
/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.cc520 bool Target::IsBinary() const { in IsBinary() function in Target
/third_party/grpc/test/core/transport/
Dparsed_metadata_test.cc159 TEST(ParsedMetadataTest, IsBinary) { in TEST() argument