OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:computeint32size
(Results
1 - 25
of
45
) sorted by null
1
2
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestImportProto3.cs
126
size += 1 + pb::CodedOutputStream.
ComputeInt32Size
(D);
UnittestImportPublicProto3.cs
112
size += 1 + pb::CodedOutputStream.
ComputeInt32Size
(E);
UnittestIssues.cs
698
size += 1 + pb::CodedOutputStream.
ComputeInt32Size
(PrimitiveValue);
850
size += 1 + pb::CodedOutputStream.
ComputeInt32Size
(Item);
[
all
...]
UnittestProto3.cs
[
all
...]
/external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.ComputeSize.cs
85
public static int
ComputeInt32Size
(int value)
180
return
ComputeInt32Size
(value);
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Duration.cs
188
size += 1 + pb::CodedOutputStream.
ComputeInt32Size
(Nanos);
Timestamp.cs
199
size += 1 + pb::CodedOutputStream.
ComputeInt32Size
(Nanos);
Type.cs
595
size += 1 + pb::CodedOutputStream.
ComputeInt32Size
(Number);
604
size += 1 + pb::CodedOutputStream.
ComputeInt32Size
(OneofIndex);
[
all
...]
Wrappers.cs
578
size += 1 + pb::CodedOutputStream.
ComputeInt32Size
(Value);
/external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum_field.cc
202
" .
computeInt32Size
($number$, this.$name$);\n");
213
" .
computeInt32Size
($number$, this.$name$);\n"
354
" .
computeInt32Size
($number$, $name$_);\n"
/external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs
[
all
...]
/external/protobuf/csharp/src/AddressBook/
Addressbook.cs
174
size += 1 + pb::CodedOutputStream.
ComputeInt32Size
(Id);
/external/protobuf/csharp/src/Google.Protobuf.Test/
CodedOutputStreamTest.cs
275
Assert.AreEqual(10, CodedOutputStream.
ComputeInt32Size
(-2));
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_enum_field.cc
128
" .
computeInt32Size
($number$, get$capitalized_name$());\n"
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java
[
all
...]
/external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
CodedOutputByteBufferNano.java
608
public static int
computeInt32Size
(final int fieldNumber, final int value) {
[
all
...]
Extension.java
665
return CodedOutputByteBufferNano.
computeInt32Size
(fieldNumber, int32Value);
/external/protobuf/javamicro/src/main/java/com/google/protobuf/micro/
CodedOutputStreamMicro.java
436
public static int
computeInt32Size
(final int fieldNumber, final int value) {
[
all
...]
/prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar
/prebuilts/tools/common/m2/repository/com/android/tools/external/libprotobuf-java-lite/2.3.0/
libprotobuf-java-lite-2.3.0.jar
/external/google-tv-pairing-protocol/java/jar/
protobuf-java-2.2.0-lite.jar
/external/protobuf/java/core/src/main/java/com/google/protobuf/
CodedOutputStream.java
468
public static int
computeInt32Size
(final int fieldNumber, final int value) {
[
all
...]
/prebuilts/misc/common/robolectric/3.1.1/lib/
protobuf-java-2.6.1.jar
/prebuilts/misc/common/robolectric/3.4.2/lib/
protobuf-java-2.6.1.jar
Completed in 4135 milliseconds
1
2