OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decl_
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fxcrt/css/
cfx_cssstylesheet_unittest.cpp
25
decl_
= nullptr;
28
void TearDown() override {
decl_
= nullptr; }
46
decl_
= style->GetDeclaration();
47
EXPECT_EQ(
decl_
->PropertyCountForTesting(), decl_count);
51
ASSERT(
decl_
);
54
RetainPtr<CFX_CSSValue> v =
decl_
->GetProperty(prop, &important);
61
ASSERT(
decl_
);
64
RetainPtr<CFX_CSSValue> v =
decl_
->GetProperty(prop, &important);
71
ASSERT(
decl_
);
75
decl_
->GetProperty(prop, &important).As<CFX_CSSValueList>()
86
CFX_CSSDeclaration*
decl_
;
member in class:CFX_CSSStyleSheetTest
[
all
...]
/external/bcc/src/cc/frontends/b/
node.h
171
VariableDeclStmtNode *
decl_
;
member in class:ebpf::cc::IdentExprNode
177
decl_
= other.
decl_
;
Completed in 488 milliseconds