Home
last modified time | relevance | path

Searched defs:const (Results 7876 - 7900 of 11683) sorted by relevance

1...<<311312313314315316317318319320>>...468

/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h246 data() const data() argument
247 size() const size() argument
248 length() const length() argument
249 empty() const empty() argument
275 operator [](stringpiece_ssize_type i) const operator []() argument
293 compare(StringPiece x) const compare() argument
325 ends_with(StringPiece x) const ends_with() argument
350 begin() const begin() argument
351 end() const end() argument
352 rbegin() const rbegin() argument
355 rend() const rend() argument
358 max_size() const max_size() argument
359 capacity() const capacity() argument
372 find_first_of(char c, size_type pos = 0) const find_first_of() argument
380 find_last_of(char c, size_type pos = npos) const find_last_of() argument
[all...]
/third_party/protobuf/src/google/protobuf/
H A Dtimestamp.pb.cc128 SetCachedSize(int size) const SetCachedSize() argument
193 _InternalSerialize( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const _InternalSerialize() argument
219 ByteSizeLong() const ByteSizeLong() argument
294 IsInitialized() const IsInitialized() argument
309 GetMetadata() const GetMetadata() argument
[all...]
H A Dunknown_field_set.h118 int SpaceUsedExcludingSelf() const { in SpaceUsedExcludingSelf() argument
125 int SpaceUsed() const { return internal::ToIntSize(SpaceUsedLong()); } in SpaceUsed() argument
266 SerializeLengthDelimitedNoTag(io::CodedOutputStream* output) const SerializeLengthDelimitedNoTag() argument
316 empty() const empty() argument
322 field_count() const field_count() argument
325 field(int index) const field() argument
340 number() const number() argument
341 type() const type() argument
345 varint() const varint() argument
349 fixed32() const fixed32() argument
353 fixed64() const fixed64() argument
357 length_delimited() const length_delimited() argument
361 group() const group() argument
397 GetLengthDelimitedSize() const GetLengthDelimitedSize() argument
[all...]
H A Dunknown_field_set.cc106 size_t UnknownFieldSet::SpaceUsedExcludingSelfLong() const { in SpaceUsedExcludingSelfLong() argument
129 size_t UnknownFieldSet::SpaceUsedLong() const { in SpaceUsedLong() argument
270 InternalSerializeLengthDelimitedNoTag( uint8* target, io::EpsCopyOutputStream* stream) const InternalSerializeLengthDelimitedNoTag() argument
[all...]
H A Dwrappers.pb.h1361 _internal_value() const _internal_value() argument
1364 value() const value() argument
1385 _internal_value() const _internal_value() argument
1388 value() const value() argument
1409 _internal_value() const _internal_value() argument
1412 value() const value() argument
1433 _internal_value() const _internal_value() argument
1436 value() const value() argument
1457 _internal_value() const _internal_value() argument
1460 value() const value() argument
1481 _internal_value() const _internal_value() argument
1484 value() const value() argument
1505 _internal_value() const _internal_value() argument
1508 value() const value() argument
1529 value() const value() argument
1541 _internal_value() const _internal_value() argument
1595 value() const value() argument
1607 _internal_value() const _internal_value() argument
[all...]
/third_party/protobuf/src/google/protobuf/util/internal/
H A Ddefault_value_objectwriter.h178 const std::string& name() const { retur argument
180 path() const path() argument
182 type() const type() argument
186 kind() const kind() argument
188 number_of_children() const number_of_children() argument
192 is_any() const is_any() argument
[all...]
H A Ddatapiece.cc117 StatusOr<int32> DataPiece::ToInt32() const { in ToInt32() argument
129 StatusOr<uint32> DataPiece::ToUint32() const { in ToUint32() argument
142 StatusOr<int64> DataPiece::ToInt64() const { in ToInt64() argument
154 StatusOr<uint64> DataPiece::ToUint64() const { in ToUint64() argument
167 StatusOr<double> DataPiece::ToDouble() const { in ToDouble() argument
187 StatusOr<float> DataPiece::ToFloat() const { in ToFloat() argument
202 StatusOr<bool> DataPiece::ToBool() const { in ToBool() argument
214 StatusOr<std::string> DataPiece::ToString() const { in ToString() argument
260 StatusOr<std::string> DataPiece::ToBytes() const { in ToBytes() argument
229 ValueAsStringOrDefault( StringPiece default_string) const ValueAsStringOrDefault() argument
274 ToEnum(const google::protobuf::Enum* enum_type, bool use_lower_camel_for_enums, bool case_insensitive_enum_parsing, bool ignore_unknown_enum_values, bool* is_unknown_enum_value) const ToEnum() argument
334 GenericConvert() const GenericConvert() argument
356 StringToNumber(bool (func)StringPiece, To*)) const StringToNumber() argument
366 DecodeBase64(StringPiece src, std::string* dest) const DecodeBase64() argument
[all...]
H A Dproto_writer.h185 const google::protobuf::Field* parent_field() const { in parent_field() argument
188 type() const type() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker.h72 bool operator==(const BaseCountedInstance& x) const { in operator ==() argument
77 bool operator!=(const BaseCountedInstance& x) const { in operator !=() argument
82 bool operator<(const BaseCountedInstance& x) const { in operator <() argument
87 bool operator>(const BaseCountedInstance& x) const { in operator >() argument
92 operator <=(const BaseCountedInstance& x) const operator <=() argument
97 operator >=(const BaseCountedInstance& x) const operator >=() argument
102 compare(const BaseCountedInstance& x) const compare() argument
110 value() const value() argument
175 instances() const instances() argument
181 live_instances() const live_instances() argument
187 moves() const moves() argument
191 copies() const copies() argument
197 swaps() const swaps() argument
201 comparisons() const comparisons() argument
[all...]
H A Draw_hash_set_allocator_test.cc70 CheckedAlloc select_on_container_copy_construction() const { in select_on_container_copy_construction() argument
93 size_t num_allocs() const { return state_->num_allocs; } in num_allocs() argument
454 select_on_container_copy_construction() const select_on_container_copy_construction() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcharconv_bigint.h206 uint32_t GetWord(int index) const { in GetWord() argument
217 int size() const { return size_; } in size() argument
218 const uint32_ in size() argument
[all...]
H A Dcord_rep_ring.h118 index_type head() const { return head_; } in head() argument
119 index_type tail() const { return tail_; } in tail() argument
120 index_type capacity() const { return capacity_; } in capacity() argument
123 index_type entries() const { return entries(head_, tail_); } in entries() argument
126 pos_type begin_pos() const { return begin_pos_; } in begin_pos() argument
130 index_type entries(index_type head, index_type tail) const { in entries() argument
343 ForEach(F&& f) const ForEach() argument
507 advance(index_type index) const advance() argument
547 Find(size_t offset) const Find() argument
564 FindTail(index_type head, size_t offset) const FindTail() argument
577 ring() const ring() argument
582 IsFlat(absl::string_view* fragment) const IsFlat() argument
590 IsFlat(size_t offset, size_t len, absl::string_view* fragment) const IsFlat() argument
[all...]
H A Dstr_split_internal.h71 absl::string_view value() const { return value_; } in value() argument
121 bool at_end() const { return state_ == kEndState; } in at_end() argument
123 reference operator*() const { return curr_; } in operator *() argument
124 pointer operator->() const { retur in operator *() argument
271 text() const text() argument
272 delimiter() const delimiter() argument
273 predicate() const predicate() argument
278 begin() const begin() argument
279 end() const end() argument
286 operator Container() const operator Container() argument
296 operator std::pair<First, Second>() const operator std::pair() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc162 string_view with_neg_and_zero() const { return {start_, size_}; } in with_neg_and_zero() argument
166 string_view without_neg_or_zero() const { in without_neg_or_zero() argument
172 bool is_negative() const { return start_[0] == '-'; } in is_negative() argument
[all...]
H A Dparser.h52 int value() const { return value_; } in value() argument
63 bool is_from_arg() const { return value_ < -1; } in is_from_arg() argument
64 int get_from_arg() const { in get_from_arg() argument
105 bool is_conv() const { return (tag_ & 0x80) == 0; } in is_conv() argument
106 bool is_length() const { return (tag_ & 0xC0) == 0x80; } in is_length() argument
107 bool is_flags() const { return (tag_ & 0xE0) == 0xC0; } in is_flags() argument
109 FormatConversionChar as_conv() const { in as_conv() argument
115 as_length() const as_length() argument
121 as_flags() const as_flags() argument
240 ProcessFormat(Consumer consumer) const ProcessFormat() argument
255 has_error() const has_error() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_format.h654 is_basic() const is_basic() argument
661 has_left_flag() const has_left_flag() argument
669 has_show_pos_flag() const has_show_pos_flag() argument
676 has_sign_col_flag() const has_sign_col_flag() argument
684 has_alt_flag() const has_alt_flag() argument
691 has_zero_flag() const has_zero_flag() argument
696 conversion_char() const conversion_char() argument
705 width() const width() argument
712 precision() const precision() argument
[all...]
H A Dstr_format_test.cc259 std::FILE* file() const { return file_; } in file() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/include/cctz/
H A Dtime_zone.h107 lookup(const time_point<D>& tp) const lookup() argument
199 next_transition(const time_point<D>& tp, civil_transition* trans) const next_transition() argument
205 prev_transition(const time_point<D>& tp, civil_transition* trans) const prev_transition() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dinlined_vector.h361 front() const front() argument
376 back() const back() argument
445 get_allocator() const get_allocator() argument
[all...]
H A Dfixed_array.h179 size() const size() argument
186 max_size() const max_size() argument
193 empty() const empty() argument
198 memsize() const memsize() argument
204 data() const data() argument
258 front() const front() argument
273 back() const back() argument
285 begin() const begin() argument
290 cbegin() const cbegin() argument
299 end() const end() argument
304 cend() const cend() argument
313 rbegin() const rbegin() argument
320 crbegin() const crbegin() argument
329 rend() const rend() argument
336 crend() const crend() argument
464 size() const size() argument
465 begin() const begin() argument
466 end() const end() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
H A Delf_mem_image.cc88 GetNumSymbols() const GetNumSymbols() argument
96 GetDynsym(int index) const GetDynsym() argument
128 GetVerdef(int index) const GetVerdef() argument
261 LookupSymbol(const char *name, const char *version, int type, SymbolInfo *info_out) const LookupSymbol() argument
277 LookupSymbolByAddress(const void *address, SymbolInfo *info_out) const LookupSymbolByAddress() argument
307 operator ->() const operator ->() argument
311 operator *() const operator *() argument
315 operator ==(const SymbolIterator &rhs) const operator ==() argument
319 operator !=(const SymbolIterator &rhs) const operator !=() argument
328 begin() const begin() argument
334 end() const end() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dreflection.cc269 OnAccess() const OnAccess() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbeta_distribution_test.cc249 double Mean() const { return alpha_ / (alpha_ + beta_); } in Mean() argument
251 double Variance() const { in Variance() argument
256 double Kurtosis() const { in Kurtosis() argument
[all...]
H A Dbeta_distribution.h120 result_type alpha() const { return alpha_; } in alpha() argument
121 result_type beta() const { return beta_; } in beta() argument
221 param_type param() const { return param_; } in param() argument
224 min() const min() argument
225 max() const max() argument
227 alpha() const alpha() argument
228 beta() const beta() argument
[all...]
H A Dzipf_distribution_test.cc114 double mean() const { return mean_; } in mean() argument
[all...]

Completed in 20 milliseconds

1...<<311312313314315316317318319320>>...468