OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hasoptionalsfixed64
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/java/src/test/java/com/google/protobuf/
MicroTest.java
409
assertFalse(msg.
hasOptionalSfixed64
());
411
assertTrue(msg.
hasOptionalSfixed64
());
414
assertFalse(msg.
hasOptionalSfixed64
());
417
assertTrue(msg.
hasOptionalSfixed64
());
419
assertFalse(msg.
hasOptionalSfixed64
());
429
assertTrue(newMsg.
hasOptionalSfixed64
());
[
all
...]
TestUtil.java
498
Assert.assertTrue(message.
hasOptionalSfixed64
());
[
all
...]
Completed in 22 milliseconds