Searched defs:Language (Results 1 – 3 of 3) sorted by relevance
55 ## Language section in Fluoride Style Guide61 ### C Preprocessor73 ### C++81 ### Variadic functions86 ### Functions with zero arguments94 ### Variable declarations118 ### Contiguous memory structs134 ### Pointer arithmetic150 ### Boolean type155 ### Booleans instead of bitfields[all …]
62 enum class Language { UNSPECIFIED, JAVA, CPP, NDK }; enum
72 Language string member