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

  /external/protobuf/src/google/protobuf/
api.pb.h 30 #include <google/protobuf/source_context.pb.h>
150 // optional .google.protobuf.SourceContext source_context = 5;
154 const ::google::protobuf::SourceContext& source_context() const;
157 void set_allocated_source_context(::google::protobuf::SourceContext* source_context);
589 // optional .google.protobuf.SourceContext source_context = 5;
597 inline const ::google::protobuf::SourceContext& Api::source_context() const { function in class:google::protobuf::Api
598 // @@protoc_insertion_point(field_get:google.protobuf.Api.source_context)
606 // @@protoc_insertion_point(field_mutable:google.protobuf.Api.source_context)
610 // @@protoc_insertion_point(field_release:google.protobuf.Api.source_context)
616 inline void Api::set_allocated_source_context(::google::protobuf::SourceContext* source_context) {
    [all...]
api.pb.cc 143 "obuf\032$google/protobuf/source_context.pro"
355 // optional .google.protobuf.SourceContext source_context = 5;
457 // optional .google.protobuf.SourceContext source_context = 5;
517 // optional .google.protobuf.SourceContext source_context = 5;
559 // optional .google.protobuf.SourceContext source_context = 5;
632 mutable_source_context()->::google::protobuf::SourceContext::MergeFrom(from.source_context());
833 // optional .google.protobuf.SourceContext source_context = 5;
841 const ::google::protobuf::SourceContext& Api::source_context() const { function in class:google::protobuf::Api
842 // @@protoc_insertion_point(field_get:google.protobuf.Api.source_context)
850 // @@protoc_insertion_point(field_mutable:google.protobuf.Api.source_context)
    [all...]
type.pb.cc 202 "/protobuf/source_context.proto\"\327\001\n\004Type\022"
229 "f.Option\0226\n\016source_context\030\004 \001(\0132\036.googl"
451 // optional .google.protobuf.SourceContext source_context = 5;
536 // optional .google.protobuf.SourceContext source_context = 5;
589 // optional .google.protobuf.SourceContext source_context = 5;
617 // optional .google.protobuf.SourceContext source_context = 5;
685 mutable_source_context()->::google::protobuf::SourceContext::MergeFrom(from.source_context());
904 const ::google::protobuf::SourceContext& Type::source_context() const { function in class:google::protobuf::Type
2474 const ::google::protobuf::SourceContext& Enum::source_context() const { function in class:google::protobuf::Enum
    [all...]
type.pb.h 32 #include <google/protobuf/source_context.pb.h>
240 // optional .google.protobuf.SourceContext source_context = 5;
244 const ::google::protobuf::SourceContext& source_context() const;
247 void set_allocated_source_context(::google::protobuf::SourceContext* source_context);
624 // optional .google.protobuf.SourceContext source_context = 4;
628 const ::google::protobuf::SourceContext& source_context() const;
631 void set_allocated_source_context(::google::protobuf::SourceContext* source_context);
1028 inline const ::google::protobuf::SourceContext& Type::source_context() const { function in class:google::protobuf::Type
1468 inline const ::google::protobuf::SourceContext& Enum::source_context() const { function in class:google::protobuf::Enum
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
api.pb.h 30 #include <google/protobuf/source_context.pb.h>
150 // optional .google.protobuf.SourceContext source_context = 5;
154 const ::google::protobuf::SourceContext& source_context() const;
157 void set_allocated_source_context(::google::protobuf::SourceContext* source_context);
589 // optional .google.protobuf.SourceContext source_context = 5;
597 inline const ::google::protobuf::SourceContext& Api::source_context() const { function in class:google::protobuf::Api
598 // @@protoc_insertion_point(field_get:google.protobuf.Api.source_context)
606 // @@protoc_insertion_point(field_mutable:google.protobuf.Api.source_context)
610 // @@protoc_insertion_point(field_release:google.protobuf.Api.source_context)
616 inline void Api::set_allocated_source_context(::google::protobuf::SourceContext* source_context) {
    [all...]
type.pb.h 32 #include <google/protobuf/source_context.pb.h>
240 // optional .google.protobuf.SourceContext source_context = 5;
244 const ::google::protobuf::SourceContext& source_context() const;
247 void set_allocated_source_context(::google::protobuf::SourceContext* source_context);
624 // optional .google.protobuf.SourceContext source_context = 4;
628 const ::google::protobuf::SourceContext& source_context() const;
631 void set_allocated_source_context(::google::protobuf::SourceContext* source_context);
1028 inline const ::google::protobuf::SourceContext& Type::source_context() const { function in class:google::protobuf::Type
1468 inline const ::google::protobuf::SourceContext& Enum::source_context() const { function in class:google::protobuf::Enum
    [all...]
  /system/core/init/
property_service.cpp 114 const char* source_context, const ucred& cr) {
115 if (!target_context || !source_context) {
124 bool has_access = (selinux_check_access(source_context, target_context, "property_service",
320 std::string source_context() const { function in class:android::init::SocketConnection
321 char* source_context = nullptr; local
322 getpeercon(socket_, &source_context);
323 std::string result = source_context;
324 freecon(source_context);
397 const std::string& source_context, const ucred& cr) {
411 if (CheckMacPerms(control_string_legacy, target_context_legacy, source_context.c_str(), cr))
    [all...]

Completed in 2582 milliseconds