HomeSort by relevance Sort by last modified time
    Searched defs:AddField (Results 1 - 15 of 15) sorted by null

  /external/toolchain-utils/crosperf/
settings.py 24 def AddField(self, field):
  /system/tpm/attestation/common/
proto_print.py 68 def AddField(self, attribute, field_type, field_name):
155 current_message_stack[-1].AddField(match.group(1),
  /external/protobuf/src/google/protobuf/
unknown_field_set.cc 208 void UnknownFieldSet::AddField(const UnknownField& field) {
generated_message_reflection.cc     [all...]
descriptor_unittest.cc 101 FieldDescriptorProto* AddField(DescriptorProto* parent,
550 AddField(message, "foo", 1,
553 AddField(message, "bar", 6,
557 AddField(message, "baz", 500000000,
561 AddField(message, "qux", 15,
571 AddField(message2, "foo", 1,
574 AddField(message2, "bar", 2,
577 AddField(message2, "quux", 6,
586 AddField(entry, "key", 1,
589 AddField(entry, "value", 2
    [all...]
  /external/tpm2/generator/
structure_generator.py 909 valid_tag_values. Those can be added with AddField(), AddUpperBound(),
924 def AddField(self, field):
    [all...]
  /system/update_engine/scripts/update_payload/
checker.py 241 def AddField(self, name, value, linebreak=False, indent=0):
367 report.AddField(name, convert(value), linebreak=linebreak,
    [all...]
  /art/compiler/utils/
test_dex_file_builder.h 50 void AddField(const std::string& class_descriptor, const std::string& type,
  /external/v8/src/compiler/
load-elimination.cc 506 LoadElimination::AbstractState const* LoadElimination::AbstractState::AddField(
641 state = state->AddField(object, FieldIndexOf(JSObject::kElementsOffset), node,
670 state = state->AddField(object, FieldIndexOf(JSObject::kElementsOffset), node,
746 state = state->AddField(object, field_index, node, zone());
785 state = state->AddField(object, field_index, new_value, zone());
    [all...]
  /external/libmojo/mojo/public/tools/bindings/pylib/mojom/generate/
module.py 326 def AddField(self, name, kind, ordinal=None, default=None, attributes=None):
371 def AddField(self, name, kind, ordinal=None, attributes=None):
  /system/tpm/trunks/generator/
generator.py 617 added with the AddField() and AddDependency() methods.
629 def AddField(self, field_type, field_name):
    [all...]
  /external/flatbuffers/src/
idl_parser.cpp 575 CheckedError Parser::AddField(StructDef &struct_def, const std::string &name,
614 ECHECK(AddField(struct_def, name + UnionTypeFieldSuffix(),
627 ECHECK(AddField(struct_def, name + UnionTypeFieldSuffix(),
632 ECHECK(AddField(struct_def, name, type, &field));
    [all...]
  /external/pdfium/fpdfsdk/javascript/
Field.cpp     [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h     [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h     [all...]

Completed in 576 milliseconds