Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:other_field
(Results
1 - 6
of
6
) sorted by relevance
/third_party/protobuf/src/google/protobuf/
H
A
D
map_field_inl.h
254
const MapField&
other_field
= static_cast<const MapField&>(other);
in MergeFrom()
local
255
other_field
.SyncMapWithRepeatedField();
in MergeFrom()
256
impl_.MergeFrom(
other_field
.impl_);
in MergeFrom()
265
MapField*
other_field
= down_cast<MapField*>(other);
in Swap()
local
266
std::swap(this->MapFieldBase::repeated_field_,
other_field
->repeated_field_);
in Swap()
267
impl_.Swap(&
other_field
->impl_);
in Swap()
269
auto other_state =
other_field
->state_.load(std::memory_order_relaxed);
in Swap()
271
other_field
->state_.store(this_state, std::memory_order_relaxed);
in Swap()
H
A
D
map_field.cc
286
const DynamicMapField&
other_field
=
in MergeFrom()
local
289
other_field
.map_.begin();
in MergeFrom()
290
other_it !=
other_field
.map_.end(); ++other_it) {
in MergeFrom()
350
DynamicMapField*
other_field
= down_cast<DynamicMapField*>(other);
in Swap()
local
351
std::swap(this->MapFieldBase::repeated_field_,
other_field
->repeated_field_);
in Swap()
352
map_.swap(
other_field
->map_);
in Swap()
354
auto other_state =
other_field
->state_.load(std::memory_order_relaxed);
in Swap()
356
other_field
->state_.store(this_state, std::memory_order_relaxed);
in Swap()
H
A
D
text_format.cc
534
const FieldDescriptor*
other_field
=
in ConsumeField()
local
539
other_field
->name() +
in ConsumeField()
/third_party/protobuf/python/google/protobuf/internal/
H
A
D
python_message.py
1473
other_field
= self._oneofs.setdefault(field.containing_oneof, field)
1474
if
other_field
is not field:
1475
del self._fields[
other_field
]
/third_party/protobuf/python/google/protobuf/pyext/
H
A
D
map_container.cc
349
const internal::MapFieldBase*
other_field
= other_reflection->GetMapData(
in MergeFrom()
local
351
field->MergeFrom(*
other_field
);
in MergeFrom()
/third_party/protobuf/conformance/
H
A
D
binary_json_conformance_suite.cc
1168
const FieldDescriptor*
other_field
=
in TestValidDataForOneofType()
local
1170
FieldDescriptor::Type other_type =
other_field
->type();
in TestValidDataForOneofType()
1175
cat(tag(
other_field
->number(), other_wire_type),
in TestValidDataForOneofType()
Completed in 15 milliseconds