Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_shared.cpp100 bool dng_camera_profile_info::ParseTag (dng_stream &stream, in ParseTag() function in dng_camera_profile_info
1247 bool dng_shared::ParseTag (dng_stream &stream, in ParseTag() function in dng_shared
Ddng_ifd.cpp261 bool dng_ifd::ParseTag (dng_stream &stream, in ParseTag() function in dng_ifd
Ddng_info.cpp95 void dng_info::ParseTag (dng_host &host, in ParseTag() function in dng_info
Ddng_exif.cpp751 bool dng_exif::ParseTag (dng_stream &stream, in ParseTag() function in dng_exif
/third_party/protobuf/csharp/src/Google.Protobuf/
DParsingPrimitives.cs72 public static uint ParseTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseTag() method in Google.Protobuf.ParsingPrimitives