OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasOptionalSfixed64
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/java/src/test/java/com/google/protobuf/
MicroTest.java
416
assertFalse(msg.
hasOptionalSfixed64
());
418
assertTrue(msg.
hasOptionalSfixed64
());
421
assertFalse(msg.
hasOptionalSfixed64
());
424
assertTrue(msg.
hasOptionalSfixed64
());
426
assertFalse(msg.
hasOptionalSfixed64
());
436
assertTrue(newMsg.
hasOptionalSfixed64
());
[
all
...]
TestUtil.java
549
Assert.assertTrue(message.
hasOptionalSfixed64
());
[
all
...]
Completed in 37 milliseconds