OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldKind
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.cpp
153
String
oldKind
= m_kind;
160
if (m_client &&
oldKind
!= m_kind)
/frameworks/base/tools/aidl/
aidl.cpp
368
const char*
oldKind
= kind_to_string(old->Kind());
375
old->DeclFile().c_str(), old->DeclLine(),
oldKind
);
[
all
...]
/external/clang/lib/AST/
Decl.cpp
128
withExplicitVisibilityAlready(LVComputationKind
oldKind
) {
130
static_cast<LVComputationKind>(unsigned(
oldKind
) |
132
assert(
oldKind
!= LVForType || newKind == LVForExplicitType);
133
assert(
oldKind
!= LVForValue || newKind == LVForExplicitValue);
134
assert(
oldKind
!= LVForExplicitType || newKind == LVForExplicitType);
135
assert(
oldKind
!= LVForExplicitValue || newKind == LVForExplicitValue);
[
all
...]
Completed in 454 milliseconds