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

  /hardware/ti/wlan/wl1271/platforms/os/common/inc/
osRgstry.h 47 TI_UINT32 DefaultValue;
  /external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc 261 string DefaultValue(const FieldDescriptor* field) {
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_helpers.cc 243 string DefaultValue(const FieldDescriptor* field) {
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_helpers.cc 333 string DefaultValue(const Params& params, const FieldDescriptor* field) {
  /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 228 milliseconds