Home
last modified time | relevance | path

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

/dports/devel/py-gapic-generator/gapic-generator-0.35.10/gapic/samplegen/
H A Dsamplegen.py721 contents_var = body.get("contents")
722 if not contents_var:
726 self.validate_expression(contents_var)
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbrpc/
H A DTLSConnection.actor.cpp325 …<Void> watchFileForChanges( std::string filename, AsyncVar<Standalone<StringRef>> *contents_var ) { in watchFileForChanges() argument
334 contents_var->set(contents.get()); in watchFileForChanges()