Home
last modified time | relevance | path

Searched defs:setType (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/
DSCommonAST.h22 void setType(int t) { _type = t; } in setType() function
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
DAToken_traditional.h166 void setType(ANTLRTokenType t) { _type = t; } in setType() function
196 void setType(ANTLRTokenType t) { _type = t; } in setType() function
DAToken.h171 void setType(ANTLRTokenType t) { _type = t; } in setType() function
244 void setType(ANTLRTokenType t) { _type = t; } in setType() function
DPCCTSAST.h115 virtual void setType(int t) {;} in setType() function
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DAToken.h191 void setType(ANTLRTokenType t) { _type = t; } in setType() function
264 void setType(ANTLRTokenType t) { _type = t; } in setType() function
DPCCTSAST.h115 virtual void setType(int /*t MR23 */) {;} in setType() function
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c97 static int setType(struct ConfigCmd *cmd, char *sensor) in setType() function