OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasOptionalFixed64
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/java/src/test/java/com/google/protobuf/
MicroTest.java
358
assertFalse(msg.
hasOptionalFixed64
());
360
assertTrue(msg.
hasOptionalFixed64
());
363
assertFalse(msg.
hasOptionalFixed64
());
366
assertTrue(msg.
hasOptionalFixed64
());
368
assertFalse(msg.
hasOptionalFixed64
());
378
assertTrue(newMsg.
hasOptionalFixed64
());
[
all
...]
TestUtil.java
496
Assert.assertTrue(message.
hasOptionalFixed64
());
[
all
...]
Completed in 28 milliseconds