Home
last modified time | relevance | path

Searched refs:hasPath (Results 1 – 12 of 12) sorted by relevance

/external/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
DAnnotation.php105 public function hasPath() function in Google\\Protobuf\\Internal\\GeneratedCodeInfo\\Annotation
/external/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
DLocation.php256 public function hasPath() function in Google\\Protobuf\\Internal\\SourceCodeInfo\\Location
/external/skqp/src/core/
DSkRemoteGlyphCacheImpl.h50 bool hasPath(const SkGlyph& glyph) override;
DSkGlyphRunPainter.h28 virtual bool hasPath(const SkGlyph& glyph) = 0;
DSkStrike.h132 bool hasPath(const SkGlyph& glyph) override;
DSkStrikeCache.cpp43 bool hasPath(const SkGlyph& glyph) override { in hasPath() function in SkStrikeCache::Node
44 return fCache.hasPath(glyph); in hasPath()
DSkGlyphRunPainter.cpp350 if (pathCache->hasPath(glyph)) { in drawGlyphRunAsPathWithARGBFallback()
402 if (cache->hasPath(glyph)) { in drawGlyphRunAsBMPWithPathFallback()
456 if (cache->hasPath(glyph)) { in drawGlyphRunAsSDFWithARGBFallback()
DSkStrike.cpp426 bool SkStrike::hasPath(const SkGlyph& glyph) { in hasPath() function in SkStrike
DSkRemoteGlyphCache.cpp549 bool SkStrikeServer::SkGlyphCacheState::hasPath(const SkGlyph& glyph) { in hasPath() function in SkStrikeServer::SkGlyphCacheState
/external/clang/lib/AST/
DAPValue.cpp60 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath() function
61 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()
570 return ((const LV*)(const char*)Data.buffer)->hasPath(); in hasLValuePath()
/external/llvm-project/clang/lib/AST/
DAPValue.cpp238 bool hasPath() const { return PathLength != (unsigned)-1; } in hasPath() function
239 bool hasPathPtr() const { return hasPath() && PathLength > InlinePathSpace; } in hasPathPtr()
902 return ((const LV *)(const char *)&Data)->hasPath(); in hasLValuePath()
/external/cldr/tools/java/org/unicode/cldr/json/
DLdml2JsonConverter.java180 boolean hasPath = false; in Ldml2JsonConverter()
194 hasPath = true; in Ldml2JsonConverter()
204 if (hasSection && hasPath) { in Ldml2JsonConverter()