Home
last modified time | relevance | path

Searched refs:has_allow_literal_ (Results 1 – 1 of 1) sorted by relevance

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/datastore/
H A Ddatastore_v4_pb.py1848 has_allow_literal_ = 0 variable in GqlQuery
1872 self.has_allow_literal_ = 1
1876 if self.has_allow_literal_:
1877 self.has_allow_literal_ = 0
1880 def has_allow_literal(self): return self.has_allow_literal_
1926 if self.has_allow_literal_ != x.has_allow_literal_: return 0
1927 if self.has_allow_literal_ and self.allow_literal_ != x.allow_literal_: return 0
1951 if (self.has_allow_literal_): n += 2
1963 if (self.has_allow_literal_): n += 2
1979 if (self.has_allow_literal_):
[all …]