HomeSort by relevance Sort by last modified time
    Searched defs:value_ (Results 176 - 200 of 236) sorted by null

1 2 3 4 5 6 78 910

  /external/gtest/test/
gtest-printers_test.cc 103 UnprintableTemplateInGlobal() : value_() {}
105 T value_; member in class:UnprintableTemplateInGlobal
156 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {}
158 const T& value() const { return value_; }
160 T value_; member in class:foo::PrintableViaPrintToTemplate
172 StreamableTemplateInFoo() : value_() {}
174 const T& value() const { return value_; }
176 T value_; member in class:foo::StreamableTemplateInFoo
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
209 value_ = value_ + step_;
215 virtual const T* Current() const { return &value_; }
230 base_(other.base_), value_(other.value_), index_(other.index_),
237 T value_; member in class:testing::internal::RangeGenerator::Iterator
297 value_.reset();
305 // value_ is updated here and not in Advance() because Advance()
310 if (value_.get() == NULL
339 mutable scoped_ptr<const T> value_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
gtest-internal.h 394 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
404 return fp.u_.value_;
451 RawType value_; // The raw floating-point number. member in union:testing::internal::FloatingPoint::FloatingPointUnion
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
209 value_ = value_ + step_;
215 virtual const T* Current() const { return &value_; }
230 base_(other.base_), value_(other.value_), index_(other.index_),
237 T value_; member in class:testing::internal::RangeGenerator::Iterator
297 value_.reset();
305 // value_ is updated here and not in Advance() because Advance()
310 if (value_.get() == NULL
339 mutable scoped_ptr<const T> value_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
gtest-internal.h 365 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
375 return fp.u_.value_;
422 RawType value_; // The raw floating-point number. member in union:testing::internal::FloatingPoint::FloatingPointUnion
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 381 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
391 return fp.u_.value_;
438 RawType value_; // The raw floating-point number. member in union:testing::internal::FloatingPoint::FloatingPointUnion
    [all...]
gtest-param-util.h 221 : base_(base), value_(value), index_(index), step_(step) {}
228 value_ = value_ + step_;
234 virtual const T* Current() const { return &value_; }
248 : base_(other.base_), value_(other.value_), index_(other.index_),
255 T value_; member in class:testing::internal::RangeGenerator::Iterator
315 value_.reset();
323 // value_ is updated here and not in Advance() because Advance()
328 if (value_.get() == NULL
357 mutable scoped_ptr<const T> value_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
gtest-port.h 769 ThreadLocal() : value_() {}
770 explicit ThreadLocal(const T& value) : value_(value) {}
771 T* pointer() { return &value_; }
772 const T* pointer() const { return &value_; }
773 const T& get() const { return value_; }
774 void set(const T& value) { value_ = value; }
776 T value_; member in class:testing::internal::ThreadLocal
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-param-util.h 202 : base_(base), value_(value), index_(index), step_(step) {}
209 value_ = value_ + step_;
215 virtual const T* Current() const { return &value_; }
230 base_(other.base_), value_(other.value_), index_(other.index_),
237 T value_; member in class:testing::internal::RangeGenerator::Iterator
297 value_.reset();
305 // value_ is updated here and not in Advance() because Advance()
310 if (value_.get() == NULL
339 mutable scoped_ptr<const T> value_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
    [all...]
gtest-internal.h 279 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
289 return fp.u_.value_;
336 RawType value_; // The raw floating-point number. member in union:testing::internal::FloatingPoint::FloatingPointUnion
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-printers_test.cc 103 UnprintableTemplateInGlobal() : value_() {}
105 T value_; member in class:UnprintableTemplateInGlobal
156 explicit PrintableViaPrintToTemplate(const T& a_value) : value_(a_value) {}
158 const T& value() const { return value_; }
160 T value_; member in class:foo::PrintableViaPrintToTemplate
172 StreamableTemplateInFoo() : value_() {}
174 const T& value() const { return value_; }
176 T value_; member in class:foo::StreamableTemplateInFoo
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
jtl_interpreter.cc 197 value_(value.Pass()) {
199 DCHECK(value_);
203 context->working_memory()->Set(hashed_name_, value_->DeepCopy());
209 scoped_ptr<base::Value> value_; member in class:__anon9063::StoreValue
219 value_(value.Pass()),
222 DCHECK(value_);
230 if (!value_->Equals(actual_value))
237 scoped_ptr<base::Value> value_; member in class:__anon9063::CompareStoredValue
328 explicit CompareNodeBool(bool value) : value_(value) {}
334 if (actual_value != value_)
340 bool value_; member in class:__anon9063::CompareNodeBool
    [all...]
  /external/chromium_org/net/tools/balsa/
balsa_headers.h 397 value_ = value_type(
404 return value_;
409 mutable StringPiecePair value_; member in class:net::BalsaHeaders::iterator_base
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 280 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
290 return fp.u_.value_;
340 RawType value_; // The raw floating-point number. member in union:testing::internal::FloatingPoint::FloatingPointUnion
    [all...]
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 497 } value_; member in class:Json::Value
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 365 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
375 return fp.u_.value_;
422 RawType value_; // The raw floating-point number. member in union:testing::internal::FloatingPoint::FloatingPointUnion
    [all...]
  /external/chromium_org/v8/src/
deoptimizer.h 44 : destination_(destination), value_(value) { }
47 double value() const { return value_; }
51 double value_; member in class:v8::internal::BASE_EMBEDDED
lithium-allocator.h 49 return value_;
56 return value_ / kStep;
62 return (value_ & (kStep - 1)) == 0;
69 return LifetimePosition(value_ & ~(kStep - 1));
89 ASSERT(value_ > 1);
95 LifetimePosition() : value_(-1) {}
99 bool IsValid() const { return value_ != -1; }
115 explicit LifetimePosition(int value) : value_(value) { }
117 int value_; member in class:v8::internal::LifetimePosition
  /external/clang/test/Analysis/
misc-ps-region-store.cpp 216 T value_; member in class:Foo3
222 value_();
  /external/gtest/include/gtest/internal/
gtest-internal.h 280 explicit FloatingPoint(const RawType& x) { u_.value_ = x; }
290 return fp.u_.value_;
340 RawType value_; // The raw floating-point number. member in union:testing::internal::FloatingPoint::FloatingPointUnion
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 497 } value_; member in class:Json::Value
    [all...]
  /external/jsoncpp/include/json/
value.h 497 } value_; member in class:Json::Value
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 379 key_(key), value_(value) {
389 return value_.c_str();
394 value_ = new_value;
401 internal::String value_; member in class:testing::TestProperty
    [all...]
  /external/vixl/src/a64/
debugger-a64.cc 67 explicit ValueToken(T value) : value_(value) {}
70 T value() const { return value_; }
73 T value_; member in class:vixl::ValueToken
125 value_ = new char[size];
126 strncpy(value_, name, size);
128 virtual ~IdentifierToken() { delete[] value_; }
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 637 value_.type = DWARF_VALUE_UNKNOWN;
656 return &value_;
660 Dwarf_Value value_; member in class:DIEAttrib

Completed in 1132 milliseconds

1 2 3 4 5 6 78 910