OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_required
(Results
1 - 16
of
16
) sorted by null
/external/protobuf/src/google/protobuf/
reflection_ops.cc
147
if (descriptor->field(i)->
is_required
()) {
233
if (descriptor->field(i)->
is_required
()) {
descriptor.h
446
bool
is_required
() const; // shorthand for label() == LABEL_REQUIRED
1577
inline bool FieldDescriptor::
is_required
() const {
function in class:google::protobuf::FieldDescriptor
[
all
...]
descriptor_unittest.cc
600
EXPECT_TRUE (foo_->
is_required
());
604
EXPECT_FALSE(bar_->
is_required
());
608
EXPECT_FALSE(baz_->
is_required
());
[
all
...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
question.py
28
is_required
=False, display_name=None):
39
SimpleField('IsRequired', str(self.
is_required
).lower()),
/external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_message.cc
119
if (field->
is_required
()) {
415
if (field->
is_required
()) {
/external/protobuf/src/google/protobuf/compiler/javanano/
javanano_enum_field.cc
179
if (descriptor_->
is_required
() && !params_.generate_has()) {
199
if (descriptor_->
is_required
() && !params_.generate_has()) {
javanano_primitive_field.cc
389
if (descriptor_->
is_required
() && !params_.generate_has()) {
416
if (descriptor_->
is_required
() && !params_.generate_has()) {
[
all
...]
/external/protobuf/src/google/protobuf/compiler/java/
java_helpers.cc
706
if (field->
is_required
()) {
java_message.cc
[
all
...]
/prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h
427
bool
is_required
() const; // shorthand for label() == LABEL_REQUIRED
1425
inline bool FieldDescriptor::
is_required
() const {
function in class:google::protobuf::FieldDescriptor
[
all
...]
/prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.h
427
bool
is_required
() const; // shorthand for label() == LABEL_REQUIRED
1425
inline bool FieldDescriptor::
is_required
() const {
function in class:google::protobuf::FieldDescriptor
[
all
...]
/prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.h
427
bool
is_required
() const; // shorthand for label() == LABEL_REQUIRED
1425
inline bool FieldDescriptor::
is_required
() const {
function in class:google::protobuf::FieldDescriptor
[
all
...]
/prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.h
427
bool
is_required
() const; // shorthand for label() == LABEL_REQUIRED
1425
inline bool FieldDescriptor::
is_required
() const {
function in class:google::protobuf::FieldDescriptor
[
all
...]
/external/protobuf/src/google/protobuf/compiler/cpp/
cpp_message.cc
130
if (field->
is_required
()) {
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.h
544
bool
is_required
() const; // shorthand for label() == LABEL_REQUIRED
1794
inline bool FieldDescriptor::
is_required
() const {
function in class:google::protobuf::FieldDescriptor
[
all
...]
/prebuilts/misc/windows/protobuf2.5/lib/
libprotoc.a
[
all
...]
Completed in 1020 milliseconds