Searched defs:VariantValue (Results 1 - 4 of 4) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/values/
H A DVariantValue.java28 abstract class VariantValue extends Value { class in inherits:Value
32 VariantValue(EscapeMode escapeMode, boolean partiallyEscaped) { method in class:VariantValue
/external/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp1 //===--- VariantValue.cpp - Polymorphic value type -*- C++ -*-===/
15 #include "clang/ASTMatchers/Dynamic/VariantValue.h"
244 VariantValue::VariantValue(const VariantValue &Other) : Type(VT_Nothing) { function in class:clang::ast_matchers::dynamic::VariantValue
248 VariantValue::VariantValue(unsigned Unsigned) : Type(VT_Nothing) { function in class:clang::ast_matchers::dynamic::VariantValue
252 VariantValue::VariantValue(StringRef String) : Type(VT_Nothing) { function in class:clang::ast_matchers::dynamic::VariantValue
256 VariantValue function in class:clang::ast_matchers::dynamic::VariantValue
[all...]
/external/clang/include/clang/ASTMatchers/Dynamic/
H A DVariantValue.h1 //===--- VariantValue.h - Polymorphic value type -*- C++ -*-===/
34 /// It supports all types that VariantValue can contain.
247 class VariantValue { class in namespace:clang::ast_matchers::dynamic
249 VariantValue() : Type(VT_Nothing) {} function in class:clang::ast_matchers::dynamic::VariantValue
251 VariantValue(const VariantValue &Other);
252 ~VariantValue();
253 VariantValue &operator=(const VariantValue &Other);
256 VariantValue(unsigne
[all...]
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...

Completed in 194 milliseconds