OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PathLength
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/AST/
APValue.cpp
30
unsigned
PathLength
;
47
LV() {
PathLength
= (unsigned)-1; }
51
if (Length ==
PathLength
)
55
PathLength
= Length;
60
bool hasPath() const { return
PathLength
!= (unsigned)-1; }
61
bool hasPathPtr() const { return hasPath() &&
PathLength
> InlinePathSpace; }
72
unsigned
PathLength
;
85
MemberPointerData() {
PathLength
= 0; }
89
if (Length ==
PathLength
)
93
PathLength
= Length
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathElement.h
127
DECLARE_ANIMATED_NUMBER(
PathLength
,
pathLength
)
SVGPathElement.cpp
69
DEFINE_ANIMATED_NUMBER(SVGPathElement, SVGNames::pathLengthAttr,
PathLength
,
pathLength
)
74
REGISTER_LOCAL_ANIMATED_PROPERTY(
pathLength
)
237
document().accessSVGExtensions()->reportError("A negative value for path attribute <
pathLength
> is not allowed");
/external/clang/lib/Lex/
ModuleMap.cpp
[
all
...]
Completed in 518 milliseconds