Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc170 static bool IsBinary(grpc_slice key) { in IsBinary() function
175 static bool IsBinary(grpc_slice key) { in IsBinary() function
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dhpack_encoder.cc170 static bool IsBinary(grpc_slice key) { in IsBinary() function
175 static bool IsBinary(grpc_slice key) { in IsBinary() function
/aosp_15_r20/system/logging/logd/
H A DLogUtils.h64 static inline bool IsBinary(log_id_t log_id) { in IsBinary() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerHelpers.h79 bool IsBinary; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerHelpers.h81 bool IsBinary; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerHelpers.h82 bool IsBinary; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerHelpers.h82 bool IsBinary; variable
/aosp_15_r20/external/clang/tools/driver/
H A Dcc1as_main.cpp320 bool IsBinary = Opts.OutputType == AssemblerInvocation::FT_Obj; in ExecuteAssembler() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp361 unsigned IsBinary : 1; member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp361 unsigned IsBinary : 1; member
/aosp_15_r20/external/grpc-grpc/test/core/transport/
H A Dparsed_metadata_test.cc161 TEST(ParsedMetadataTest, IsBinary) { in TEST() argument