Home
last modified time | relevance | path

Searched defs:binary_data (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/profiler/common/
Dstruct_type.py71 def unpack_binary_data(cls, data_struct, binary_data, special_process_func=None): argument
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dt1types.h248 FT_Byte* binary_data; /* used if hex data has been converted */ member
/third_party/grpc/test/cpp/util/
Dgrpc_tool_test.cc1118 std::string binary_data = output_stream.str(); in TEST_F() local
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc245 const std::string& binary_data) { in IsProto3Default()
/third_party/python/Lib/test/
D_test_multiprocessing.py3841 def _attach_existing_shmem_then_write(shmem_name_or_obj, binary_data): argument