Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
C# (CSharp) Google.Protobuf CodedInputStream.ReadSFixed64の例
プログラミング言語:
C# (CSharp)
名前空間/パッケージ名:
Google.Protobuf
クラス/型:
CodedInputStream
メソッド/関数:
ReadSFixed64
hotexamples.comのコード掲載数:
1
C# (CSharp) Google.Protobuf CodedInputStream.ReadSFixed64 - 1件のコード例が見つかりました
。すべてオープンソースプロジェクトから抽出されたC# (CSharp)の
Google.Protobuf.CodedInputStream.ReadSFixed64
の実例で、最も評価が高いものを厳選しています。コード例の評価を行っていただくことで、より質の高いコード例が表示されるようになります。
よく使われるメソッド
表示
非表示
ReadTag(27)
CreateInstance(15)
CheckReadEndOfStreamTag(14)
ReadString(11)
ReadBytes(10)
SkipLastField(8)
ReadRawVarint32(7)
PushLimit(6)
ReadInt32(5)
CheckLastTagWas(4)
PopLimit(4)
CreateWithLimits(4)
ReadRawBytes(4)
ReadLength(4)
ReadRawVarint64(4)
ReadRawMessage(3)
ReadUInt64(3)
ReadFixed64(3)
ReadFixed32(3)
Reset(2)
ReadRawLittleEndian64(2)
ReadSFixed32(2)
ReadRawLittleEndian32(2)
AssertNextTag(2)
ReadBool(2)
Dispose(2)
ReadEnum(2)
DecodeZigZag32(2)
DecodeZigZag64(2)
SkipGroup(1)
SetSizeLimit(1)
SetRecursionLimit(1)
ResetSizeCounter(1)
ReadUInt32(1)
ReadMessage(1)
ReadInt64(1)
ReadSomeBytes(1)
ReadSInt64(1)
ReadSInt32(1)
ReadSFixed64(1)
ReadDouble(1)
ReadFloat(1)
ReadGroup(1)
ReadRawByte(1)
よく使われるメソッド
ReadTag (27)
CreateInstance (15)
CheckReadEndOfStreamTag (14)
ReadString (11)
ReadBytes (10)
SkipLastField (8)
ReadRawVarint32 (7)
PushLimit (6)
ReadInt32 (5)
CheckLastTagWas (4)
よく使われるメソッド
PopLimit (4)
CreateWithLimits (4)
ReadRawBytes (4)
ReadLength (4)
ReadRawVarint64 (4)
ReadRawMessage (3)
ReadUInt64 (3)
ReadFixed64 (3)
ReadFixed32 (3)
Reset (2)
ReadRawLittleEndian64 (2)
ReadSFixed32 (2)
ReadRawLittleEndian32 (2)
AssertNextTag (2)
ReadBool (2)
Dispose (2)
ReadEnum (2)
DecodeZigZag32 (2)
DecodeZigZag64 (2)
SkipGroup (1)
よく使われるメソッド
ReadRawLittleEndian64 (2)
ReadSFixed32 (2)
ReadRawLittleEndian32 (2)
AssertNextTag (2)
ReadBool (2)
Dispose (2)
ReadEnum (2)
DecodeZigZag32 (2)
DecodeZigZag64 (2)
SkipGroup (1)
SetSizeLimit (1)
SetRecursionLimit (1)
ResetSizeCounter (1)
ReadUInt32 (1)
ReadMessage (1)
ReadInt64 (1)
ReadSomeBytes (1)
ReadSInt64 (1)
ReadSInt32 (1)
ReadSFixed64 (1)
ReadDouble (1)
ReadFloat (1)
ReadGroup (1)
ReadRawByte (1)
よく使われるメソッド
SetSizeLimit (1)
SetRecursionLimit (1)
ResetSizeCounter (1)
ReadUInt32 (1)
ReadMessage (1)
ReadInt64 (1)
ReadSomeBytes (1)
ReadSInt64 (1)
ReadSInt32 (1)
ReadSFixed64 (1)
ReadDouble (1)
ReadFloat (1)
ReadGroup (1)
ReadRawByte (1)
ReadSFixed64()
public
method
Reads an sfixed64 field value from the stream.
public
ReadSFixed64
( ) :
long
return
long
CodedInputStream Class Documentation
コード例 #1
0
ファイルを表示
ファイル:
FieldCodec.cs
プロジェクト:
drolean/Arctium-RE
internal long <ForSFixed64> b__11_0(CodedInputStream input) { return(input.ReadSFixed64()); }
x