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
332
assertFalse(msg.
hasOptionalFixed32
());
334
assertTrue(msg.
hasOptionalFixed32
());
337
assertFalse(msg.
hasOptionalFixed32
());
340
assertTrue(msg.
hasOptionalFixed32
());
342
assertFalse(msg.
hasOptionalFixed32
());
352
assertTrue(newMsg.
hasOptionalFixed32
());
[
all
...]
TestUtil.java
495
Assert.assertTrue(message.
hasOptionalFixed32
());
[
all
...]
Completed in 683 milliseconds