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:stringField_
(Results
1 - 3
of
3
) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H
A
D
UnittestWellKnownTypes.cs
431
private string
stringField_
;
field in Google.Protobuf.TestProtos.TestWellKnownTypes
434
get { return
stringField_
; }
436
stringField_
= value;
522
if (
stringField_
!= null) hash ^= StringField.GetHashCode();
in GetHashCode()
598
if (
stringField_
!= null) {
in WriteTo()
674
if (
stringField_
!= null) {
in IBufferMessage.InternalWriteTo()
741
if (
stringField_
!= null) {
in CalculateSize()
850
if (other.
stringField_
!= null) {
in MergeFrom()
851
if (
stringField_
== null || other.StringField != "") {
in MergeFrom()
994
if (
stringField_
in MergeFrom()
1392
private readonly pbc::RepeatedField<string>
stringField_
= new pbc::RepeatedField<string>();
global()
field in Google.Protobuf.TestProtos.RepeatedWellKnownTypes
2954
private readonly pbc::MapField<int, string>
stringField_
= new pbc::MapField<int, string>();
global()
field in Google.Protobuf.TestProtos.MapWellKnownTypes
[all...]
H
A
D
UnittestProto3.cs
4166
stringField_
= other.
stringField_
;
in TestCamelCaseFieldNames()
4194
private string
stringField_
= "";
field in Google.Protobuf.TestProtos.TestCamelCaseFieldNames
4197
get { return
stringField_
; }
4199
stringField_
= pb::ProtoPreconditions.CheckNotNull(value, "value");
H
A
D
Unittest.cs
13969
stringField_
= other.
stringField_
;
in TestCamelCaseFieldNames()
14016
private string
stringField_
;
field in Google.Protobuf.TestProtos.Proto2.TestCamelCaseFieldNames
14019
get { return
stringField_
?? StringFieldDefaultValue; }
14021
stringField_
= pb::ProtoPreconditions.CheckNotNull(value, "value");
14027
get { return
stringField_
!= null; }
14032
stringField_
= null;
in ClearStringField()
[all...]
Completed in 53 milliseconds