Home
last modified time | relevance | path

Searched refs:masks (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dfield_mask.proto51 // Field masks are used to specify a subset of fields that should be
53 // Field masks also have a custom JSON encoding (see below).
219 // Field masks treat fields in oneofs just as regular fields. Consider the
/frameworks/base/core/proto/android/server/location/
Denums.proto106 // Enum that hold the bit masks for various LTE Positioning Profile settings (LPP_PROFILE
/frameworks/compile/libbcc/
DREADME.rst71 AOT also masks the launching time overhead of on-device linking
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/cpp/
Dcpp_message.cc3462 static string ConditionalToCheckBitmasks(const vector<uint32>& masks) { in ConditionalToCheckBitmasks() argument
3464 for (int i = 0; i < masks.size(); i++) { in ConditionalToCheckBitmasks()
3465 if (masks[i] == 0) continue; in ConditionalToCheckBitmasks()
3466 string m = StrCat("0x", strings::Hex(masks[i], strings::ZERO_PAD_8)); in ConditionalToCheckBitmasks()