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
defs:key_field
(Results
1 - 14
of
14
) sorted by relevance
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H
A
D
GPBJsonWire.php
66
$
key_field
= $map_entry->getFieldByNumber(1);
variable
H
A
D
Message.php
103
$
key_field
= $message_type->getFieldByNumber(1);
variable
550
$
key_field
= $message_type->getFieldByNumber(1);
variable
1250
$
key_field
= $field->getMessageType()->getFieldByNumber(1);
variable
1789
$
key_field
= $message_type->getFieldByNumber(1);
global()
variable
1857
$
key_field
= $map_entry->getFieldByNumber(1);
global()
variable
[all...]
/third_party/protobuf/src/google/protobuf/compiler/cpp/
H
A
D
cpp_map_field.cc
213
const FieldDescriptor*
key_field
=
in GenerateSerializeWithCachedSizesToArray()
local
/third_party/protobuf/src/google/protobuf/compiler/ruby/
H
A
D
ruby_generator.cc
174
const FieldDescriptor*
key_field
=
in GenerateField()
local
/third_party/protobuf/src/google/protobuf/util/internal/
H
A
D
protostream_objectsource.cc
301
const google::protobuf::Field*
key_field
=
in RenderMap()
local
/third_party/protobuf/src/google/protobuf/
H
A
D
wire_format.cc
1189
const FieldDescriptor*
key_field
= field->message_type()->field(0);
in InternalSerializeMapEntry()
local
1620
const FieldDescriptor*
key_field
= field->message_type()->field(0);
in FieldDataOnlyByteSize()
local
H
A
D
map_test.cc
1910
const FieldDescriptor*
key_field
=
in TEST_F()
local
1931
const FieldDescriptor*
key_field
=
in TEST_F()
local
/third_party/protobuf/ruby/ext/google/protobuf_c/
H
A
D
storage.c
464
const upb_fielddef*
key_field
= upb_msgdef_itof(msgdef, MAP_KEY_FIELD);
in map_entry_key()
local
793
const upb_fielddef*
key_field
= map_field_key(field);
in layout_clear()
local
920
const upb_fielddef*
key_field
= map_field_key(field);
in check_map_field_type()
local
H
A
D
encode_decode.c
472
const upb_fielddef*
key_field
;
in new_map_handlerdata()
local
775
const upb_fielddef*
key_field
= map_entry_key(msgdef);
in add_handlers_for_mapentry()
local
1315
const upb_fielddef*
key_field
;
in putmap()
local
H
A
D
upb.c
541
const upb_msglayout_field *
key_field
= &entry->fields[0];
in decode_tomap()
local
1068
const upb_msglayout_field *
key_field
= &entry->fields[0];
in upb_encode_map()
local
13038
const upb_fielddef*
key_field
= upb_msgdef_itof(md, UPB_MAPENTRY_KEY);
in printer_sethandlers_mapentry()
local
[all...]
/third_party/protobuf/src/google/protobuf/util/
H
A
D
message_differencer_unittest.cc
3310
const FieldDescriptor*
key_field
=
in IsMatch()
local
/third_party/protobuf/src/google/protobuf/compiler/
H
A
D
parser.cc
1139
FieldDescriptorProto*
key_field
= entry->add_field();
in GenerateMapEntry()
local
/third_party/protobuf/src/google/protobuf/compiler/js/
H
A
D
js_generator.cc
1291
const FieldDescriptor*
key_field
= MapFieldKey(field);
in FieldDefinition()
local
2580
const FieldDescriptor*
key_field
= MapFieldKey(field);
in GenerateClassField()
local
3123
const FieldDescriptor*
key_field
= MapFieldKey(field);
in GenerateClassDeserializeBinaryField()
local
3312
const FieldDescriptor*
key_field
= MapFieldKey(field);
in GenerateClassSerializeBinaryField()
local
/third_party/protobuf/php/ext/google/protobuf/
H
A
D
php-upb.c
593
const upb_msglayout_field *
key_field
= &entry->fields[0];
in decode_tomap()
local
1113
const upb_msglayout_field *
key_field
= &entry->fields[0];
in upb_encode_map()
local
Completed in 64 milliseconds