HomeSort by relevance Sort by last modified time
    Searched defs:DefaultValue (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/common/extensions/
feature_switch.h 26 enum DefaultValue {
49 DefaultValue default_value);
52 DefaultValue default_value);
66 DefaultValue default_value);
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 261 string DefaultValue(const FieldDescriptor* field) {
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 275 string DefaultValue(const Params& params, const FieldDescriptor* field) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 259 string DefaultValue(const FieldDescriptor* field) {
  /external/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 208 int DefaultValue = 0;
214 DefaultValue = 4;
217 DefaultValue = 50;
221 MaxInlinableSize = getOptionAsInteger("max-inlinable-size", DefaultValue);
240 int DefaultValue = 0;
246 DefaultValue = 75000;
249 DefaultValue = 150000;
252 MaxNodesPerTopLevelFunction = getOptionAsInteger("max-nodes", DefaultValue);
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 243 string DefaultValue(const FieldDescriptor* field) {
  /external/protobuf/src/google/protobuf/compiler/javanano/
javanano_helpers.cc 339 string DefaultValue(const Params& params, const FieldDescriptor* field) {
  /external/chromium_org/third_party/WebKit/Source/wtf/
CheckedArithmetic.h 178 static const CleanType DefaultValue = 0;
183 static const CleanType DefaultValue = 0;
188 static const CleanType DefaultValue = 0;
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 284 string DefaultValue(const FieldDescriptor* field) {
  /external/clang/test/SemaTemplate/
alias-templates.cpp 172 template <typename T> struct DefaultValue { const T value=0;};
174 template <typename ... Args> using Zero = tuple<DefaultValue<Args> ...>;
183 template <template<int x> class temp> struct DefaultValue { const temp<0> value; };
185 template <template<int x> class... Args> using Zero = tuple<DefaultValue<Args> ...>;
  /external/openfst/src/include/fst/
sparse-tuple-weight.h 89 Init(w.DefaultValue());
90 SetDefaultValue(w.DefaultValue());
125 Init(w.DefaultValue());
133 if (!DefaultValue().Member()) return false;
201 const W& DefaultValue() const { return default_; }
274 const W& v1_def = w1.DefaultValue();
275 const W& v2_def = w2.DefaultValue();
299 const W& v1_def = w1.DefaultValue();
300 const W& v2_def = w2.DefaultValue();
352 strm << w.DefaultValue();
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-actions.h 153 // The DefaultValue<T> class allows a user to specify the
159 // DefaultValue<T>::Set(foo);
161 class DefaultValue {
199 class DefaultValue<T&> {
231 // This specialization allows DefaultValue<void>::Get() to
234 class DefaultValue<void> {
242 const T* DefaultValue<T>::value_ = NULL;
246 T* DefaultValue<T&>::address_ = NULL;
    [all...]

Completed in 335 milliseconds