Home
last modified time | relevance | path

Searched defs:text_value (Results 1 – 5 of 5) sorted by relevance

/external/icing/icing/query/advanced_query_parser/
Dquery-visitor.cc487 QueryTerm text_value = {string_value, string_value, /*is_prefix_val=*/false}; in GetSearchStringParameterFunction() local
561 QueryVisitor::ProduceTextTokenIterators(QueryTerm text_value) { in ProduceTextTokenIterators()
/external/googleapis/google/cloud/contentwarehouse/v1/
Ddocument.proto263 string text_value = 2; field
/external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/proto/google/cloud/contentwarehouse/v1/
Ddocument.proto249 string text_value = 2; field
/external/rust/android-crates-io/crates/coset/src/header/
Dmod.rs340 pub fn text_value(mut self, label: String, value: Value) -> Self { in text_value() method
/external/tinyxml2/
Dxmltest.cpp1061 const char* text_value; in main() local