Home
last modified time | relevance | path

Searched defs:Decode (Results 1 – 25 of 50) sorted by relevance

12

/third_party/flutter/engine/flutter/fml/
Dmessage.h133 FML_WARN_UNUSED_RESULT bool Decode(T& value) { in Decode() function
141 FML_WARN_UNUSED_RESULT bool Decode(MessageSerializable& value) { in Decode() function
149 FML_WARN_UNUSED_RESULT bool Decode(std::unique_ptr<T>& value) { in Decode() function
/third_party/node/src/
Dstring_bytes.h47 inline v8::Maybe<bool> Decode(Environment* env, in Decode() function
/third_party/grpc/src/csharp/Grpc.Microbenchmarks/
DUtf8Decode.cs58 public unsafe void Decode() in Decode() method in Grpc.Microbenchmarks.Utf8Decode
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dsbu_node.h75 bool Decode() const { return decode_; } in Decode() function
Dflickr_node.h79 bool Decode() const { return decode_; } in Decode() function
Dceleba_node.h77 bool Decode() const { return decode_; } in Decode() function
Dmanifest_node.h76 bool Decode() const { return decode_; } in Decode() function
Dalbum_node.h77 bool Decode() const { return decode_; } in Decode() function
Dcoco_node.h77 bool Decode() const { return decode_; } in Decode() function
Dcityscapes_node.h86 bool Decode() const { return decode_; } in Decode() function
Dimage_folder_node.h80 bool Decode() const { return decode_; } in Decode() function
Ddiv2k_node.h85 bool Decode() const { return decode_; } in Decode() function
Dvoc_node.h79 bool Decode() const { return decode_; } in Decode() function
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
DHuffmanTreeGroup.cs38 internal static void Decode(Org.Brotli.Dec.HuffmanTreeGroup group, Org.Brotli.Dec.BitReader br) in Decode() method in Org.Brotli.Dec.HuffmanTreeGroup
DDecode.cs9 internal sealed class Decode class
/third_party/grpc/src/cpp/ext/filters/census/
Drpc_encoding.h76 static size_t Decode(absl::string_view buf, GrpcTraceContext* tc) { in Decode() function
220 static size_t Decode(absl::string_view buf, uint64_t* time) { in Decode() function
/third_party/skia/third_party/externals/brotli/go/cbrotli/
Dreader.go155 func Decode(encodedData []byte) ([]byte, error) { func
/third_party/node/test/cctest/
Dtest_base64.cc61 TEST(Base64Test, Decode) { in TEST() argument
/third_party/openh264/codec/build/windowsphone/all/
DCodecRTComponent.cpp125 int CodecRunTimeComponent::Decode() { in Decode() function in CodecRunTimeComponent
/third_party/skia/src/utils/
DSkBase64.cpp33 SkBase64::Error SkBase64::Decode(const void* srcv, size_t srcLength, void* dstv, size_t* dstLength){ in Decode() function in SkBase64
/third_party/skia/third_party/externals/swiftshader/src/Device/
DASTC_Decoder.cpp103 void ASTC_Decoder::Decode(const unsigned char *source, unsigned char *dest, in Decode() function in ASTC_Decoder
/third_party/flutter/engine/flutter/lib/ui/painting/
Dimage_decoder.cc191 void ImageDecoder::Decode(ImageDescriptor descriptor, ImageResult callback) { in Decode() function in flutter::ImageDecoder
/third_party/mindspore/mindspore/lite/src/
Dtensorlist.cc256 STATUS TensorList::Decode(const int *data) { in Decode() function in mindspore::lite::TensorList
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_fingerprint.cpp386 void dng_md5_printer::Decode (uint32 *output, in Decode() function in dng_md5_printer
/third_party/flutter/skia/third_party/externals/spirv-tools/test/comp/
Dmarkv_codec_test.cpp108 void Decode(const spv_markv_binary markv_binary, in Decode() function

12