Lines Matching refs:operator
117 operator T() const { in T()
124 explicit operator StorageType() const { in StorageType()
128 BitStructField& operator=(T value) {
136 BitStructField& operator=(const BitStructField& other) {
191 BitStructNumber& operator=(T value) {
195 /*implicit*/ operator T() const { in T()
199 explicit operator bool() const {
203 BitStructNumber& operator++() {
208 StorageType operator++(int) {
212 BitStructNumber& operator--() {
217 StorageType operator--(int) {
267 name& operator=(const name& other) { _ = other._; return *this; } /* NOLINT */ \