OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hasoptionalsfixed32
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/java/src/test/java/com/google/protobuf/
MicroTest.java
383
assertFalse(msg.
hasOptionalSfixed32
());
385
assertTrue(msg.
hasOptionalSfixed32
());
388
assertFalse(msg.
hasOptionalSfixed32
());
391
assertTrue(msg.
hasOptionalSfixed32
());
393
assertFalse(msg.
hasOptionalSfixed32
());
403
assertTrue(newMsg.
hasOptionalSfixed32
());
[
all
...]
TestUtil.java
497
Assert.assertTrue(message.
hasOptionalSfixed32
());
[
all
...]
Completed in 65 milliseconds