Home
last modified time | relevance | path

Searched refs:version_ (Results 1 – 25 of 42) sorted by relevance

12

/external/libchrome/mojo/public/cpp/bindings/
Dassociated_interface_ptr_info.h22 AssociatedInterfacePtrInfo() : version_(0u) {} in AssociatedInterfacePtrInfo()
23 AssociatedInterfacePtrInfo(std::nullptr_t) : version_(0u) {} in AssociatedInterfacePtrInfo()
26 : handle_(std::move(other.handle_)), version_(other.version_) { in AssociatedInterfacePtrInfo()
27 other.version_ = 0u; in AssociatedInterfacePtrInfo()
32 : handle_(std::move(handle)), version_(version) {} in AssociatedInterfacePtrInfo()
39 version_ = other.version_;
40 other.version_ = 0u;
58 uint32_t version() const { return version_; } in version()
59 void set_version(uint32_t version) { version_ = version; } in set_version()
72 uint32_t version_; variable
Dinterface_ptr_info.h22 InterfacePtrInfo() : version_(0u) {} in InterfacePtrInfo()
26 : handle_(std::move(handle)), version_(version) {} in InterfacePtrInfo()
29 : handle_(std::move(other.handle_)), version_(other.version_) { in InterfacePtrInfo()
30 other.version_ = 0u; in InterfacePtrInfo()
38 version_ = other.version_;
39 other.version_ = 0u;
53 uint32_t version() const { return version_; } in version()
54 void set_version(uint32_t version) { version_ = version; } in set_version()
61 uint32_t version_; variable
/external/shflags/lib/
Dversions115 version_=''
126 */bash) version_=`versions_shell_bash ${shell_}` ;;
131 version_=`versions_shell_dash`
133 */ksh) version_=`versions_shell_ksh ${shell_}` ;;
134 */pdksh) version_=`versions_shell_pdksh ${shell_}` ;;
135 */zsh) version_=`versions_shell_zsh ${shell_}` ;;
136 *) version_='invalid'
139 echo ${version_:-unknown}
140 unset shell_ version_
/external/libchrome/mojo/public/cpp/bindings/lib/
Dassociated_interface_ptr_state.cc26 if (version <= version_) in RequireVersion()
29 version_ = version; in RequireVersion()
36 version_ = version; in OnQueryVersion()
54 swap(other->version_, version_); in Swap()
63 DCHECK_EQ(0u, version_); in Bind()
66 version_ = version; in Bind()
Dinterface_ptr_state.cc30 if (version <= version_) in RequireVersion()
33 version_ = version; in RequireVersion()
43 swap(other->version_, version_); in Swap()
53 DCHECK_EQ(0u, version_); in Bind()
57 version_ = version; in Bind()
65 version_ = version; in OnQueryVersion()
Dassociated_interface_ptr_state.h38 uint32_t version() const { return version_; } in version()
94 uint32_t version_ = 0; variable
Dinterface_ptr_state.h45 uint32_t version() const { return version_; } in version()
99 uint32_t version_ = 0; variable
/external/tensorflow/tensorflow/lite/toco/tflite/
Dexport.h100 : type_(type), custom_code_(custom_code), version_(version) {} in OperatorKey()
106 int version() const { return version_; } in version()
131 return version_ < other.version_;
136 version_ == other.version_;
151 int version_ = 1; variable
/external/dynamic_depth/internal/dynamic_depth/
Dapp_info.cc29 AppInfo::AppInfo() : application_(""), version_(""), item_uri_("") {} in AppInfo()
77 vendor_info->version_ = version; in FromData()
99 const string& AppInfo::GetVersion() const { return version_; } in GetVersion()
116 if (!version_.empty()) { in Serialize()
117 serializer->WriteProperty(DynamicDepthConst::AppInfo(), kVersion, version_); in Serialize()
137 kVersion, &version_); in ParseFields()
/external/google-breakpad/src/processor/
Dbasic_code_module.h64 version_(that->version()) {} in BasicCodeModule()
78 version_(version) in BasicCodeModule()
90 virtual string version() const { return version_; } in version()
100 string version_; variable
Dstackwalker_unittest_utils.h116 string version() const { return version_; } in version()
125 string version_; variable
/external/webrtc/webrtc/base/
Dbytebuffer.cc51 version_ = 0; in Construct()
210 ++version_; in Resize()
221 return ReadPosition(start_, version_); in GetReadPosition()
225 if (position.version_ != version_) { in SetReadPosition()
235 ++version_; in Clear()
Dbytebuffer.h93 : start_(start), version_(version) { } in ReadPosition()
95 int version_; variable
112 int version_; variable
/external/google-breakpad/src/common/linux/
Dgoogle_crashdump_uploader.cc108 version_ = version; in Init()
122 std::cout << "\tVersion: " << version_; in Init()
144 if (version_.empty()) { in CheckRequiredParametersArePresent()
185 parameters_["ver"] = version_; in Upload()
/external/webrtc/webrtc/libjingle/xmpp/
Dpresencestatus.h52 const std::string& version() const { return version_; } in version()
70 void set_version(const std::string& v) { version_ = v; } in set_version()
176 std::string version_; variable
/external/freetype/include/freetype/internal/
Dftobjs.h1137 version_, \ argument
1155 version_, \
1206 version_, \ argument
1217 version_, \
1232 version_, \ argument
1245 version_, \
Dftdrv.h234 version_, \ argument
261 version_, \
/external/boringssl/src/ssl/
Dssl_aead_ctx.cc39 version_(version_arg), in SSLAEADContext()
156 version_ = version; in SetVersionIfNullCipher()
162 if(!ssl_protocol_version_from_wire(&protocol_version, version_)) { in ProtocolVersion()
170 if (version_ == 0) { in RecordVersion()
176 return version_; in RecordVersion()
/external/libvpx/libvpx/test/
Ddct32x32_test.cc91 version_ = GET_PARAM(2); // 0: high precision forward transform in SetUp()
100 int version_; member in __anon7ec31e610111::Trans32x32Test
166 if (version_ == 1) { in TEST_P()
195 if (version_ == 0) { in TEST_P()
233 if (version_ == 0) { in TEST_P()
/external/google-breakpad/src/client/mac/handler/
Ddynamic_images.h124 version_(0), in DynamicImage()
164 uint32_t GetVersion() {return version_;} in GetVersion()
192 uint32_t version_; // Dylib version variable
/external/protobuf/src/google/protobuf/
Dapi.pb.cc49 GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(Api, version_), in protobuf_AssignDesc_google_2fprotobuf_2fapi_2eproto()
224 version_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in SharedCtor()
236 version_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in SharedDtor()
270 version_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in Clear()
629version_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.vers… in MergeFrom()
666 version_.Swap(&other->version_); in InternalSwap()
791 version_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in clear_version()
795 return version_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in version()
799 version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); in set_version()
804version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(va… in set_version()
[all …]
Dapi.pb.h185 ::google::protobuf::internal::ArenaStringPtr version_;
547 version_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in clear_version()
551 return version_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in version()
555 version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); in set_version()
560version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(va… in set_version()
565 version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), in set_version()
572 return version_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in mutable_version()
577 return version_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in release_version()
585version_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), version… in set_allocated_version()
/external/libchrome/base/threading/
Dthread_local_storage.cc351 version_ = g_tls_metadata[slot_candidate].version; in Initialize()
382 if (tls_data[slot_].version != version_) in Get()
397 tls_data[slot_].version = version_; in Set()
/external/libbrillo/brillo/imageloader/
Dmanifest.cc123 if (!manifest_dict->GetString(kVersionField, &(version_))) { in ParseManifest()
172 return version_; in version()
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DApi.cs80 version_ = other.version_; in Api()
130 private string version_ = ""; field in Google.Protobuf.WellKnownTypes.Api
154 get { return version_; }
156 version_ = pb::ProtoPreconditions.CheckNotNull(value, "value");

12