Searched refs:val_ (Results 1 - 5 of 5) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/unique.ptr/unique.ptr.create/
H A Dmake_unique.array.pass.cpp18 foo () : val_(3) {}
19 int get () const { return val_; }
21 int val_; member in class:foo
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/unique.ptr/unique.ptr.create/
H A Dmake_unique.array.pass.cpp18 foo () : val_(3) {}
19 int get () const { return val_; }
21 int val_; member in class:foo
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/unique.ptr/unique.ptr.create/
H A Dmake_unique.array.pass.cpp18 foo () : val_(3) {}
19 int get () const { return val_; }
21 int val_; member in class:foo
/prebuilts/misc/common/swig/include/2.0.11/typemaps/
H A Dattribute.swg158 template < class C > inline void %mangle(Class) ##_## AttributeName ## _set(C* self_, AttributeType val_) {
165 #define %mangle(Class) ##_## AttributeName ## _set(self_, val_) SetMethodCall
198 %attribute_custom(%arg(Class), %arg(AttributeType), AttributeName, GetMethod, SetMethod, self_->GetMethod(), self_->SetMethod(val_))
206 %attribute_custom(%arg(Class), %arg(AttributeType), AttributeName, GetMethod, SetMethod, &self_->GetMethod(), self_->SetMethod(*val_))
214 %attribute_custom(%arg(Class), %arg(AttributeType), AttributeName, AccessorMethod, AccessorMethod, self_->AccessorMethod(), self_->AccessorMethod() = val_)
216 %attribute_custom(%arg(Class), %arg(AttributeType), AttributeName, AttributeName, AttributeName, self_->AttributeName(), self_->AttributeName() = val_)
222 %attribute_custom(%arg(Class), %arg(AttributeType), AttributeName, AccessorMethod, AccessorMethod, &self_->AccessorMethod(), self_->AccessorMethod() = *val_)
224 %attribute_custom(%arg(Class), %arg(AttributeType), AccessorName, AccessorName, AccessorName, &self_->AccessorName(), self_->AccessorName() = *val_)
231 %attribute_custom(%arg(Class), %arg(AttributeType), AttributeName, AccessorMethod, AccessorMethod, self_->AccessorMethod(), self_->AccessorMethod() = val_)
233 %attribute_custom(%arg(Class), %arg(AttributeType), AccessorMethod, AccessorMethod, AccessorMethod, self_->AccessorMethod(), self_->AccessorMethod() = val_)
[all...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
H A Dmap.h107 delete val_.string_value_;
123 val_.int64_value_ = value;
127 val_.uint64_value_ = value;
131 val_.int32_value_ = value;
135 val_.uint32_value_ = value;
139 val_.bool_value_ = value;
143 *val_.string_value_ = val;
149 return val_.int64_value_;
154 return val_.uint64_value_;
159 return val_
279 } val_; member in class:google::protobuf::MapKey
[all...]

Completed in 371 milliseconds