OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hasoptionalfixed64
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/java/src/test/java/com/google/protobuf/
MicroTest.java
365
assertFalse(msg.
hasOptionalFixed64
());
367
assertTrue(msg.
hasOptionalFixed64
());
370
assertFalse(msg.
hasOptionalFixed64
());
373
assertTrue(msg.
hasOptionalFixed64
());
375
assertFalse(msg.
hasOptionalFixed64
());
385
assertTrue(newMsg.
hasOptionalFixed64
());
[
all
...]
TestUtil.java
547
Assert.assertTrue(message.
hasOptionalFixed64
());
[
all
...]
Completed in 189 milliseconds