Home
last modified time | relevance | path

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

/third_party/freetype/include/freetype/internal/
Dt1types.h248 FT_Byte* binary_data; /* used if hex data has been converted */ member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Did3v2frames.c476 GstBuffer *binary_data = NULL; in parse_private_frame_data() local
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dt1types.h249 FT_Byte* binary_data; /* used if hex data has been converted */ member
/third_party/grpc/test/cpp/util/
Dgrpc_tool_test.cc1000 std::string binary_data = output_stream.str(); in TEST_F() local
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc319 bool IsProto3Default(FieldDescriptor::Type type, const string& binary_data) { in IsProto3Default()
/third_party/python/Lib/test/
D_test_multiprocessing.py3744 def _attach_existing_shmem_then_write(shmem_name_or_obj, binary_data): argument