OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VariantValue
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/ASTMatchers/Dynamic/
VariantValue.cpp
1
//===---
VariantValue
.cpp - Polymorphic value type -*- C++ -*-===/
15
#include "clang/ASTMatchers/Dynamic/
VariantValue
.h"
65
VariantValue
::
VariantValue
(const
VariantValue
&Other) : Type(VT_Nothing) {
69
VariantValue
::
VariantValue
(unsigned Unsigned) : Type(VT_Nothing) {
73
VariantValue
::
VariantValue
(const std::string &String) : Type(VT_Nothing) {
77
VariantValue
::VariantValue(const DynTypedMatcher &Matcher) : Type(VT_Nothing)
[
all
...]
/external/jsilver/src/com/google/clearsilver/jsilver/values/
VariantValue.java
28
abstract class
VariantValue
extends Value {
32
VariantValue
(EscapeMode escapeMode, boolean partiallyEscaped) {
/external/clang/include/clang/ASTMatchers/Dynamic/
VariantValue.h
1
//===---
VariantValue
.h - Polymorphic value type -*- C++ -*-===/
112
class
VariantValue
{
114
VariantValue
() : Type(VT_Nothing) {}
116
VariantValue
(const
VariantValue
&Other);
117
~
VariantValue
();
118
VariantValue
&operator=(const
VariantValue
&Other);
121
VariantValue
(unsigned Unsigned);
122
VariantValue
(const std::string &String)
[
all
...]
/prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar
Completed in 929 milliseconds