Searched defs:value_ (Results 226 - 250 of 257) sorted by relevance

1234567891011

/external/chromium_org/v8/src/
H A Dlithium.h59 LOperand() : value_(KindField::encode(INVALID)) { }
61 Kind kind() const { return KindField::decode(value_); }
62 int index() const { return static_cast<int>(value_) >> kKindFieldWidth; }
70 bool Equals(LOperand* other) const { return value_ == other->value_; }
74 value_ = KindField::encode(kind);
75 value_ |= index << kKindFieldWidth;
89 unsigned value_; member in class:v8::internal::LOperand
125 value_ |= BasicPolicyField::encode(EXTENDED_POLICY);
126 value_ |
[all...]
H A Djsregexp.h540 value_(0),
545 value_(0),
569 uint32_t value() { return value_; }
578 uint32_t value_;
1036 value_(value) { }
1039 int value() { return value_; }
1044 int value_; member in class:v8::internal::Guard
1390 value_(value) { }
1391 int value() { return value_; }
1393 int value_; member in class:v8::internal::Trace::DeferredSetRegister
[all...]
H A Dparser.cc64 value_ = value;
70 int value() { return value_; }
73 int value_; member in class:v8::internal::PositionStack::Element
H A Dast.h1341 if (value_->IsInternalizedString()) {
1343 return !String::cast(*value_)->AsArrayIndex(&ignored);
1350 return Handle<String>::cast(value_);
1354 return value_->BooleanValue();
1357 return !value_->BooleanValue();
1362 ASSERT(!value_.is_null());
1363 return value_->IsNull();
1366 ASSERT(!value_.is_null());
1367 return value_->IsTrue();
1370 ASSERT(!value_
1398 Handle<Object> value_; member in class:v8::internal::V8_FINAL
1493 Expression* value_; member in class:v8::internal::V8_FINAL
2179 Expression* value_; member in class:v8::internal::V8_FINAL
[all...]
H A Dhydrogen-instructions.h432 : tail_(tail), value_(value), index_(index) {
436 HValue* value() const { return value_; }
444 value_ = NULL;
451 HValue* value_;
465 return value_;
478 HValue* value_;
5914 return OffsetField::decode(value_);
5918 return Representation::FromKind(RepresentationField::decode(value_));
6137 return value_ == that.value_; // portio
6173 uint32_t value_; // encodes portion, representation, and offset member in class:v8::V8_FINAL
[all...]
/external/gtest/include/gtest/
H A Dgtest.h477 key_(a_key), value_(a_value) {
487 return value_.c_str();
492 value_ = new_value;
499 internal::String value_; member in class:testing::TestProperty
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1370 explicit ValueHolder(const T& value) : value_(value) {}
1372 T* pointer() { return &value_; }
1375 T value_; member in class:testing::internal::ThreadLocal::ValueHolder
1438 ThreadLocal() : value_() {}
1439 explicit ThreadLocal(const T& value) : value_(value) {}
1440 T* pointer() { return &value_; }
1441 const T* pointer() const { return &value_; }
1442 const T& get() const { return value_; }
1443 void set(const T& value) { value_ = value; }
1445 T value_; member in class:testing::internal::ThreadLocal
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/
H A Dgtest.h477 key_(a_key), value_(a_value) {
487 return value_.c_str();
492 value_ = new_value;
499 internal::String value_; member in class:testing::TestProperty
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1357 explicit ValueHolder(const T& value) : value_(value) {}
1359 T* pointer() { return &value_; }
1362 T value_; member in class:testing::internal::ThreadLocal::ValueHolder
1425 ThreadLocal() : value_() {}
1426 explicit ThreadLocal(const T& value) : value_(value) {}
1427 T* pointer() { return &value_; }
1428 const T* pointer() const { return &value_; }
1429 const T& get() const { return value_; }
1430 void set(const T& value) { value_ = value; }
1432 T value_; member in class:testing::internal::ThreadLocal
[all...]
/external/mesa3d/src/gtest/include/gtest/
H A Dgtest.h477 key_(a_key), value_(a_value) {
487 return value_.c_str();
492 value_ = new_value;
499 internal::String value_; member in class:testing::TestProperty
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1352 explicit ValueHolder(const T& value) : value_(value) {}
1354 T* pointer() { return &value_; }
1357 T value_; member in class:testing::internal::ThreadLocal::ValueHolder
1420 ThreadLocal() : value_() {}
1421 explicit ThreadLocal(const T& value) : value_(value) {}
1422 T* pointer() { return &value_; }
1423 const T* pointer() const { return &value_; }
1424 const T& get() const { return value_; }
1425 void set(const T& value) { value_ = value; }
1427 T value_; member in class:testing::internal::ThreadLocal
[all...]
/external/open-vcdiff/gtest/include/gtest/
H A Dgtest.h461 key_(key), value_(value) {
471 return value_.c_str();
476 value_ = new_value;
483 internal::String value_; member in class:testing::TestProperty
/external/protobuf/gtest/include/gtest/
H A Dgtest.h379 key_(key), value_(value) {
389 return value_.c_str();
394 value_ = new_value;
401 internal::String value_; member in class:testing::TestProperty
/external/chromium_org/net/cookies/
H A Dcookie_monster.cc421 value_(value),
440 std::string value_; member in class:net::CookieMonster::SetCookieWithDetailsTask
454 SetCookieWithDetails(url_, name_, value_, domain_, path_,
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1498 explicit ValueHolder(const T& value) : value_(value) {}
1500 T* pointer() { return &value_; }
1503 T value_; member in class:testing::internal::ThreadLocal::ValueHolder
1568 ThreadLocal() : value_() {}
1569 explicit ThreadLocal(const T& value) : value_(value) {}
1570 T* pointer() { return &value_; }
1571 const T* pointer() const { return &value_; }
1572 const T& get() const { return value_; }
1573 void set(const T& value) { value_ = value; }
1575 T value_; member in class:testing::internal::ThreadLocal
[all...]
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc3754 explicit Uncopyable(int a_value) : value_(a_value) {}
3756 int value() const { return value_; }
3765 int value_; member in class:__anon3334::Uncopyable
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc3592 explicit Uncopyable(int a_value) : value_(a_value) {}
3594 int value() const { return value_; }
3603 int value_; member in class:__anon10852::Uncopyable
/external/gtest/test/
H A Dgtest_unittest.cc3754 explicit Uncopyable(int a_value) : value_(a_value) {}
3756 int value() const { return value_; }
3765 int value_; member in class:__anon18843::Uncopyable
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc3958 explicit Uncopyable(int value) : value_(value) {}
3960 int value() const { return value_; }
3969 int value_; member in class:__anon24843::Uncopyable
/external/v8/src/
H A Djsregexp.h557 value_(0),
562 value_(0),
586 uint32_t value() { return value_; }
595 uint32_t value_;
1022 value_(value) { }
1025 int value() { return value_; }
1030 int value_; member in class:v8::internal::Guard
1222 value_(value) { }
1223 int value() { return value_; }
1225 int value_; member in class:v8::internal::Trace::DeferredSetRegister
[all...]
H A Dast.h1320 Expression* value() { return value_; }
1341 Expression* value_; member in class:v8::internal::ObjectLiteral::Property
1935 Expression* value() const { return value_; }
1974 factory->NewBinaryOperation(binary_op(), target_, value_, pos_ + 1);
1982 Expression* value_; member in class:v8::internal::Assignment
H A Dparser.cc61 value_ = value;
67 int value() { return value_; }
70 int value_; member in class:v8::internal::PositionStack::Element
/external/chromium_org/v8/include/
H A Dv8.h2503 : value_(that.value_) {
2527 internal::Object** value_; member in class:v8::ReturnValue
5990 ReturnValue<T>::ReturnValue(internal::Object** slot) : value_(slot) {}
5997 *value_ = GetDefaultValue();
5999 *value_ = *reinterpret_cast<internal::Object**>(*handle);
6008 *value_ = GetDefaultValue();
6010 *value_ = *reinterpret_cast<internal::Object**>(*handle);
6025 *value_ = I::IntToSmi(i);
6053 *value_
[all...]
/external/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1009 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto > value_; member in class:google::protobuf::EnumDescriptorProto
3254 return value_.size();
3257 value_.Clear();
3260 return value_.Get(index);
3263 return value_.Mutable(index);
3266 return value_.Add();
3270 return value_;
3274 return &value_;
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.pb.h1056 ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto > value_; member in class:google::protobuf::EnumDescriptorProto
3968 return value_.size();
3971 value_.Clear();
3974 return value_.Get(index);
3977 return value_.Mutable(index);
3980 return value_.Add();
3984 return value_;
3988 return &value_;

Completed in 705 milliseconds

1234567891011