Home
last modified time | relevance | path

Searched defs:hasCurrentPage (Results 1 – 11 of 11) sorted by relevance

/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/
DMatchIntentResponseOrBuilder.java265 boolean hasCurrentPage(); in hasCurrentPage() method
DQueryResultOrBuilder.java531 boolean hasCurrentPage(); in hasCurrentPage() method
DMatchIntentResponse.java516 public boolean hasCurrentPage() { in hasCurrentPage() method in MatchIntentResponse
2087 public boolean hasCurrentPage() { in hasCurrentPage() method in MatchIntentResponse.Builder
DConversationTurn.java1594 boolean hasCurrentPage(); in hasCurrentPage() method
2039 public boolean hasCurrentPage() { in hasCurrentPage() method in ConversationTurn.VirtualAgentOutput
3892 public boolean hasCurrentPage() { in hasCurrentPage() method in ConversationTurn.VirtualAgentOutput.Builder
DQueryResult.java882 public boolean hasCurrentPage() { in hasCurrentPage() method in QueryResult
4542 public boolean hasCurrentPage() { in hasCurrentPage() method in QueryResult.Builder
/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/
DMatchIntentResponseOrBuilder.java265 boolean hasCurrentPage(); in hasCurrentPage() method
DQueryResultOrBuilder.java536 boolean hasCurrentPage(); in hasCurrentPage() method
DMatchIntentResponse.java516 public boolean hasCurrentPage() { in hasCurrentPage() method in MatchIntentResponse
2090 public boolean hasCurrentPage() { in hasCurrentPage() method in MatchIntentResponse.Builder
DConversationTurn.java1630 boolean hasCurrentPage(); in hasCurrentPage() method
2083 public boolean hasCurrentPage() { in hasCurrentPage() method in ConversationTurn.VirtualAgentOutput
3957 public boolean hasCurrentPage() { in hasCurrentPage() method in ConversationTurn.VirtualAgentOutput.Builder
DQueryResult.java887 public boolean hasCurrentPage() { in hasCurrentPage() method in QueryResult
4579 public boolean hasCurrentPage() { in hasCurrentPage() method in QueryResult.Builder
/external/skia/src/pdf/
DSkPDFDocumentPriv.h133 bool hasCurrentPage() const { return bool(fPageDevice); } in hasCurrentPage() function