Home
last modified time | relevance | path

Searched defs:setFile (Results 1 – 4 of 4) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DScan.h171 void setFile(const char* filename) in setFile() function
178 void setFile(const char* filename, int i) in setFile() function
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFileDescriptorSet.php54 public function setFile($var) function in Google\\Protobuf\\Internal\\FileDescriptorSet
/third_party/openhitls/testcode/framework/tls/rpc/src/
Dhlt_func.c555 HLT_Ctx_Config* HLT_NewCtxConfigTLCP(char *setFile, const char *key, bool isClient) in HLT_NewCtxConfigTLCP()
599 HLT_Ctx_Config* HLT_NewCtxConfig(char *setFile, const char *key) in HLT_NewCtxConfig()
663 HLT_Ssl_Config *HLT_NewSslConfig(char *setFile) in HLT_NewSslConfig()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp101378 CompileOptions& setFile(const char* f) { filename_ = f; return *this; } in setFile() function in JS::CompileOptions