Home
last modified time | relevance | path

Searched refs:allowPartial (Results 1 – 7 of 7) sorted by relevance

/external/golang-protobuf/proto/
Dbench_test.go21 allowPartial = flag.Bool("allow_partial", false, "set AllowPartial") var
28 opts := proto.MarshalOptions{AllowPartial: *allowPartial}
47 opts := proto.UnmarshalOptions{AllowPartial: *allowPartial}
Dencode.go141 allowPartial := o.AllowPartial
173 if allowPartial {
Ddecode.go90 allowPartial := o.AllowPartial
116 if allowPartial || (out.Flags&protoiface.UnmarshalInitialized != 0) {
/external/skia/src/core/
DSkPathPriv.h350 static bool IsRectContour(const SkPath&, bool allowPartial, int* currVerb,
DSkPath.cpp3527 bool SkPathPriv::IsRectContour(const SkPath& path, bool allowPartial, int* currVerb, in IsRectContour() argument
3545 while (*currVerb < verbCnt && (!allowPartial || !autoClose)) { in IsRectContour()
3618 if (allowPartial && !autoClose && directions[0] >= 0) { in IsRectContour()
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DShadowDOM.js4009 containsNode: function(node, allowPartial) { argument
4010 return unsafeUnwrap(this).containsNode(unwrapIfNeeded(node), allowPartial);
Dwebcomponents.js4014 containsNode: function(node, allowPartial) { argument
4015 return unsafeUnwrap(this).containsNode(unwrapIfNeeded(node), allowPartial);