HomeSort by relevance Sort by last modified time
    Searched refs:other_data (Results 1 - 12 of 12) sorted by null

  /external/protobuf/src/google/protobuf/
reflection_internal.h 239 Field* other_data) const {
241 MutableRepeatedField(data)->Swap(MutableRepeatedField(other_data));
283 Field* other_data) const {
288 MutableRepeatedField(data)->Swap(MutableRepeatedField(other_data));
314 Field* other_data) const {
316 MutableRepeatedField(data)->Swap(MutableRepeatedField(other_data));
320 int other_size = other_mutator->Size(other_data);
322 Add<string>(data, other_mutator->Get<string>(other_data, i));
325 other_mutator->Clear(other_data);
327 other_mutator->Add<string>(other_data, tmp.Get(i))
    [all...]
repeated_field_reflection.h 95 Field* other_data) const = 0;
reflection.h 357 Field* other_data) const = 0;
  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
tsig.py 61 other_data, request_mac, ctx=None, multi=False, first=True,
67 @raises ValueError: I{other_data} is too long
90 ol = len(other_data)
93 post_mac = struct.pack('!HH', error, ol) + other_data
112 other_data, request_mac, ctx=None, multi=False, first=True,
115 other_data, request_mac, ctx, multi, first, algorithm)
144 other_data = wire[current:current + other_size]
164 original_id, error, other_data,
renderer.py 252 def add_tsig(self, keyname, secret, fudge, id, tsig_error, other_data,
266 @param other_data: TSIG other data.
267 @type other_data: string
284 other_data,
message.py 108 @ivar other_data: TSIG other data.
109 @type other_data: string
157 self.other_data = ''
417 self.other_data, self.request_mac,
423 original_id=None, tsig_error=0, other_data='',
443 @param other_data: TSIG other data.
444 @type other_data: string
463 self.other_data = other_data
    [all...]
  /external/libbrillo/brillo/
any_internal_impl.h 159 virtual bool CompareEqual(const Data* other_data) const = 0;
199 bool CompareEqual(const Data* other_data) const override {
201 static_cast<const TypedData<T>*>(other_data)->value_);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 1036 void *other_data; local
1078 other_data = other_img->data;
1094 if (other_data) {
1095 other_data = (uint8_t *) other_data + other_offset;
1106 if (other_data) {
    [all...]
  /hardware/ril/include/telephony/
ril_cdma_sms.h 759 unsigned char * other_data; member in struct:__anon44417
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
repeated_field_reflection.h 95 Field* other_data) const = 0;
reflection.h 357 Field* other_data) const = 0;
  /toolchain/binutils/binutils-2.25/bfd/
peXXigen.c 2101 bfd_vma other_data; local
    [all...]

Completed in 208 milliseconds