OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasOptionalFixed32
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/java/src/test/java/com/google/protobuf/
MicroTest.java
339
assertFalse(msg.
hasOptionalFixed32
());
341
assertTrue(msg.
hasOptionalFixed32
());
344
assertFalse(msg.
hasOptionalFixed32
());
347
assertTrue(msg.
hasOptionalFixed32
());
349
assertFalse(msg.
hasOptionalFixed32
());
359
assertTrue(newMsg.
hasOptionalFixed32
());
[
all
...]
TestUtil.java
546
Assert.assertTrue(message.
hasOptionalFixed32
());
[
all
...]
Completed in 140 milliseconds